-
Notifications
You must be signed in to change notification settings - Fork 17
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
1.3.0 #288
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sync develop with main
…Errorf(...) instead of WrapErrorf(err, ...)).
…ode: - The regolith watch and regolith run only share the setup, but run from separate functions. - The file observers are created only if the path in the config is not an empty string.
Fix `regolith watch` command for projects that only use RP or BP (but not both)
…s used only to control whether or not to show an optional warning message.
The install function used to take an 'add' argument to determine whether the filter should be added to specified profiles or not. The list of profiles was used only when the add flag was set to true. If user didn't provide the profiles explicitly it was set to a list with a single item - 'default'. Now, the internal behavior is changed - there is no 'add' flag, but the 'default' profile is added to the list only if the user uses the --profiles flag in the command. The behavior of the program from the user point of view is the same. Internally the Install funciton expects an empty list if no profiles need to be updated.
… separate function.
…d some duplicated error messages.
Add --update flag for install-all subcommand
Old: '{: .notice--warning}' New: ':::: warning'
Move copying data before installing dependencies
stirante
approved these changes
Jul 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
--update
flag toregolith install-all
regolith watch
on projects without RP or BP