Skip to content
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

feat: Workspace support #215

Open
2 tasks
rekire opened this issue Nov 23, 2024 · 4 comments
Open
2 tasks

feat: Workspace support #215

rekire opened this issue Nov 23, 2024 · 4 comments
Labels
feature A new feature or request

Comments

@rekire
Copy link

rekire commented Nov 23, 2024

Description

I found recently a not very well documented pubspec feature: workspace

This helps a lot to resolve the path and dependency_override issues I had in my package, basically you don't have them anymore. If you need a sample what needs to be changed check this commit here.

Right now I just see that something in the CI is broken now, but I do not really understand what exactly. See my failed build e.g. this one here. That let me think that you do not support the workspace feature yet.

Requirements

  • All CI/CD checks are passing.
  • There is no drop in the test coverage percentage.

Additional Context

I would be happy when you can provide me at least a workaround to let me publish the update with green CI builds

@tomarra
Copy link
Contributor

tomarra commented Nov 25, 2024

Had a similar ticket about workspaces in Dart Frog, VeryGoodOpenSource/dart_frog#1518. We may need to revisit this to see what progress has been made on getting it stable.

@rekire
Copy link
Author

rekire commented Nov 25, 2024

Might be possible that the issue here in in the dart command: flutter/flutter#159390

@rekire
Copy link
Author

rekire commented Dec 12, 2024

@tomarra
Copy link
Contributor

tomarra commented Dec 17, 2024

Notes from Grooming Session with team

  • There are some templates that we have which do have multiple packages inside of the template. We should attempt to add workspace support to those in order to keep things up to date.
  • The individual issue reported here from @rekire doesn't seem like an issue with the templates but either a workflow addition needed or a custom setup that needs to be debugged.

@tomarra tomarra moved this from Needs Triage to Todo in VGV Open Source 🦄 🧙🌟 Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants