You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 24, 2018. It is now read-only.
In lib/protobuf/message/field.rb, there's some constants set up like this:
The problem is that with OS X's ruby (on Mountain Lion, anyway), we get this:
Yep. Its ruby can't do math good. The ruby --version is
ruby 1.8.7 (2012-02-08 patchlevel 358) [universal-darwin12.0]
.It would be very nice if all these expressions were replaced by hard-coded integer literals.
The text was updated successfully, but these errors were encountered: