roc/crates/repl_eval
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
..
src Move MigrationFlags from an argument on format* to a field on Buf 2024-12-04 17:57:31 -08:00
Cargo.toml replace cargo deps with workspace in linker, packaging, repl_* 2024-11-29 10:53:54 +11:00