-
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
Generate and consume the package spec (.packages) #23372
Comments
Marked this as being blocked by #23373. |
Marked this as being blocked by #23374. |
Added Accepted label. |
See also this JetBrains plugin tracking issue: https://youtrack.jetbrains.com/issue/WEB-16466 |
Added this to the 1.11 milestone. |
And we're accepted! dart-archive/dart_enhancement_proposals#5 |
Added Started label. |
Marked this as blocking #23565. |
dart2js has filed their merge request for this new functionality. |
Since I don't see it linked anywhere here, the issue tracking the VM's implementation is #23369. |
Blocked by dart-lang/pub#1294 |
@sethladd When adding new sub-issues to meta-issues, it would be nice to include them in the master list as well (I've done so for this one). |
Sure. I didn't know if you wanted blockers that came up after we filed the meta issue, since they weren't original implementation issues. |
I think the main function of the meta-issue is to give people a single place to see "what is the current status of X", so having everything in the main list is a good idea. I'll mention it in the wiki entry. |
sgtm! |
Meta bug, assigning to self to drive to completion for 1.12. |
Marking #23373 as complete in checlist |
Moved #24093 to 1.13 |
Created a new issue #24112 to tracks the second phase for this feature targeted for 1.13. Deleting 1.13 work items from present issue that is bound to 1.12. |
Marking testing task complete as #24092 was closed. |
Marking this feature complete for 1.12. We will expand on this in 1.13, see #24112 |
This is the main tracking bug to implement the package spec proposal. This proposal has been accepted (but has not yet gone through TC52), and work has begun on implementing it.
This is the main tracking bug. Each platform's specific bug is below:
--packages
doesn't deadlock: VM deadlocks when passed the "--packages" flag #23991.packages
file after anhttp:
entry point: Request: requesting a .packages file from http: import of an entry point #23952Note that additional work will be needed in phase 2, see #24112
The text was updated successfully, but these errors were encountered: