Hey @kevmoo.com how is the progress on Augmentations and Enhanced Parts? I hope they will improve build_runner dx significantly
floppypaste
@floppypaste.bsky.social
Flutter Developer. Check out my logging package: notice
We have unfortunately decided to stop working on macros. You can read the statement here: medium.com/dartlang/an-... Feel free to ask me any follow up questions.
An update on Dart macros & data serialization
We have invested significant time and resources to prototype macros over the past couple years. Unfortunately, each time we solved a major…
medium.com
@rodydavis.com I was running into problems needing to use signals across async gaps yesterday. I was just wondering if you've ever considered using darts runZoned() for storing the evalContext across async gaps? dart.dev/libraries/as... Has most likely a performance impact, could still be worth it.
Zones
Manage your asynchronous code: handle uncaught errors, override behavior (such as printing and scheduling tasks), and more.
dart.dev
I absolutly despise #dart 's build runner dx although I couldn't live without it. The fact that i need to flood my codebase with tons of .g files generated in a 2-minute process every time i change a simple variable drives me actually a bit crazy. I desperately need macros.