You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by kbrock <gi...@git.apache.org> on 2017/07/19 12:35:23 UTC

[GitHub] qpid-proton issue #111: Fix mapping of LONG for Ruby 2.4+

Github user kbrock commented on the issue:

    https://github.com/apache/qpid-proton/pull/111
  
    Also fun:
    
    ```
    (Ruby 2.4.1) > irb
    > Integer == Fixnum
    (irb):1: warning: constant ::Fixnum is deprecated
    => true
    
    (Ruby 2.3.3) > irb
    > Integer == Fixnum
    => false
    ```



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org