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

"taskbar_progress.rb": line 53: in 'get_collection_size()' calls wrong method #5

Open
DanRathbun opened this issue Dec 14, 2016 · 2 comments
Labels

Comments

@DanRathbun
Copy link

"Ruby/src/taskbar_progress.rb": line 53: in method 'get_collection_size()'
is:

total = collection.size

should be:

total = collection.length
@thomthom thomthom added the bug label Dec 14, 2016
@thomthom
Copy link
Member

Thanks for the report. (Btw, if you filed this as a PR we could just merge it ;) )

@DanRathbun
Copy link
Author

(Except that I don't fork every project out there, especially those that are mostly C++, which I abhor. I was looking over this project when I noticed the bug. It turns out that this feature is not what I was looking for, so not much sense in me forking it.)

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

No branches or pull requests

2 participants