Project

General

Profile

Activity

From 04/06/2015 to 04/12/2015

04/12/2015

11:25 PM Revision b52e206e (git): * 2015-04-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:25 PM Revision 2ec2c601 (git): fake.rb.in: expand builddir first
* template/fake.rb.in (builddir): expand __FILE__ first which may
contain symblic links.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
11:24 PM Revision c2d50318 (git): fake.rb.in: suppress warning
* template/fake.rb.in: suppress "useless use of a literal in void
context" warning.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
08:35 PM Bug #11064 (Closed): #singleton_methods for objects with special singleton_class returns an empty array
~~~
def nil.bla
42
end
# works
nil.bla #=> 42
nil.singleton_method(:bla) #=> #<Method: NilClass#bla>
Nil...
rbjl (Jan Lelis)
07:50 PM Bug #11063 (Rejected): Special singleton class should return true for singleton_class? test
This seems wrong (or at least inconsistent):
~~~
nil.singleton_class.singleton_class? #=> false
true.singleton_c...
rbjl (Jan Lelis)
07:36 PM Feature #10152: String#strip doesn't remove non-breaking space
There is an issue not only for non-breaking space, but also for other unicode spaces, see #7845. For example (excerpt... ojab (ojab ojab)
06:01 PM Bug #11062 (Third Party's Issue): Bug when creating a scaffold
[BUG] Segmentation fault at 0x00000000000418
ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-darwin14
*Full erro...
sstrnad (Stephen Strnad)
04:01 PM Bug #11047: SEGV in ruby_yyparse
r49964 and r50265 were backported into `ruby_2_2` branch at r50277. nagachika (Tomoyuki Chikanaga)
04:01 PM Bug #10957: seg fault in ruby_yyparse () at parse.y:2105 (null ptr / stack overflow)
r49964 and r50265 were backported into `ruby_2_2` branch at r50277. nagachika (Tomoyuki Chikanaga)
01:48 PM Bug #10957: seg fault in ruby_yyparse () at parse.y:2105 (null ptr / stack overflow)
It seems that r50265 is necessary for ruby_2_1. nagachika (Tomoyuki Chikanaga)
12:12 AM Bug #10957: seg fault in ruby_yyparse () at parse.y:2105 (null ptr / stack overflow)
This bug is still present in ruby 2.3.0dev (2015-04-11 trunk 50237) [x86_64-linux]. The test case in this instance is... geeknik (Brian Carpenter)
04:00 PM Revision 54eb4c19 (git): merge revision(s) 49964,50265: [Backport #11047] [Backport #10957]
* parse.y (primary): empty parentheses at cmdarg can be null.
[ruby-core:68477] [Bug #10957]
* par...
nagachika (Tomoyuki Chikanaga)
03:47 PM Bug #10923: Bug in io/wait/wait.c
Backported into `ruby_2_2` branch at r50276. nagachika (Tomoyuki Chikanaga)
03:46 PM Revision 1cc6f363 (git): merge revision(s) 49797: [Backport #10923]
* ext/io/wait/wait.c (io_nread): wrap return value with INT2FIX
Thanks to Yura Sokolov <funny.falcon@gmail....
nagachika (Tomoyuki Chikanaga)
03:42 PM Bug #10847: SystemStackError after NameError prepends a module
Backported into `ruby_2_2` branch at r50275. nagachika (Tomoyuki Chikanaga)
03:42 PM Bug #10970: Backport r49867
Backported into `ruby_2_2` branch at r50275. nagachika (Tomoyuki Chikanaga)
03:41 PM Revision 54dc1cf1 (git): merge revision(s) 49867: [Backport #10847] [Backport #10970]
* vm_eval.c (vm_call_super): search next super class from the
original class, to get rid of infinite recurs...
nagachika (Tomoyuki Chikanaga)
03:11 PM Bug #10946: need a WB for klass -> origin. (r49875)
Backported into `ruby_2_2` branch at r50274. nagachika (Tomoyuki Chikanaga)
03:11 PM Revision 91ad9122 (git): merge revision(s) 49875: [Backport #10946]
* class.c (rb_prepend_module): need a WB for klass -> origin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/...
nagachika (Tomoyuki Chikanaga)
03:07 PM Revision 98c244c1 (git): * 2015-04-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@50273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:05 PM Bug #10960: libffiのビルドの不具合?
r49007, r49009 and r49957 were backported into `ruby_2_2` branch at r50272. nagachika (Tomoyuki Chikanaga)
03:04 PM Revision 3195a2e8 (git): merge revision(s) 49007,49009,49957: [Backport #10960]
* ext/fiddle/extconf.rb: make PIC objects if it will be linked as
a shared object eventually. [ruby-core:6...
nagachika (Tomoyuki Chikanaga)
02:31 PM Revision 732a26df (git): ChangeLog: fix log
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:22 PM Misc #11061 (Closed): doc/extension.ja.rdoc 査読依頼
doc/extension.ja.rdoc がTypedData_XXXではなくData_XXXにしか触れていないため,今なお新しい拡張ライブラリがData_XXXで作られ続けています.
このためドキュメントの当該部分を更新するつも...
yugui (Yuki Sonoda)
09:40 AM Revision 1bc56698 (git): * ext/json/json.gemspec: bump version to 1.8.2.
* ext/json/lib/json/version.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50270 b2dd03c8-39d4-4d8f-98...
hsbt (Hiroshi SHIBATA)
09:12 AM Revision 9829e91d (git): * ext/json/json.gemspec, lib/rdoc/rdoc.gemspec: added gemspec directly.
* defs/default_gems, tool/rbinstall.rb: removed default_gems definition.
it make simple installation for default ge...
hsbt (Hiroshi SHIBATA)
08:39 AM Revision 4cab5c0c (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:36 AM Revision 2e4f0af0 (git): * ext/json/*, test/json/*: Reverted r50231. Because it's not works with
cross-compile environment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt (Hiroshi SHIBATA)
08:21 AM Bug #11060 (Closed): load(fifo) blocks whole process
fifo を load しようとすると、プロセス全体がブロックします。
以下では、0.1 秒毎に表示を行うスレッドを作っていますが、
0.5 秒後に load が呼ばれると表示が途切れます。
```
% mkfifo ...
akr (Akira Tanaka)
06:46 AM Revision 7b14512b (git): test_io_wait.rb: no EOF test
* test/io/wait/test_io_wait.rb (test_wait_eof): just test
timeout. follow r50263.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
06:35 AM Revision ee725321 (git): parse.y: null by syntax error
* parse.y (arg): fix segfault by null caused by syntax error.
[ruby-core:68851] [Bug #10957]
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
06:14 AM Revision e40ab594 (git): * lib/rubygems/test_case.rb: use explicitly exception class and reverted
to require JSON library for rubygems tests with Ruby 2.2.0 or earlier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
hsbt (Hiroshi SHIBATA)
06:10 AM Revision a60e00fd (git): wait.c: no EOF
* ext/io/wait/wait.c (io_wait_readable): simply returns that IO is
readable without blocking, but no longer returns...
nobu (Nobuyoshi Nakada)
06:09 AM Feature #4849 (Closed): io/wait should have a way to avoid FIONREAD
Applied in changeset r50262.
----------
wait.c: poll over nread
* ext/io/wait/wait.c (io_ready_p, io_wait_readable)...
nobu (Nobuyoshi Nakada)
06:08 AM Revision 1baa57b0 (git): wait.c: poll over nread
* ext/io/wait/wait.c (io_ready_p, io_wait_readable): try polling
first and check FIONREAD optionally to see if EOF....
nobu (Nobuyoshi Nakada)
06:07 AM Revision a4f72744 (git): wait.c: fix rdoc
* ext/io/wait/wait.c (io_wait_writable): fix rdoc. no EOF to
write. retursn nil when timeout, not self.
git-svn-...
nobu (Nobuyoshi Nakada)
05:53 AM Revision 1cb21311 (git): * lib/rubygems/test_case.rb: fixed json load error for rubygems tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
05:22 AM Revision 2abf47bf (git): Test fifo without sleep.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:19 AM Revision 1ed7fdf1 (git): * gc.c: Document require name for ObjectSpace methods.
[ci skip][fix GH-860] Patch by @schneems
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50258 b2dd03c8-39d4-4d8f-...
hsbt (Hiroshi SHIBATA)
04:55 AM Revision 2eb3c2c5 (git): * test/ruby/test_io.rb: New test that open(fifo) doesn't block other
threads.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
04:52 AM Revision f662d31b (git): * ext/coverage/coverage.c: Remove extension from require argument.
[ci skip][fix GH-870] Patch by @yui-knk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50256 b2dd03c8-39d4-4d8f-9...
hsbt (Hiroshi SHIBATA)
02:32 AM Revision 143a2817 (git): test_file_exhaustive.rb: assert_predicate
* test/ruby/test_file_exhaustive.rb: use assert_predicate and
assert_not_predicate for better failure messages.
gi...
nobu (Nobuyoshi Nakada)
01:42 AM Feature #11024 (Closed): [PATCH] connect_nonblock supports "exception: false"
Applied in changeset r50254.
----------
connect_nonblock supports "exception: false"
This is for consistency with a...
Anonymous
01:41 AM Revision c18df6d8 (git): connect_nonblock supports "exception: false"
This is for consistency with accept_nonblock arguments and gives a
minor speedup from avoiding exceptions.
[ruby-core...
Eric Wong
01:33 AM Revision 525d2102 (git): Consider more block devices.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:26 AM Revision a062d71b (git): test_file_exhaustive.rb: NTFS
* test/ruby/test_file_exhaustive.rb (NTFS): flag for test of NTFS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
01:22 AM Revision 640ad73b (git): test_file_exhaustive.rb: POSIX-like tests
* test/ruby/test_file_exhaustive.rb: define POSIX-like filesystem
depenedent tests only on POSIX-like systems.
git...
nobu (Nobuyoshi Nakada)
01:13 AM Revision c305a5aa (git): test_file_exhaustive.rb: POSIX
* test/ruby/test_file_exhaustive.rb (POSIX): flag for test of
POSIX-like filesystems.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
01:03 AM Revision fe294d75 (git): test_file_exhaustive.rb: skip when root
* test/ruby/test_file_exhaustive.rb (test_owned_p): skipt when
running as super user.
* test/ruby/test_file_exhaus...
nobu (Nobuyoshi Nakada)
12:57 AM Revision 2722cb9c (git): * test/ruby/test_file_exhaustive.rb: Test a block device on GNU/Linux.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:53 AM Revision b850ec46 (git): wait.c: wait_for_single_fd
* ext/io/wait/wait.c (wait_for_single_fd): extract wrapper
function of rb_wait_for_single_fd().
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
12:24 AM Revision 77ea0461 (git): * test/ruby/test_file_exhaustive.rb: Test a file not owned.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:24 AM Revision f7dca1d7 (git): wait.c: get_timeout
* ext/io/wait/wait.c (get_timeout): extract function to get
timeout value.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
12:11 AM Revision 2c292588 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:10 AM Revision 606274b5 (git): * ext/fiddle/depend: Fix "Wrong mix of special targets" error with
OpenBSD make.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
12:06 AM Revision a2d19564 (git): * test/ruby/test_file_exhaustive.rb: Windows doesn't support Unix file
modes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
12:01 AM Revision a96034cf (git): * ext/-test-/file/fs.c: OpenBSD needs sys/param.h before sys/mount.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)

04/11/2015

11:52 PM Revision d51b836f (git): * test/ruby/test_file_exhaustive.rb: Test suid, sgid and sticky file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:32 PM Revision 240cc564 (git): * 2015-04-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:31 PM Revision 3cb0c6e3 (git): rbinstall.rb: destdir
* tool/rbinstall.rb (gem): use installed ruby under destdir.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50238...
nobu (Nobuyoshi Nakada)
10:32 PM Bug #10724: [TracePointAPI] Missing return event from initialize method when using `domain_name` gem
Great! Thanks a lot to both for the fix.
I'd like this backported to 2.0 and 2.1, too, if possible
deivid (David Rodríguez)
09:41 PM Bug #11030: Ruby 2.2.1 fails to compile with hardened GCC
Is it any more info I can provide? :) mva (Vadim A. Misbakh-Soloviov)
02:48 PM Revision df7aac7c (git): * template/fake.rb.in: Don't assign baseruby, Because it's affect to
Makefile of native gem like json on bundled gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50237 b2dd03c8-3...
hsbt (Hiroshi SHIBATA)
02:34 PM Revision 28ca0b0f (git): * file.c (rb_f_test): Consider nsec for "=", "<" and ">" for "test"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:32 PM Revision cd06ce2e (git): * ext/json, test/json: removed empty directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
02:26 PM Revision d2664732 (git): * tool/rbinstall.rb: support destdir for native extention gem.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
01:49 PM Revision 42e149c9 (git): mkmf.rb: fix VC failures
* lib/mkmf.rb (xsystem): assume all warnings go to stderr but not
stdout. cl.exe always prints input file names.
...
nobu (Nobuyoshi Nakada)
12:03 PM Revision 7c9e01d3 (git): * test/ruby/test_file_exhaustive.rb
(TestFileExhaustive#test_stat_socket_p): r50226 accidentally missed
the guard for non-unix environments.
git-svn-...
U.Nakamura
11:15 AM Feature #11057 (Closed): Gemify JSON
Applied in changeset r50231.
----------
* ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.
[fix GH...
hsbt (Hiroshi SHIBATA)
03:16 AM Feature #11057 (Rejected): Gemify JSON
I gemified JSON library.
* https://github.com/ruby/ruby/pull/867
* https://travis-ci.org/ruby/ruby/builds/5803854...
hsbt (Hiroshi SHIBATA)
11:14 AM Revision cfaddc2a (git): * ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.
[fix GH-867][Feature #11057]
* test/ruby/test_extlibs.rb: removed json gem from existence extentions.
* gems/bundled_...
hsbt (Hiroshi SHIBATA)
09:50 AM Bug #11059 (Closed): When saving a hash to YAML or JSON the default value isn't stored
I tried to serialize/save a hash to a YAML file, with YAML.dump. My hash has a default value set in. When I read the ... Anonymous
09:00 AM Bug #11058 (Closed): [PATCH] Net::HTTPResponse#read_body raises TypeError when receiving empty gzipped response body
Following code raises TypeError.
~~~ruby
require 'net/http'
def dummy_io(str)
str = str.gsub(/\n/, "\r\n")
...
ktsj (Kazuki Tsujimoto)
09:00 AM Revision 8e7b572d (git): Delay signal bit more.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:47 AM Feature #11056: [PATCH] lib/net/*: use io/wait methods instead of IO.select
v2 patch with experimental IO#wait_readable(.., wait_only: bool)
to avoid FIONREAD.
normalperson (Eric Wong)
02:06 AM Feature #11056: [PATCH] lib/net/*: use io/wait methods instead of IO.select
`test-all` failed on OSX.
~~~
1) Failure:
HTTPSProxyTest#test_https_proxy_authentication [/Users/nobu/src/ruby...
nobu (Nobuyoshi Nakada)
07:34 AM Revision 3d246824 (git): simplified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:22 AM Revision 7ca24e0b (git): refactored to make code consistent around sleep.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:06 AM Revision aed411d5 (git): reorder invocations in test_stat_init.
This doesn't change actual behavior because hardlinkfile invokes regular_file.
This change make it more explicit.
g...
akr (Akira Tanaka)
06:57 AM Revision 29de8ed4 (git): * test/ruby/test_file_exhaustive.rb: Create sample files lazily.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:52 AM Bug #11020: Ruby 2.1.5 crashing when running rails 3.2.21
Looks to me like this can be closed. The crash report hints that the poppler gem was to blame for this crash and it l... jwilmot (Jeremy Wilmot)
05:53 AM Bug #9644: ssl hostname verification security bug: verify_certificate_identity wildcard matching allows to much
It looks like this is fixed with https://github.com/ruby/openssl/commit/e9a7bcb8bf2902f907c148a00bbcf21d3fa79596 whic... hansdegraaff (Hans de Graaff)
05:37 AM Bug #9360 (Third Party's Issue): IO.dup problems in binary ruby
The github issue of rvm is already closed. akr (Akira Tanaka)
05:15 AM Bug #10111 (Rejected): gdbm truncated UTF-8 data problem
gdbm (and dbm) doesn't record encoding.
So, current behavior is natural and not a bug, I think.
akr (Akira Tanaka)
05:04 AM Revision 7156deb5 (git): * test/ruby/test_file_exhaustive.rb: Test character device using
/dev/null.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
02:13 AM Feature #11024: [PATCH] connect_nonblock supports "exception: false"
I see, no problems then.
As a side note, the benchmark failed unless `host` is "127.0.0.1" on OSX.
nobu (Nobuyoshi Nakada)
01:48 AM Feature #11024: [PATCH] connect_nonblock supports "exception: false"
Seems working fine, but my results don't look better, on Ubuntu 14.10
on VirtualBox on OS X.
nr = 5000 | ...
nobu (Nobuyoshi Nakada)
02:01 AM Revision 335cd8ab (git): mkmf.rb: fix syntax errors
* lib/mkmf.rb (append_cppflags, append_cflags, append_ldflags):
fix missing parentheses.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
02:00 AM Revision bb96ab6f (git): mkmf.rb: methods to append flags
* lib/mkmf.rb (append_cppflags, append_cflags, append_ldflags):
utility methods to append compiler options.
git-sv...
nobu (Nobuyoshi Nakada)
12:48 AM Revision 1b1a0bda (git): README.md: fix inline markups
* README.md, README.ja.md: don't break inside inline markups.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5022...
nobu (Nobuyoshi Nakada)

04/10/2015

11:22 PM Revision 600d5273 (git): * lib/rdoc/text.rb: removed duplicated code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
10:01 PM Feature #11056 (Closed): [PATCH] lib/net/*: use io/wait methods instead of IO.select
lib/net/*: use io/wait methods instead of IO.select
io/wait is expected to work on any platform where sockets are
...
normalperson (Eric Wong)
09:06 PM Feature #11044 (Closed): [PATCH] lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock
Applied in changeset r50219.
----------
lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock
Excepti...
Anonymous
09:05 PM Revision 39e2f04e (git): * 2015-04-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:05 PM Revision db2ff03b (git): lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock
Exceptions are noisy in debug output and waste allocations.
Use "exception: false" introduced in 2.1 to return symbol...
Eric Wong
05:00 PM Bug #11030: Ruby 2.2.1 fails to compile with hardened GCC
Uh... Sorry for delay! Somewhy I didn't get email notification from your redmine :(
So, I'm not sure, if this is e...
mva (Vadim A. Misbakh-Soloviov)
02:58 PM Bug #11054 (Closed): ruby won't build on OS X 10.5 — fgetattrlist() not available
Applied in changeset r50218.
----------
dir.c: getattrlist on OSX 10.5
* dir.c (need_normalization): use getattrlis...
nobu (Nobuyoshi Nakada)
04:13 AM Bug #11054 (Closed): ruby won't build on OS X 10.5 — fgetattrlist() not available
[Revision 49303](https://bugs.ruby-lang.org/projects/backport22/repository/revisions/49303/diff/dir.c) added a use of... PvpDJgHP (William Thomas NELSON)
02:57 PM Revision 9e459f7a (git): dir.c: getattrlist on OSX 10.5
* dir.c (need_normalization): use getattrlist() if fgetattrlist()
is unavailable, on OSX 10.5. [ruby-core:68829] [...
nobu (Nobuyoshi Nakada)
02:47 PM Revision b75b040e (git): Use more shorter filenames to avoid sockaddr_un size limitation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:36 PM Revision f168f23f (git): mkmf.rb: werror of try_cppflags
* lib/mkmf.rb (try_cppflags): set werror flag as same as cflags
and ldflags.
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
01:29 PM Revision aceb11df (git): mkmf.rb: fix werror option
* lib/mkmf.rb (try_compile): pass the given werror flag to try_do
to check if stderr is empty.
* lib/mkmf.rb (try_c...
nobu (Nobuyoshi Nakada)
11:52 AM Revision 6f636ada (git): Use shorter filenames to avoid sockaddr_un size limitation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:52 AM Revision 0ad3abe1 (git): * test/ruby/test_file_exhaustive.rb: Test socket.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:39 AM Revision adabc801 (git): * test/objspace/test_objspace.rb: remove debug prints.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
10:38 AM Revision 7f75a1a8 (git): * ext/objspace/objspace.c: add ObjectSpace.count_imemo_objects method
to count imemo objects for each type.
* test/objspace/test_objspace.rb: add a test.
* NEWS: describe about this addit...
ko1 (Koichi Sasada)
10:34 AM Revision deab7157 (git): * test/ruby/test_file_exhaustive.rb: Test anonymous pipe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:32 AM Revision dec74151 (git): * test/ruby/test_file_exhaustive.rb: Test named pipe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:13 AM Revision 1a688f00 (git): * ext/objspace/objspace.c (setup_hash): unify common routine.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
09:45 AM Revision ff381ca1 (git): * process.c (rb_execarg_parent_start1): Handle EINTR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:36 AM Bug #11055 (Closed): autoload resets private_constant
Is this behavior intentional?
Suppose the following file:
~~~
$ cat a/b.rb
class A; B = 1; end
~~~
This c...
nobu (Nobuyoshi Nakada)
08:32 AM Bug #10724: [TracePointAPI] Missing return event from initialize method when using `domain_name` gem
Sorry for long absent.
I fixed it.
Idea is given by wanabe-san.
https://twitter.com/wannabe53/status/578555803...
ko1 (Koichi Sasada)
08:29 AM Bug #10724 (Closed): [TracePointAPI] Missing return event from initialize method when using `domain_name` gem
Applied in changeset r50206.
----------
* vm.c (vm_exec): check other events when RETURN is thrown.
[Bug #10724]
*...
ko1 (Koichi Sasada)
08:29 AM Revision 93df5a0a (git): * vm.c (vm_exec): check other events when RETURN is thrown.
[Bug #10724]
* test/ruby/test_settracefunc.rb: add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50206...
ko1 (Koichi Sasada)
04:37 AM Revision 9a968078 (git): * win32/Makefile.sub (WERRORFLAG): typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
03:12 AM Revision 1eff125f (git): Fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:44 AM Revision 54264f53 (git): ext/date: reject unknown compiler option
* ext/date/extconf.rb: check warnings.
* lib/mkmf.rb (try_cflags): pass options to try_compile.
* win32/Makefile.sub ...
nobu (Nobuyoshi Nakada)
02:04 AM Bug #10583 (Rejected): Process.spawn stalls forever opening named pipes (fifo)
After thinking while, I decided to reject this issue.
Invoke spawn() in a thread for this usage: Thread.new { spawn(...
akr (Akira Tanaka)
01:02 AM Revision 14d10e05 (git): test_addrinfo.rb: relax memory usage criterion
* test/socket/test_addrinfo.rb (test_marshal_memory_leak): relax
the criterion.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)

04/09/2015

11:03 PM Revision f4037937 (git): * test/ruby/test_process.rb: unfortunately, windows is not POSIX...
cygwin has mkfifo command, but it does not affect system-wide.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50...
U.Nakamura
08:21 PM Bug #11040: Mutex can be locked by multiple threads, causing Monitor to sometimes hang
I have attached a patch for `Monitor` that should prevent this issue. jvdp (Jaap van der Plas)
05:19 PM Revision 79f940cd (git): * test/ruby/test_process.rb: Use mkfifo command instead of mknod
command to create a named file. mkfifo commandis defined by POSIX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
akr (Akira Tanaka)
04:59 PM Bug #11045: ruby/test_m17n_comb.rb test_str_crypt tests platform-specific crypt behavior
Nobuyoshi Nakada wrote:
> Or we need a standard way to isolate this kind of tests.
That's not a bad idea, actuall...
headius (Charles Nutter)
04:33 PM Revision 2441d70f (git): * 2015-04-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:33 PM Revision ce28a753 (git): * process.c: Release GVL when opening a file in spawn() to avoid whole
process blocking when opening a named pipe.
(open_func): New function.
(rb_execarg_parent_start1): Extracted from...
akr (Akira Tanaka)
03:57 PM Bug #10724: [TracePointAPI] Missing return event from initialize method when using `domain_name` gem
@ko1, is this in your plans? Just asking so that I can find some time myself to have a look at it if you don't want o... deivid (David Rodríguez)
02:23 PM Revision 6cf4e97b (git): move debug functions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:47 PM Revision 990cc562 (git): * test/ruby/test_process.rb
(TestProcess#test_execopts_redirect_open_order_{normal,reverse}): ignore tests
added by r50194 on Windows because r...
U.Nakamura
01:32 PM Bug #11053 (Feedback): cant run rake in the Ruby interpreter or extension libraries.
Please report to issue detail. hsbt (Hiroshi SHIBATA)
01:05 PM Bug #11053 (Closed): cant run rake in the Ruby interpreter or extension libraries.
4bic (robin kiplangat)
01:19 PM Revision 3bf92fb1 (git): * process.c (redirect_open): Removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:44 PM Revision f6b1dd28 (git): * internal.h (rb_execarg_parent_end): Declared.
* process.c: "spawn" opens files in the parent process.
(check_exec_redirect): Add an placeholder for fd in paramet...
akr (Akira Tanaka)
11:53 AM Revision 99605583 (git): * internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.
* process.c: Follows the above change.
* io.c: Ditto.
* ext/pty/pty.c: Ditto.
git-svn-id: svn+ssh://ci.ruby-lan...
akr (Akira Tanaka)
11:35 AM Revision 00478a98 (git): * process.c (fd_clear_cloexec): Extracted from run_exec_dup2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:06 AM Revision e98d4947 (git): ignore rake load error
rake is not available until installation now, so skip rake
packagetask even if it cannot load until it is actually ne...
nobu (Nobuyoshi Nakada)
06:01 AM Revision 2cbb3d82 (git): skip rake dependent tests
rake is not available until installation now, so skip rake
dependent tests unless it can load.
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
05:44 AM Feature #11049: Enumerable#grep_v (inversed grep)
I didn't know/hear that.
@matz what do you think for now?
sorah (Sorah Fukumori)
12:30 AM Revision 9177eca3 (git): ccan/list/list.h: sync with ccan upstream
This includes the following 5 commits from ccan upstream:
list: list_add_after and list_add_before functions
...
Eric Wong

04/08/2015

11:24 PM Bug #11051 (Closed): Addrinfo#marshal_load がメモリーリーク
Applied in changeset r50187.
----------
raddrinfo.c: fix memory leak
* ext/socket/raddrinfo.c (addrinfo_mload): fix...
nobu (Nobuyoshi Nakada)
05:03 PM Bug #11051 (Closed): Addrinfo#marshal_load がメモリーリーク
`Addrinfo#marshal_load` がメモリーリークしているように思います。
~~~diff
diff --git a/ext/socket/raddrinfo.c b/ext/socket/raddrinfo.c...
tommy (Masahiro Tomita)
11:24 PM Revision 17b78d07 (git): * 2015-04-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:24 PM Revision 816504c2 (git): raddrinfo.c: fix memory leak
* ext/socket/raddrinfo.c (addrinfo_mload): fix memory leak of
addrinfo. [ruby-dev:48923] [Bug #11051]
git-svn-id:...
nobu (Nobuyoshi Nakada)
10:18 PM Feature #11052 (Closed): [PATCH] Blockless Pathname#ascend and #descend return Enumerator
It would be beneficial for blockless `Pathname#ascend` and `#descend`
to return an `Enumerator` (rather than raise a...
chastell (Piotr Szotkowski)
08:34 PM Bug #10952: Clarify BigDecimal license
Thanks a lot. Can this be backported or not? vo.x (Vit Ondruch)
07:21 AM Bug #10952: Clarify BigDecimal license
Shigeo, original author of BigDecimal, allows me to change BigDecimal's license to ruby's.
I'd already changed it.
mrkn (Kenta Murata)
07:19 AM Bug #10952 (Closed): Clarify BigDecimal license
Applied in changeset r50185.
----------
* bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]
mrkn (Kenta Murata)
04:45 PM Feature #11049: Enumerable#grep_v (inversed grep)
How is this proposal different from #9602? I thought that Matz had already suggested to modify `select`, and Sam Raw... sawa (Tsuyoshi Sawada)
12:00 PM Feature #11049: Enumerable#grep_v (inversed grep)
`invert` looks same as my proposal, `Regexp#!`. nobu (Nobuyoshi Nakada)
11:42 AM Feature #11049: Enumerable#grep_v (inversed grep)
Recursive Madman wrote:
> Benoit Daloze wrote:
> > That only works for some regexps, I doubt there is a proper and ...
akr (Akira Tanaka)
11:31 AM Feature #11049: Enumerable#grep_v (inversed grep)
Benoit Daloze wrote:
> That only works for some regexps, I doubt there is a proper and well defined inverted regexp ...
recursive-madman (Recursive Madman)
11:22 AM Feature #11049: Enumerable#grep_v (inversed grep)
grep(pattern, inverse: true) seems the least surprising to me.
But of course it does not buy much compared to #reject.
Eregon (Benoit Daloze)
11:21 AM Feature #11049: Enumerable#grep_v (inversed grep)
Recursive Madman wrote:
> How about implementing `Regexp#invert` instead?
>
> Like this for example:
>
> ```ru...
Eregon (Benoit Daloze)
11:18 AM Feature #11049: Enumerable#grep_v (inversed grep)
How about implementing `Regexp#invert` instead?
```ruby
/b/.invert #=> /[^(?:b)]/
```
Like this for example...
recursive-madman (Recursive Madman)
10:23 AM Feature #11049 (Closed): Enumerable#grep_v (inversed grep)
sometime I want to do `grep -v` like operation:
%w(aaa bbb ccc).reject { |x| /b/ === x } #=> ["aaa", "ccc"]
...
sorah (Sorah Fukumori)
01:49 PM Bug #11050 (Third Party's Issue): Segmentation fault in Ruby 2.2.1
Seems like an issue of curb. nobu (Nobuyoshi Nakada)
01:08 PM Bug #11050 (Third Party's Issue): Segmentation fault in Ruby 2.2.1
I just did a git clone of curb and tried to do a rake install and I see it fails with segmentation fault all the time. murugesh (Murugesan Guruswamy)
11:27 AM Bug #11042 (Rejected): Timezone boundary is different between versions 2.2.0 and 2.2.1
GMT and BST are both valid for 2013-10-27 01:00:00 to 2013-10-27 01:59:59.
% zdump -v Europe/London|grep 2013
Eur...
akr (Akira Tanaka)
10:12 AM Feature #10932: Enabling allocation tracing as early as possible
Matz has no objection (except file name).
I have 2 concerns.
(1) file name
We alraedy have tracer.rb.
How...
ko1 (Koichi Sasada)
08:45 AM Revision 119960dc (git): version.c: support RUBY_ENGINE_VERSION
* version.c (Init_version): the version of the engine or
interpreter. [Fix GH-858]
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
07:18 AM Revision 8b9db31f (git): * bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
05:58 AM Revision d7abb533 (git): * win32/win32.c (rb_w32_wreadlink): should treat junctions like as
symlinks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
05:04 AM Revision 0d382f48 (git): * test/ruby/test_symbol.rb: fix syntax error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
04:01 AM Bug #11035 (Closed): Calling #hash method: inconsistency between dynamic and static symbols
Applied in changeset r50182.
----------
hash.c: compare symbols by identities
* hash.c (rb_any_hash): Symbols are c...
nobu (Nobuyoshi Nakada)
04:01 AM Revision 622193d3 (git): hash.c: compare symbols by identities
* hash.c (rb_any_hash): Symbols are compared by the identities
always. [ruby-core:68767] [Bug #11035]
git-svn-id:...
nobu (Nobuyoshi Nakada)
01:56 AM Bug #11036 (Rejected): In iterlation, '#'(String) is gone
nobu (Nobuyoshi Nakada)
12:52 AM Bug #11036: In iterlation, '#'(String) is gone
Oops. it's my fault. sorry!
plz delete this issue
hiphapis (Johan Kim)
01:55 AM Bug #11047 (Closed): SEGV in ruby_yyparse
nobu (Nobuyoshi Nakada)
01:46 AM Bug #11045: ruby/test_m17n_comb.rb test_str_crypt tests platform-specific crypt behavior
Charles Nutter wrote:
> 3. Do we really want to be testing linux-specific crypt behavior?
I don't think we want, ...
nobu (Nobuyoshi Nakada)

04/07/2015

11:14 PM Bug #11047: SEGV in ruby_yyparse
I believe this already has been fixed, but not yet backported to 2.2. See #10957. cremno (cremno phobia)
09:39 PM Bug #11047: SEGV in ruby_yyparse
ps. originally discovered under 2.1.5
mcarpenter (Martin Carpenter)
09:37 PM Bug #11047 (Closed): SEGV in ruby_yyparse
Hello,
Please find attached half a dozen test cases that cause the ruby parser (either in a script or via `eval` a...
mcarpenter (Martin Carpenter)
09:51 PM Bug #11048 (Rejected): blocks raise on missing and extra keyword args
blocks intentionally tolerate arity mismatches
```
irb(main):001:0> proc{|a, b| [a, b]}.(1)
[
[0] 1,
[1] n...
bughit (bug hit)
09:28 PM Bug #11046 (Closed): __callee__ returns incorrect method name in orphan proc
__callee__ returns incorrect method name in orphan proc.
```ruby
def foo
1.times{
p __callee__
}
pr...
ko1 (Koichi Sasada)
08:36 PM Bug #11045 (Closed): ruby/test_m17n_comb.rb test_str_crypt tests platform-specific crypt behavior
I think we should just remove the glibc version guards in test_str_crypt in test/ruby/test_m17n_comb.rb.
1. JRuby ...
headius (Charles Nutter)
07:39 PM Feature #11044 (Closed): [PATCH] lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblock
Exceptions are noisy in debug output and waste allocations.
Use "exception: false" introduced in 2.1 to return symbo...
normalperson (Eric Wong)
04:05 PM Revision ad470f1c (git): * 2015-04-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:05 PM Revision 92c3c972 (git): rbinstall.rb: no post install messages
* tool/rbinstall.rb: suppress post install messages of rdoc for
older ruby versions.
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)
04:05 PM Revision fdb3bbf1 (git): rbinstall.rb: $script_mode
* tool/rbinstall.rb: set script files permission to $script_mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)
03:28 PM Bug #11043 (Rejected): .rvm/gems/ruby-2.1.1/gems/json-1.8.2/lib/json/common.rb:67: [BUG] unknown type 0x22 (0xc given)
```
gem install watir-webdriver
Fetching: websocket-1.2.1.gem (100%)
Successfully installed websocket-1.2.1
Fetch...
kamal2222ahmed (Kamal Ahmed)
02:44 PM Bug #11042 (Rejected): Timezone boundary is different between versions 2.2.0 and 2.2.1
In Ruby 2.2.1 the timezone boundary for BST->GMT in the UK appears to be at 1am:
~~~
[1] pry ~ » Time.new(2013, ...
peteryates (Peter Yates)
02:15 PM Bug #11041: Rake test task fails with LoadError when using Ruby version 2.2.1 [Mac OSX10.9]
NB: The ruby version listed as ruby -v is incorrect. The correct value should be:
ruby 2.2.1p85 (2015-02-26 revision...
TheNephilim (Paul Yeboah)
02:11 PM Bug #11041 (Closed): Rake test task fails with LoadError when using Ruby version 2.2.1 [Mac OSX10.9]
I have just started to use RVM and have installed ruby version 2.2.1. I have a test project whose Rake test task that... TheNephilim (Paul Yeboah)
01:58 PM Bug #11040: Mutex can be locked by multiple threads, causing Monitor to sometimes hang
Aha, it seems that killing the thread releases the mutex lock directly, while the counter is not decreased. Is this s... jvdp (Jaap van der Plas)
12:41 PM Bug #11040: Mutex can be locked by multiple threads, causing Monitor to sometimes hang
Attached what I think is the minimal test case. jvdp (Jaap van der Plas)
12:09 PM Bug #11040: Mutex can be locked by multiple threads, causing Monitor to sometimes hang
I attached a slightly simpler test case. jvdp (Jaap van der Plas)
12:02 PM Bug #11040 (Closed): Mutex can be locked by multiple threads, causing Monitor to sometimes hang
I have found a case where Monitor sometimes does not release the lock on its mutex where it should, because the inter... jvdp (Jaap van der Plas)
12:40 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
Do we have a decision for this? plribeiro3000 (Paulo Henrique Lopes Ribeiro)
09:11 AM Bug #11039 (Closed): method_missing の *args 引数に symbol をキーにした hash だけを渡すと エラーとなる
method_missing に 第3引数として キーワード引数を設定した上で、引数に symbol をキーにした Hash だけを渡すと
=> unknown keyword: a (ArgumentError)
となる。
※...
kiyono (yoshimitsu kiyono)
08:30 AM Bug #11038 (Feedback): regular expression fail
Seems a backtrack explosion.
Is the `?` just after `\.` really intentional?
nobu (Nobuyoshi Nakada)
08:13 AM Bug #11038 (Closed): regular expression fail
the following regexp seems to loop
`/^([A-Z0-9_%+-]+\.?)+[^.]@([A-Z0-9-]+\.)+[A-Z]{2,4}$/i`
with "ec-mat-charles-...
norti (Norberto Martins)
06:59 AM Bug #11037 (Closed): Time Parse Documentation Incorrect - Undefined method getlocal
According to:
http://ruby-doc.org/stdlib-2.2.1/libdoc/time/rdoc/Time.html
`Time#parse` can take a 2nd parameter...
cfis (Charlie Savage)
06:53 AM Bug #10632: 2.2rc1 Fails to Compile with Mingw64 NET_LUID
This seems to have been fixed on the released version, so it can be closed. cfis (Charlie Savage)
02:44 AM Revision a4d29972 (git): intern.h: stale declarations
* include/ruby/intern.h: remove stale declarations, which were
removed because of ripper.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
01:22 AM Revision 1fa4cdf2 (git): * internal.h: fix typo. Patch by @sferik [fix GH-865]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
01:14 AM Bug #11036 (Rejected): In iterlation, '#'(String) is gone
field `color` is hex code. ex) `#123123`
```erb
<% Product.all.each do |product| %>
<% byebug %>
<h4 style="b...
hiphapis (Johan Kim)

04/06/2015

10:27 PM Bug #10993: therubyracer-0.12.1/lib/v8/function.rb:13: [BUG] Segmentation fault at 0x30c124 ruby 2.1.5p273 (2014-11-13 revision 48405) [armv7l-linux-eabihf]
Yes! Managed to narrow it down to 'therubyracer' myself. Apparently it's a known issue with ARM devices, essentially ... basilmir (Mir S.)
07:06 PM Feature #11034: Nil Conditional
@Recursive Madman - *try* is not native function. It is Active Support Core Extension.
Moreover implementation an...
grzesiek (Grzegorz Bizon)
05:30 PM Feature #9725: Do not inspect NameError target object unless verbose
One of the JRuby issues that keeps getting +1'ed: https://github.com/jruby/jruby/issues/216
I really think we need...
headius (Charles Nutter)
03:00 PM Revision 54849da6 (git): * 2015-04-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:00 PM Revision 894507c5 (git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:55 PM Feature #10958: remove "initial_state" argument of Enumerable#{slice_before,chunk}
It seems no one against this. I committed. akr (Akira Tanaka)
01:53 PM Feature #10958 (Closed): remove "initial_state" argument of Enumerable#{slice_before,chunk}
Applied in changeset r50174.
----------
* enum.c: Enumerable#chunk and Enumerable#slice_before no longer takes
the...
akr (Akira Tanaka)
01:53 PM Revision 774f6829 (git): * enum.c: Enumerable#chunk and Enumerable#slice_before no longer takes
the initial_state argument. [Feature #10958]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50174 b2dd03c8-39d...
akr (Akira Tanaka)
07:18 AM Bug #11035 (Closed): Calling #hash method: inconsistency between dynamic and static symbols
There is an inconsistency between static symbols and dynamic symbols.
```ruby
class Symbol
def hash
raise...
ko1 (Koichi Sasada)
07:17 AM Revision 9db2bb2a (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:14 AM Bug #11027 (Closed): Named Argument assignment from Hash failure
Applied in changeset r50172.
----------
* vm_args.c: protect value stack from calling other methods
during complex...
ko1 (Koichi Sasada)
07:14 AM Revision 633574ee (git): * vm_args.c: protect value stack from calling other methods
during complex parameter setting process (splat, kw, and so on).
[Bug #11027]
* vm_core.h: remove rb_thead_t::mark_...
ko1 (Koichi Sasada)
07:05 AM Bug #10948: When cross-compiling Ruby 2.2.1 for Win32, securerandom.rb fails while trying to use Win32 native libraries
As I wrote before ( https://bugs.ruby-lang.org/issues/10948#note-2 ),
"Closed" with backport "REQUIED" means "please...
usa (Usaku NAKAMURA)
02:28 AM Revision 07264c40 (git): * 2015-04-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:28 AM Revision 886d8e3f (git): * tool/downloader.rb (http_options): prevent content auto decoding
because this is a downloader.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50170 b2dd03c8-39d4-4d8f-98ff-823fe6...
naruse (Yui NARUSE)
 

Also available in: Atom