-
Notifications
You must be signed in to change notification settings - Fork 613
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
Fix special_return method's result wrapping to be more dynamic #74
Conversation
fix: line longer than 78 chars.
Remove unnecessary monkey patching
…nto file_list_special_returns
@drbrain Can you review this? |
Hi, any news on this? |
- other.<=>(self) | ||
else | ||
rake_original_time_compare(other) | ||
if RUBY_VERSION < "1.9" |
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.
Is it necessary for your issue?
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.
this change already merged in master.
@tscholz It strange behavior for me. Your proposal is reasonable. I will merge after your feedback on my comment. |
Fix special_return method's result wrapping to be more dynamic
Hi,
there is a little issue with the FileList SPECIAL_RETURNs:
What do you think about this fix?