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

enable int/long values for list of time/duration (fix #13) #19

Merged
merged 1 commit into from
Aug 16, 2013

Conversation

dirk-thomas
Copy link
Member

@tfoote @wjwwood Please review.

else:
raise MessageException("Cannot create time values of type [%s]"%(type(inner_msg)))
else:
_fill_message_args(inner_msg, el, prefix)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unrelated to this patch but I am worried about the arguments in this line. It seems that the keys argument is missing. Any thoughts?

@wjwwood
Copy link
Member

wjwwood commented Aug 15, 2013

The code looks ok to me, but I can't see why the keys variable isn't used either. I don't really have a good handle on the context of this code.

dirk-thomas added a commit that referenced this pull request Aug 16, 2013
enable int/long values for list of time/duration (fix #13)
@dirk-thomas dirk-thomas merged commit 4433d99 into groovy-devel Aug 16, 2013
@dirk-thomas dirk-thomas deleted the list_time_int_or_long branch August 16, 2013 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants