Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Fix and improvement to thrush #1

Merged
merged 1 commit into from Mar 19, 2013
Merged

Fix and improvement to thrush #1

merged 1 commit into from Mar 19, 2013

Conversation

mtopolnik
Copy link
Contributor

The initial commit has some bugs (partial has arguments reversed, the initial call of apply-task is missing an argument) and is not fully in line with the do task and the -> operator (doesn't allow more arguments besides the threaded one, doesn't use comma-separated argument groups). I propose to fix and improve the task with this commit. I also took the liberty to rewrite the docstring by copy-pasting the description from defproject, which seems more expressive, and a relevant sentence from the do task.

@technomancy
Copy link
Owner

Interesting; I was wondering if anyone would actually use this. =) Thanks.

technomancy added a commit that referenced this pull request Mar 19, 2013
Fix and improvement to thrush
@technomancy technomancy merged commit 82370cb into technomancy:master Mar 19, 2013
@technomancy
Copy link
Owner

Released this as 0.1.1.

@mtopolnik
Copy link
Contributor Author

I'm working on a toolchain of composable tasks and higher-order tasks to handle releasing, bundling, uploading to S3, adding a link to the bundle to a Wiki page, etc. I'll use thrush as the backbone that connects these into the complete release procedure. Thanks for realeasing 0.1.1!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants