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

ruby: Map to_h fixes #396

Closed
wants to merge 1 commit into from
Closed

Commits on Jun 16, 2015

  1. map needed a to_h method

    Also:
    
    * moving back to strings for hash keys to keep it consistent with type definitions in maps, such as defining 'string' as the key type
    
    * the behavior of RepeatedFields#each_index was not correct.  The array and enumerable
    behaviors are different (who knew?!), so making this equivalent to the array version
    
    * merge in upstream changes from master.  **WARNING** under jruby the expected protobuf binary test fails.  This seems to be an issue upstream in the java library than in this code base.
    
    * Fixing jruby errors when run under jruby-9000.pre1
    skippy committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    5632dcd View commit details
    Browse the repository at this point in the history