-
Notifications
You must be signed in to change notification settings - Fork 525
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
Move to a more recent version of argu #3112
Conversation
@@ -23,7 +23,7 @@ nuget NUnit.Console | |||
nuget NUnit3TestAdapter version_in_path: true | |||
clitool dotnet-mergenupkg | |||
|
|||
github fsharp/FAKE src/app/FakeLib/Globbing/Globbing.fs | |||
github fsharp/FAKE:0341a2e614eb2a7f34607cec914eb0ed83ce9add src/app/FakeLib/Globbing/Globbing.fs |
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.
The file moved to /src/legacy/FakeLib/Globbing/Globbing.fs
that was probably the problem?
@@ -700,7 +700,7 @@ with | |||
| Version -> "show Paket version" | |||
| From_Bootstrapper -> "call coming from the '--run' feature of the bootstrapper" | |||
|
|||
let commandParser = ArgumentParser.Create<Command>(programName = "paket", errorHandler = new ProcessExiter()) | |||
let commandParser = ArgumentParser.Create<Command>(programName = "paket", errorHandler = new ProcessExiter(), checkStructure = 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.
Just out of curiosity what is the impact of this? Is there an impact?
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.
On performance it's faster :)
It also doesn't check the argument DU for incoherences, but it's forced in unit tests so it would fail there.
Thanks |
released in 5.150.0 |
To get a few perf optimizations, waiting for the next ones