-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
dart2js can't load libraries from HTTP or HTTPS URIs #2073
Comments
Removed Area-Frog label. |
Removed OldAreaFrog label. |
This is also a dart2js issue. Removed FromAreaFrog label. |
Added this to the Later milestone. |
Removed this from the Later milestone. |
Added this to the M2 milestone. |
Removed Priority-Medium label. |
Removed this from the M2 milestone. |
Added TriageForM5 label. |
Removed TriageForM5 label. |
Marked this as being blocked by #5977. |
Removed this from the Later milestone. |
Removed Oldschool-Milestone-Later label. |
cc @johnniwinther. |
This comment was originally written by @kaendfinger If I am correct, this is done now, by fetching the library at compile-time and compiling it with it. If it was going to be loaded at runtime, that would mean compiling the compiler into the output, am I correct? |
Correct. Added Fixed label. |
Revisions updated by `dart tools/rev_sdk_deps.dart`. tools (https://github.com/dart-lang/tools/compare/cd799be..58d9147): 58d9147 2023-04-07 Christopher Fujino [unified_analytics] Add NoOpAnalytics (#77) web_socket_channel (https://github.com/dart-lang/web_socket_channel/compare/40eb236..b28bae6): b28bae6 2023-04-07 Rexios Allow passing through custom http client in IO socket connect (#259) 1064b47 2023-04-07 Nate Bosch Fix deprecated_new_in_comment_reference (#262) webdev (https://github.com/dart-lang/webdev/compare/22b34e3..7546291): 75462913 2023-04-07 Elliott Brooks Run mono_repo generate (#2081) 9964ebab 2023-04-07 dependabot[bot] Bump actions/labeler from 4.0.2 to 4.0.3 (#2067) 3dee56b5 2023-04-07 Anna Gringauze Remove eval error message on async frames (#2073) d6b3e9ce 2023-04-07 Elliott Brooks Dart Code Metrics follow-up (#2072) 48e3211a 2023-04-07 Elliott Brooks Update the release script to take into account `pubspec_overrides.yaml` (#2080) fd75f511 2023-04-06 Elliott Brooks Reset Webdev to 3.0.5-dev (#2077) Change-Id: Iac863f7c4822fe6b9585e80e95d69467e8d60b6d Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/294364 Reviewed-by: Nate Bosch <nbosch@google.com> Commit-Queue: Devon Carew <devoncarew@google.com> Auto-Submit: Devon Carew <devoncarew@google.com>
Frog can't yet load libraries from non-file URIs.
The text was updated successfully, but these errors were encountered: