-
Notifications
You must be signed in to change notification settings - Fork 28.7k
[web] Update needed for the updated directory structure in the Dart SDK #118119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm guessing we'll just need to have a world where both exist – one falling back to the other – until we do the cross over. |
Yes, I'm working on a change that will support either location and then a followup to remove the old once my SDK change rolls all the way through. |
Matches new location in the Dart SDK. https://dart-review.googlesource.com/c/sdk/+/275482 Includes fall back logic so the old file location will continue to be used until the new location change lands. Then we can remove the logic and only use the new location in a future change. Issue: flutter#118119
Matches new location in the Dart SDK. https://dart-review.googlesource.com/c/sdk/+/275482 Includes fall back logic so the old file location will continue to be used until the new location change lands. Then we can remove the logic and only use the new location in a future change. Issue: #118119
Matches new location in the Dart SDK. https://dart-review.googlesource.com/c/sdk/+/275482 Includes fall back logic so the old file location will continue to be used until the new location change lands. Then we can remove the logic and only use the new location in a future change. Issue: flutter#118119
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
Uh oh!
There was an error while loading. Please reload this page.
For Dart 3.0 I am cleaning up the assets packaged in the Dart SDK for the development web compiler. I'm deleting files that are unused and cleaning up the extraneous sub-directories dart-lang/sdk#50700.
As far as I can tell the only issue this will cause is when require.js is read from the Dart SDK.
flutter/packages/flutter_tools/lib/src/isolated/devfs_web.dart
Lines 929 to 936 in db1c3e2
The fix will be very simple and I have a PR prepared.
#118120
I'd like guidance in how to land properly or whom to notify since it will break after I land my change in the Dart SDK and it gets rolled into engine, and then into flutter.
A second set of eyes looking at the issue linked above to identify any other potential problems would be helpful as well.
The text was updated successfully, but these errors were encountered: