-
Notifications
You must be signed in to change notification settings - Fork 295
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
script help formatting #1268
script help formatting #1268
Conversation
|
@ctb @camillescott ready for review and merge |
e2ae53d
to
bb06c26
Compare
Rebased on master and again ready for review & merge @camillescott ; thanks! |
bb06c26
to
0cd59f8
Compare
Jenkins, retest this please |
Again made ready for review & merge @camillescott @ctb Note: I've disabled the 'oxli' script for the v2.0 release. I will re-enable it right after the release is finished. |
On Mon, Aug 24, 2015 at 10:17:53PM -0700, Michael R. Crusoe wrote:
Why? |
@ctb It isn't ready for non-devs and it currently gets installed very visibly. No need to confuse anyone. One simple PR will return it for further development after 2.0 is released. |
@@ -41,10 +41,10 @@ | |||
DEFAULT_K = 32 | |||
|
|||
|
|||
def worker(queue, basename, stop_big_traversals): | |||
def worker(que, basename, stop_big_traversals): |
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.
Why this change?
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.
Fixes #1257
queue
was hiding the module queue
cool, LGTM |
Thanks! Merge? |
On Tue, Aug 25, 2015 at 04:06:26PM -0700, Michael R. Crusoe wrote:
OK. Please let's expose these decisions with explanations in either |
From a fairly thorough review of the help output of all the scripts.
Has the fix for #1257 pulled from #1255