roc/crates/compiler/test_syntax/src
Joshua Warner 120e9be550
Move MigrationFlags from an argument on format* to a field on Buf
That has a few advantages:

* We avoid a bunch of extra parameter-passing "noise", since the vast majority of formatting code doesn't need to care about this setting beyond just passing it to nested format calls.
* It aligns really well with the "global" nature of this setting, and makes it impossible to have bugs where e.g. one callsite forgets to pass the correct value to it's children - which would lead to parts of the tree not being migrated. If this is truly a global setting on Buf, that simply can't happen.
2024-12-04 17:57:31 -08:00
..
bin Feedback: add doc comments, verbiage changes, capitalize Roc, remove a resolved TODO 2024-07-28 14:45:32 -07:00
lib.rs Implement block / indent based parsing 2024-07-27 13:34:16 -07:00
minimize.rs Fix a bunch of bugs found in fuzzing 2024-12-01 12:40:19 -08:00
test_helpers.rs Move MigrationFlags from an argument on format* to a field on Buf 2024-12-04 17:57:31 -08:00