-
Notifications
You must be signed in to change notification settings - Fork 229
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
Implement workspaces [pub client] #4127
Labels
type-enhancement
A request for a change that isn't a bug
Comments
Any chance you can make whatever link is behind https://goto.google.com/pub-workspace public, so non-Googlers can see it :)? thanks |
Sorry, that link was wrong. Not sure how I managed to type that in. The correct link is public. Updated. |
Thanks, it works for me now. |
4 tasks
3 tasks
This was referenced Mar 12, 2024
This was referenced Mar 21, 2024
atsansone
pushed a commit
to dart-lang/site-www
that referenced
this issue
Mar 22, 2024
Part of dart-lang/pub#4127 This link is referred in dart-lang/pub#4186 Later it should be updated to point at the actual documentation. For now it is pointing at the design doc.
atsansone
pushed a commit
to atsansone/site-www
that referenced
this issue
Mar 22, 2024
Part of dart-lang/pub#4127 This link is referred in dart-lang/pub#4186 Later it should be updated to point at the actual documentation. For now it is pointing at the design doc.
This was referenced Mar 25, 2024
This was referenced Apr 9, 2024
This was referenced Apr 17, 2024
jakemac53
added a commit
to dart-lang/build
that referenced
this issue
Jun 4, 2024
…3684) Instead of expecting pubspec.lock and .dart_tool/package_config.json to reside in the same folder as pubspec.yaml, we visit each parent of the current directory until we find a .dart_tool/package_config.json, and expect pubspec.lock to exist next to that. Also invoke the generated scripts with an explicit packageConfig. This is to support running build_runner build in a workspace package, as implemented in dart-lang/pub#4127 --------- Co-authored-by: Jake Macdonald <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
flutter.dev/go/pub-workspace
Sub-tasks:
workspace
andresolution
top-level fields in pubspec.yaml for a future language versionresolution
annotations into account (Resolve workspace root and workPackage when invoking pub from any sub-directory #4186)resolution:workspace
when resolving workspace. (Remove stray lockfiles and packageconfigs from workspace #4194)ensureUptodate
procedure to handle workspaces #4239pub upgrade --major-versions
support for upgrading versions in whole workspace Handle whole workspace inpub upgrade [--tighten|--major-versions]
#4213pub add
/pub remove
support for adding and removing dependencies to a member of a workspace (Let add and remove act upon the work pubspec #4196)pub deps
support for showing dependencies for a whole workspacepub outdated
support for showing outdated dependencies for whole workspace #4250../..
...' Use absolute path instead. Don't print 'Resolving dependencies in../..
...' Use absolute path instead #4231pub publish
works in workspace. #4252For later:
The text was updated successfully, but these errors were encountered: