johnniwinther
johnniwinther
I'll look into migration the frontend server.
The frontend works through a file-system abstraction that doesn't show the underlying system resource, so the frontend only knows about URIs which it normal get directly from the user code...
Another possible source is the package_config.json file itself, which is often generated by pub. @jonasfj do you know if pub resolves symlinks when generating the package_config.json file?
@DanTup Given that https://github.com/dart-lang/sdk/issues/49309 has been closed, do we know if the fix hasn't made it to the right channel yet, if the fix was insufficient, or if we are...
I think we need a CP request for this.
We should make this change but it might take while due to technical difficulties.
WIP: https://dart-review.googlesource.com/c/sdk/+/261821 that shows the import path (in case of missing dart: libraries for now only)
@sigmundch We _do_ have some missing checks for patched redirecting factories. Working on a fix.
Given the stack trace the error occurs when trying to infer the type for a field initialized to an invocation of a constructor through a typedef using a function expression...
It _is_ trying to (see the `Crash when compiling null` part of the message) but since this part of the compilation (the top level inference) is following the code usage...