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

Contributor DevX: Enable per-project builds #569

Open
michaeltlombardi opened this issue Oct 9, 2024 · 0 comments
Open

Contributor DevX: Enable per-project builds #569

michaeltlombardi opened this issue Oct 9, 2024 · 0 comments
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage

Comments

@michaeltlombardi
Copy link
Collaborator

Summary of the new feature / enhancement

As a contributor, I want to quickly rebuild only the project I'm currently working on, not the full set of projects, when I make a change I want to validate and explore that doesn't affect the other projects, so I can iterate more quickly.

For example, reviewing any change to the registry resource requires running the build script and regenerating the tree sitter, DSC itself, and all the unrelated projects - which can take several minutes for each build.

Proposed technical implementation details (optional)

Enhance the build script to support a Project parameter that only deletes and rebuilds the specified projects, not the entire output folder. Alternatively, add per-project build scripts that a contributor can execute to rebuild only that project.

@michaeltlombardi michaeltlombardi added Issue-Enhancement The issue is a feature or idea Needs Triage labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage
Projects
None yet
Development

No branches or pull requests

1 participant