Peter von der Ahé

Results 29 comments of Peter von der Ahé

FWIW, this is what `rastak` generates: ``` library; import self as self; import "dart:core" as core; class Base extends core::Object { constructor •() → self::Base : super core::Object::•(); } class...

I'm not sure how mixin application canonicalization would interact with modular compilation. One option is that mixin application canonicalization takes place in a link phase.

This is a known problem in incremental compilation. It's the area I'm currently focusing on, and there are two separate issues here: - Tracking correct positions across incremental compilations -...

I'm not entirely sure how `.fletch-settings` is read now. @wibling may have changed it. However: - .fletch-settings is read from your current working directory (unless Gustav changed this) - The...

What @sgjesse said. Remember to restart the persistent process or end the session: - Restart persistent process: `fletch quit` - End the session: `fletch x-end session local` Settings files aren't...

Did you repeat "corelib/hash_set_test/none" and verify that it was flaky?

Thank you for confirming. I think this is the same problem that we occasionally see on the build bot.

That's a known limitation for now. But the error message needs to be improved.

I'd like to fix the error message in 0.1.0

The error message is fixed as part of the fix for #100.