-
Notifications
You must be signed in to change notification settings - Fork 164
feat(dart_frog_cli): support for Dart workspaces #1825
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
base: main
Are you sure you want to change the base?
Conversation
Need to write a bunch of tests. Planning to do that tomorrow afternoon and hopefully land/release this by Monday. |
bricks/dart_frog_prod_server/hooks/lib/src/disable_workspace_resolution.dart
Outdated
Show resolved
Hide resolved
Going to hold off merging because I found an edge case that breaks with this approach |
This breaks the external package copy logic because it doesn't take into account transitive dependencies. I'm not sure that we should even be copying external packages because we can just have dart frog build accept a workspace root instead (and we wouldn't need to do any copying) but that would be a breaking change. |
Planning to rework this in the coming days and hope to ship this next week. Apologies for the delay! |
Status
READY
Description
pubspec.lock
in workspaces dart-lang/pub#4594 is resolvedType of Change