Skip to content
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

re-init not working #9

Merged
merged 3 commits into from May 28, 2015
Merged

re-init not working #9

merged 3 commits into from May 28, 2015

Conversation

lbeschastny
Copy link
Member

Attempting to change the number of ticks by calling re-initas outlined in README.md throws an error:

(progress/init "Processing" 50)
=> 50

(progress/tick)
Processing [=>                                                ] 2% 1/50     => nil

; re-init throws error
(progress/re-init 60)
=> CompilerException java.lang.ClassCastException: java.lang.Long cannot be cast to clojure.lang.IFn

@lbeschastny lbeschastny self-assigned this May 28, 2015
lbeschastny added a commit that referenced this pull request May 28, 2015
@lbeschastny lbeschastny merged commit 4b930b6 into master May 28, 2015
@lbeschastny lbeschastny deleted the gh-9 branch May 28, 2015 09:45
@lbeschastny
Copy link
Member

@dhruvbhatia fixed it in latest 0.2.1 version.

@dhruvbhatia
Copy link
Author

@lbeschastny Thanks! Awesome library btw 👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants