Nokogiri: Release Windows fat gem for Ruby 2.5

Created on 1 Jan 2018  路  2Comments  路  Source: sparklemotion/nokogiri

Just a notice about issue with nokogiri fat gem 1.8.1 on Windows machines.
Current release informs about ruby version not being <2.5 .
Will it be supported with a new release - 1.8.2?

Issue name based on #1618 .

Most helpful comment

I'm also interested in such support, the latest 2.5 version of ruby is assumed to have many time optimization and some syntaxical sugar that can help to improve code readability.

The only non backward change that I can find is https://bugs.ruby-lang.org/issues/11547, but it shouldn't impact any well written code. In my opinion, reference to a variable in a namespace should not assume that it can be defined at top level rather than in the namespace context.

EDIT 2018-01-04:

  • sorry didn't see the pull request #1704 already opened

All 2 comments

I'm also interested in such support, the latest 2.5 version of ruby is assumed to have many time optimization and some syntaxical sugar that can help to improve code readability.

The only non backward change that I can find is https://bugs.ruby-lang.org/issues/11547, but it shouldn't impact any well written code. In my opinion, reference to a variable in a namespace should not assume that it can be defined at top level rather than in the namespace context.

EDIT 2018-01-04:

  • sorry didn't see the pull request #1704 already opened

EDIT 2018-01-04:
As above - sorry that I didn't checked pull requests. Closing the issue as it's already waiting there at #1704.

Was this page helpful?
0 / 5 - 0 ratings