Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Abandoned
-
1.5.0
-
None
Description
By associating a priority with Option instances, the task of parsing each option in a prioritized manner is greatly simplified. This is the first time I have ever submitted a pull request to a project I did not create, but I did my honest best to keep aligned with the standards of this project. I submitted a pull request on github. It failed for openjdk6 on the Travis-CI test, but the logs lead me to believe that it due to a problem with the test and not my patch. The meat of the patch is only around 65 LOC so it is very minimally invasive. The pull request can be found here. Any feedback is much appreciated!