Ryan Macnak
Ryan Macnak
Can you provide a program that reproduces this crash? Did the change that was being hot-reloaded involve adding or removing an instance variable, or changing an enum?
> Added late TextStyle textStyle; to that page state Yeah, that's an instance variable. ```dart class Example { var instanceVariable; static var classVariable; } var libraryVariable; ``` Unfortunately, I cannot...
@FMorschel @v21 Can you try to reproduce using Flutter's main branch? Additional debugging information starting with "become conflict" should be printed if the crash occurs there.
Hm, this suggests the canonical table for an enum somehow ended up with a duplicate entry.
I managed to produce an example with an "enum forwarding" failure, and made a change in the VM that should prevent it. This should be on Flutter's main branch now....
Oh, there's a race installing the table.
Dart and Flutter's rollers are both trying to update to the CIPD package with the tag "integration". Likely Flutter just has some issue and no one has looked into the...
I'm not working on a fix, I just wanted to added the test while it was fresh in my mind.
I've only seen this one once.
Yeah, that's sounds good to me.