v/.github
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
..
ISSUE_TEMPLATE doctor: suggest `v doctor` in issue templates and C builder errors 2020-09-21 18:29:52 +03:00
workflows fmt: fix multiple things and format most of the compiler (#6631) 2020-10-15 22:12:59 +02:00
FUNDING.yml ast: ParExpr, OrExpr, IfGuardExpr; ForInStmt fix; remove all cap vars 2020-02-28 15:36:41 +01:00
PULL_REQUEST_TEMPLATE add TESTS.md file to explain different tests (#6318) 2020-09-07 13:48:15 +02:00