[#66678] [ruby-trunk - Feature #10481] Add "if" and "unless" clauses to rescue statements — alex@...
Issue #10481 has been updated by Alex Boyd.
3 messages
2014/12/04
[#66762] Re: [ruby-changes:36667] normal:r48748 (trunk): struct: avoid all O(n) behavior on access — Tanaka Akira <akr@...>
2014-12-10 0:44 GMT+09:00 normal <ko1@atdot.net>:
3 messages
2014/12/10
[#66851] [ruby-trunk - Feature #10585] struct: speedup struct.attr = v for first 10 attributes and struct[:attr] for big structs — funny.falcon@...
Issue #10585 has been updated by Yura Sokolov.
3 messages
2014/12/15
[#67126] Ruby 2.2.0 Released — "NARUSE, Yui" <naruse@...>
We are pleased to announce the release of Ruby 2.2.0.
8 messages
2014/12/25
[#67128] Re: Ruby 2.2.0 Released
— Rodrigo Rosenfeld Rosas <rr.rosas@...>
2014/12/25
I can't install it in any of our Ubuntu servers using rbenv:
[#67129] Re: Ruby 2.2.0 Released
— SHIBATA Hiroshi <shibata.hiroshi@...>
2014/12/25
> I can't install it in any of our Ubuntu servers using rbenv:
[ruby-core:67219] [ruby-trunk - Bug #10678] [Open] uninitialized constant Encoding::UTF_7 (NameError) when compiling Ruby
From:
duerst@...
Date:
2014-12-30 04:15:12 UTC
List:
ruby-core #67219
Issue #10678 has been reported by Martin D=C3=BCrst.
----------------------------------------
Bug #10678: uninitialized constant Encoding::UTF_7 (NameError) when compili=
ng Ruby
https://bugs.ruby-lang.org/issues/10678
* Author: Martin D=C3=BCrst
* Status: Open
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* Category: build
* Target version:=20
* ruby -v: ruby 2.3.0dev (2014-12-30 trunk 49068) [x86_64-cygwin]
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN
----------------------------------------
When using
make clean-enc; make up; make install-nodoc
I get the error below. The reason is that Encoding::UTF_7 isn't defined yet=
when downloading bundled gems.
Downloading bundled gem files...
/cygdrive/c/Data/ruby-public/lib/uri/common.rb:349:in `<module:URI>': unini=
tialized constant Encoding::UTF_7 (NameError)
from /cygdrive/c/Data/ruby-public/lib/uri/common.rb:15:in `<top (re=
quired)>'
from /cygdrive/c/Data/ruby-public/lib/uri.rb:104:in `require'
from /cygdrive/c/Data/ruby-public/lib/uri.rb:104:in `<top (required=
)>'
from /cygdrive/c/Data/ruby-public/lib/open-uri.rb:1:in `require'
from /cygdrive/c/Data/ruby-public/lib/open-uri.rb:1:in `<top (requi=
red)>'
from /cygdrive/c/Data/ruby-public/tool/downloader.rb:1:in `require'
from /cygdrive/c/Data/ruby-public/tool/downloader.rb:1:in `<top (re=
quired)>'
from -e:1:in `require'
uncommon.mk:914: recipe for target 'update-gems' failed
make[1]: *** [update-gems] Error 1
make[1]: Leaving directory '/cygdrive/c/Data/ruby-public'
uncommon.mk:904: recipe for target 'up' failed
make: [up] Error 2 (ignored)
--=20
https://bugs.ruby-lang.org/