-
Notifications
You must be signed in to change notification settings - Fork 370
implemented CommandLine.UnexpectedOption #896
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
Conversation
|
I did a test rebase of my work on closing #626 onto this branch and there were some tricky conflicts so I decide to resolve them and leave my work for #626 based on this branch. This means the sooner we can get this PR merged the better, since it's now the blocker for all work required to push out 0.13. |
|
BTW, the easiest way to review this PR may be one commit at a time, since each is well isolated with a specific purpose. |
|
Removing nesting doesn't diff very well in general 😉 |
|
Some local diff apps do it quite well if you toggle off 'compare whitespace'. I sent a feature request to GitHub for that a while back but they've not responded so far. |
|
That's actually very true! Tried https://github.com/scriptcs/scriptcs/pull/896/files?w=1, works like a charm. You knew about |
|
I'd forgotten about it, but thanks for reminding me 😉. I guess it would ultra trivial to add a UI control for it then... |
|
LOL. Yeah, it's really weird that it they haven't added it yet. The query param has been there for years. |
|
@scriptcs/core I decided to remove the arguments/config file refactoring commits from this PR because they were bloating it and I think that whole space actually needs a re-write instead (see #897). This PR is much simpler now and only contains one refactoring commit for the acceptance tests. Would anyone have time to look at it over the weekend? |
|
Can anyone look at this? We need to move forward with the nightly because the situation with the folder migration is already starting to confuse people, e.g. scriptcs/scriptcs-samples#20. |
implemented CommandLine.UnexpectedOption
|
Awesomeness dude. PR for #626 coming soon...
|
fixes #869
needs to be merged before we can release 0.13 - see #869 (comment)