-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Need tests for code that determines what files are published with a package #7391
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
|
Removed Type-Defect label. |
We should test this as part of our "pub lish" integration tests, but right now we have no way of parsing a multipart/form-data request. Marked this as being blocked by #2488. |
Fixed by r22807. Added Fixed label. |
This was referenced Jun 5, 2015
This issue has been moved to dart-lang/pub#377. |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The code for getting the list of files to include in a package has a bunch of interesting corners related to symlinks, git, etc. We've seen a few issues there where it doesn't give us the files we expect, and we don't have good test coverage for it. We should. In particular:
The text was updated successfully, but these errors were encountered: