getopt is not in scope #175
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "lcoq/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes issue #170.
I just implemented the fix described in this issue, so it works in some cases, but maybe not for all.
I'm wary about accepting a patch that may work for some and not for others, especially on a project I really have no interest in working on anymore. I've been looking for a new maintainer for quite a while now and no one has stepped up, and the last thing I have time to do right now is deal with the fallout from a code change.
I would suggest that you keep this in your own fork, and eventually start looking at using one of the other JavaScript unit test runners for your project, like testem or testacular, or something that uses PhantomJS. They have a great many advantages over what is here, and they're also actively maintained. Or, if you want to continue this particular project along, I'll be more than happy to transfer whatever I need to on Rubygems.org over to you so you can publish new gems for it.
Checkout
From your project repository, check out a new branch and test the changes.