[jira] [Commented] (AVRO-1996) incompatibility with ruby 2.4

2018-10-12 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/AVRO-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16648160#comment-16648160
 ] 

ASF GitHub Bot commented on AVRO-1996:
--

busbey commented on issue #191: AVRO-1996: compatibility with Ruby 2.4
URL: https://github.com/apache/avro/pull/191#issuecomment-429396686
 
 
   @latortuga please bring the matter up on the dev@avro mailing list.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> incompatibility with ruby 2.4
> -
>
> Key: AVRO-1996
> URL: https://issues.apache.org/jira/browse/AVRO-1996
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>Priority: Minor
>  Labels: test
> Fix For: 1.9.0
>
>
> On master, there are failing tests with ruby 2.4.
> The problem is due to the unification of Fixnum and Bignum types as Integer 
> in ruby 2.4.
> The only loss of functionality is minor: in schema validation messages the 
> datum is reported as long instead of int.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1996) incompatibility with ruby 2.4

2018-10-12 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/AVRO-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16648008#comment-16648008
 ] 

ASF GitHub Bot commented on AVRO-1996:
--

latortuga commented on issue #191: AVRO-1996: compatibility with Ruby 2.4
URL: https://github.com/apache/avro/pull/191#issuecomment-429360047
 
 
   @tjwp @spacharya both of you are marked contributors so I'm tagging - any 
word on cutting a new gem version? Do you know who can do it and if we can ping 
them?


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> incompatibility with ruby 2.4
> -
>
> Key: AVRO-1996
> URL: https://issues.apache.org/jira/browse/AVRO-1996
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>Priority: Minor
>  Labels: test
> Fix For: 1.9.0
>
>
> On master, there are failing tests with ruby 2.4.
> The problem is due to the unification of Fixnum and Bignum types as Integer 
> in ruby 2.4.
> The only loss of functionality is minor: in schema validation messages the 
> datum is reported as long instead of int.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1996) incompatibility with ruby 2.4

2018-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16426713#comment-16426713
 ] 

ASF GitHub Bot commented on AVRO-1996:
--

tjwp commented on issue #191: AVRO-1996: compatibility with Ruby 2.4
URL: https://github.com/apache/avro/pull/191#issuecomment-37668
 
 
   I've been using this gem https://github.com/salsify/avro-patches which 
packages up a lot of recent Ruby support improvements, including addressing the 
2.4 deprecations.
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> incompatibility with ruby 2.4
> -
>
> Key: AVRO-1996
> URL: https://issues.apache.org/jira/browse/AVRO-1996
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>Priority: Minor
>  Labels: test
> Fix For: 1.9.0
>
>
> On master, there are failing tests with ruby 2.4.
> The problem is due to the unification of Fixnum and Bignum types as Integer 
> in ruby 2.4.
> The only loss of functionality is minor: in schema validation messages the 
> datum is reported as long instead of int.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1996) incompatibility with ruby 2.4

2018-04-05 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16426703#comment-16426703
 ] 

ASF GitHub Bot commented on AVRO-1996:
--

casperisfine commented on issue #191: AVRO-1996: compatibility with Ruby 2.4
URL: https://github.com/apache/avro/pull/191#issuecomment-378887264
 
 
   In the meantime I've silenced it with:
   
   ```ruby
   # Gemfile
   gem 'avro', '1.8.2', require: %w(./lib/patches/avro_fixnum_deprecation avro)
   
   # lib/patches/avro_fixnum_deprecation.rb
   module Avro
 class Schema
   Fixnum = ::Integer
 end
   end
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> incompatibility with ruby 2.4
> -
>
> Key: AVRO-1996
> URL: https://issues.apache.org/jira/browse/AVRO-1996
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>Priority: Minor
>  Labels: test
> Fix For: 1.9.0
>
>
> On master, there are failing tests with ruby 2.4.
> The problem is due to the unification of Fixnum and Bignum types as Integer 
> in ruby 2.4.
> The only loss of functionality is minor: in schema validation messages the 
> datum is reported as long instead of int.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1996) incompatibility with ruby 2.4

2018-03-06 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16388703#comment-16388703
 ] 

ASF GitHub Bot commented on AVRO-1996:
--

dsolomadin commented on issue #191: AVRO-1996: compatibility with Ruby 2.4
URL: https://github.com/apache/avro/pull/191#issuecomment-370966466
 
 
    Do you guys know when the next release going to happen? Really want those 
deprecation messages to be gone


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> incompatibility with ruby 2.4
> -
>
> Key: AVRO-1996
> URL: https://issues.apache.org/jira/browse/AVRO-1996
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>Priority: Minor
>  Labels: test
> Fix For: 1.9.0
>
>
> On master, there are failing tests with ruby 2.4.
> The problem is due to the unification of Fixnum and Bignum types as Integer 
> in ruby 2.4.
> The only loss of functionality is minor: in schema validation messages the 
> datum is reported as long instead of int.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (AVRO-1996) incompatibility with ruby 2.4

2017-06-08 Thread Tim Perkins (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16042847#comment-16042847
 ] 

Tim Perkins commented on AVRO-1996:
---

Can this change be included for 1.8.3?

> incompatibility with ruby 2.4
> -
>
> Key: AVRO-1996
> URL: https://issues.apache.org/jira/browse/AVRO-1996
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>Priority: Minor
>  Labels: test
> Fix For: 1.9.0
>
>
> On master, there are failing tests with ruby 2.4.
> The problem is due to the unification of Fixnum and Bignum types as Integer 
> in ruby 2.4.
> The only loss of functionality is minor: in schema validation messages the 
> datum is reported as long instead of int.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (AVRO-1996) incompatibility with ruby 2.4

2017-02-14 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/AVRO-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15866947#comment-15866947
 ] 

ASF GitHub Bot commented on AVRO-1996:
--

Github user asfgit closed the pull request at:

https://github.com/apache/avro/pull/191


> incompatibility with ruby 2.4
> -
>
> Key: AVRO-1996
> URL: https://issues.apache.org/jira/browse/AVRO-1996
> Project: Avro
>  Issue Type: Bug
>  Components: ruby
>Reporter: Tim Perkins
>Assignee: Tim Perkins
>Priority: Minor
>  Labels: test
> Fix For: 1.9.0
>
>
> On master, there are failing tests with ruby 2.4.
> The problem is due to the unification of Fixnum and Bignum types as Integer 
> in ruby 2.4.
> The only loss of functionality is minor: in schema validation messages the 
> datum is reported as long instead of int.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)