- Notifications
You must be signed in to change notification settings - Fork2.7k
Allow unknown toolsets to be ignored#1202
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
pkg/toolsets/toolsets.go Outdated
func (tg*ToolsetGroup)EnableToolsets(names []string,options*EnableToolsetsOptions)error { | ||
ifoptions==nil { | ||
options=&EnableToolsetsOptions{ | ||
IgnoreUnknown:false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
shall we set it to true by default?
bcc5275
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Allow unknown toolsets to be optionally ignored, rather than raising an error.