[#92891] Question: ruby 2.7.0-preview1 also upgrades bundler to 2.1.0.pre.1? — Al Snow <jasnow@...>
Tried the new 2.7.0-preview1 upgrade to Ruby and see that bundler is also upgraded (to 2.1.0.pre.1).
5 messages
2019/05/30
[#92892] Re: Question: ruby 2.7.0-preview1 also upgrades bundler to 2.1.0.pre.1?
— SHIBATA Hiroshi <hsbt@...>
2019/05/30
Bundler 2.1.0.pree.1 is the expected version.
[ruby-core:92914] [Ruby trunk Bug#15876] 1.to_s.encoding != Encoding.default_internal
From:
hanmac@...
Date:
2019-05-31 17:37:09 UTC
List:
ruby-core #92914
Issue #15876 has been updated by Hanmac (Hans Mackowiak). There is `Encoding.compatible?` which might help to check if two strings/symbols has a common encoding @naruse i don't know if you are the right contact person for this, but is there a way to see if two encoding objects are compatible or can that only be checked on the string? ---------------------------------------- Bug #15876: 1.to_s.encoding != Encoding.default_internal https://bugs.ruby-lang.org/issues/15876#change-78290 * Author: grosser (Michael Grosser) * Status: Feedback * Priority: Normal * Assignee: * Target version: * ruby -v: 2.6.3 * Backport: 2.4: UNKNOWN, 2.5: UNKNOWN, 2.6: UNKNOWN ---------------------------------------- I ran into strange looking test output when I compared .to_s with an expected text, saying that the encoding was different, which is confusing/annoying especially to users that don't know how encodings work in ruby. 1.to_s.encoding should be the same as "".encoding -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>