-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
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
1f6fe3d
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.
you got it!
1f6fe3d
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.
argument parsing was crazy:
There's still one big isse, which is that one option (I think it's -w) has an OPTIONAL SECOND ARGUMENT, which is crazy, so I left it for backward compat but added additional checks.
Also, "--" can now be used to mark the end of options and the beginning of positional arguments.
1f6fe3d
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.
Great that you was able to fix the argument parsing.
The Windows build got very delayed (up now), I noticed the build error just before I went to work, so I had to wait until after work do to anything, and then idiff deadlocked two times during the unit tests and I didn't notice so the build took probably 2 hours longer than needed.