[#74190] [Ruby trunk Feature#12134] Comparison between `true` and `false` — duerst@...
SXNzdWUgIzEyMTM0IGhhcyBiZWVuIHVwZGF0ZWQgYnkgTWFydGluIETDvHJzdC4KCgpUc3V5b3No
3 messages
2016/03/07
[#74269] Type systems for Ruby — Rob Blanco <ml@...>
Dear ruby-core,
5 messages
2016/03/10
[#74395] [Ruby trunk Feature#12142] Hash tables with open addressing — shyouhei@...
Issue #12142 has been updated by Shyouhei Urabe.
3 messages
2016/03/17
[ruby-core:74443] [Ruby trunk Bug#12186] /snapshot/lib/rubygems/installer.rb:233
From:
usa@...
Date:
2016-03-17 23:29:24 UTC
List:
ruby-core #74443
Issue #12186 has been updated by Usaku NAKAMURA. > Also, I am looking forward for Ruby 2.3.1. Is there a place where the schedule for the release of teeny versions are announced? Or is it is not announced until release? The place may be www.ruby-lang.org and/or ruby-talk ML. (you can find a sample on the top of www.ruby-lang.org now :-P) But, in general, we (stable branch maintainers) can not promise the date of next release, because we can not know the timing when a critical security problem will be reported. ---------------------------------------- Bug #12186: /snapshot/lib/rubygems/installer.rb:233 https://bugs.ruby-lang.org/issues/12186#change-57562 * Author: Tsuyoshi Sawada * Status: Third Party's Issue * Priority: Normal * Assignee: * ruby -v: Nightly snapshot (2016-3-13 03:01) * Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- I downloaded the nightly snapshot (https://cache.ruby-lang.org/pub/ruby/snapshot.tar.gz), and did: ~~~ ./configure make sudo make install ~~~ and got: ~~~ .../snapshot/lib/rubygems/installer.rb:233:in `check_executable_overwrite': no implicit conversion of nil into String (TypeError) ~~~ The offending line installer.rb:233 looks like this, ~~~RUBY question << existing ~~~ and the values seem to be: ~~~RUBY question # => "rake's executable \"rake\" conflicts with " existing # => nil ~~~ Is this a bug, or is there something wrong with my environment? --- Also, I am looking forward for Ruby 2.3.1. Is there a place where the schedule for the release of teeny versions are announced? Or is it is not announced until release? -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>