Skip to content
This repository was archived by the owner on Mar 24, 2018. It is now read-only.
macks edited this page Sep 13, 2010 · 20 revisions

My ruby-protobuf.
This is based on http://code.google.com/p/ruby-protobuf/

Changes

  • Bug fixes
    • enum default value.
      • 956059e212ec71c5204c9ccc768bb5118281d03c
    • encoder: don’t output default value when an optional field is not initialized.
      • 5267a16fb442255a690a7e15351383507acdf194
    • max/min values.
      • 4479ad07cb2902ff13ba0f934e121106d60ee8f0
    • encoder/decoder: negative integer values and fixed integer values.
      • 2310741064917414ed17801c9e41da8c96ba2a3b
  • Optimizations
    • rewrite VarintField.get_bytes
      • b69ab4f30ed7e09726d18649848bf1497ab71309

Todo

  • parser: C-like comment.
  • parser: field name as same as reserved word (e.g. optional)

Clone this wiki locally