Slava Egorov
Slava Egorov
@jakemac53 I think I should include some explicit remarks about compiling/analyzing against outlines in the proposal. That's one of the reasons I formulated proposal in the way I did, but...
@mosuem I think this is about configuring `CodedBufferReader`'s [`sizeLimit`](https://github.com/google/protobuf.dart/blob/master/protobuf/lib/src/protobuf/coded_buffer_reader.dart#L25).
It means there is a type in the program which has a legacy nullability for _some_ reason. You could try the following: 1. Clean your build folders (`flutter clean`) 2....
Lets try this instead (I added a try/catch to suppress this error): [dump.dill.zip](https://github.com/user-attachments/files/16708348/dump.dill.zip)
@chloestefantsova do you happen to recall any recent fixes in CFE which could be happening here? (e.g. CFE incorrectly producing legacy nullability on types?). @LefebvreIlyas it could help if you...
Thanks! I have tried compiling this code and it does not produce legacy nullability on typedefs. So there must be something else in play additionally. Lets wait and see if...
/cc @a-siva @rmacnak-google
@nshahan @biggs0125 can you shed some light on how hot restart is wired up in Flutter Web through DDC (or dart2js if supported)? It seems extremely problematic if hot restart...
@galenwarren note that there are no isolates on the Web, so discussions around isolates shutdown on hot-restart don't apply here.
I am inclined to just close this. It has to be treated as a bug in DDC - we can't expect every package to manually work around this.