1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/.github/workflows
Enzo b083f4014b
fmt: fix multiple things and format most of the compiler (#6631)
Format expressions inside string interpolation like the rest (it used to be a+b instead of a + b, not too sure why)
Fix formatting some match branches when there were only one statement inside (it was inlined)
Fix parsing and formatting some comments edge case on struct field init. You should check out this test because the result is a bit different from before. I personally find it more logical but I would understand if the former format was to stay
Fix formatting of void-returning function signature
2020-10-15 22:12:59 +02:00
..
alpine.build.sh cgen: treat the main module like any other v module 2020-07-01 00:53:53 +02:00
alpine.test.sh cgen: treat the main module like any other v module 2020-07-01 00:53:53 +02:00
binary_artifact.yml ci: turn on only the first part of binary_artifact.yml (building) 2020-10-14 23:09:40 +03:00
ci.yml fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
periodic.yml ci: change periodic.yml to also install valgrind too 2020-06-09 19:02:57 +03:00
prebuilt.yml ci: comment out sdl2 references 2020-07-28 19:17:44 +03:00
windows-install-sdl.bat ci: fix workflows/windows-install-sdl.bat 2020-03-10 16:10:05 +01:00
windows-install-sqlite.bat sqlite: fix windows-install-sqlite.bat 2020-06-27 21:44:14 +03:00