Documented that pub workspaces can be nested#7175
Documented that pub workspaces can be nested#7175SoufianElfouzari wants to merge 3 commits intodart-lang:mainfrom
Conversation
Summary of ChangesHello @SoufianElfouzari, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request enhances the documentation for Pub workspaces by explicitly stating that they support nesting. This update provides clarity on how developers can structure large repositories with sub-workspaces, improving the understanding of Pub's capabilities for complex project setups. Highlights
Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
/gcbrun |
|
Visit the preview URL for this PR (updated for commit b5bdd42): https://dart-dev--pr7175-mention-nested-workspaces-o4rar31u.web.app |
Adds documentation clarifying that pub workspaces can be nested.
This change explains that a package within a workspace can define its own
workspace by including a
workspacesection in itspubspec.yamlfile.Fixes #6890