Activity
From 05/20/2015 to 05/26/2015
05/26/2015
-
09:30 PM Feature #11181: Add a line directive to Ruby
- Reason why 'eval "string", b, file, line' can't be used in place of line directive.
Use case: Input file looks lik... -
07:56 AM Feature #11181: Add a line directive to Ruby
- using 'line' as the key word causes the 'test-rubyspec' tests to fail as they contain:
# line 3
in the __\_... -
07:05 AM Feature #11181 (Assigned): Add a line directive to Ruby
- Add a __line directive__ to Ruby
```
#line {nn} ["filename"]
```
This is done by creating a array of filena... -
09:25 PM Feature #11145: [PATCH] socket: avoid redundant fcntl with MSG_DONTWAIT
- Better patch to support sending, too. I'm limiting this to Linux-only since
it seems newer FreeBSD has support for ... -
07:08 PM Bug #11182: Refinement with alias causes strange behavior
- Simplify example:
```ruby
class C
def foo
p "C"
end
end
module M
refine C do
def foo
... -
06:59 PM Bug #11182: Refinement with alias causes strange behavior
- > By D.new.bar, not foo but bar is searched in refinements, so M#C#foo cannot be found.
I've fixed alias to use C#fo... -
01:22 PM Bug #11182: Refinement with alias causes strange behavior
- Koichi Sasada wrote:
> Maybe (1) C#foo or (2) M#C#foo should be called. But I'm not sure which is suitable.
By D.... -
01:16 PM Bug #11182 (Closed): Refinement with alias causes strange behavior
- Applied in changeset r50642.
----------
* vm_method.c (rb_alias): should resolve refined methods.
[ruby-core:69360... -
12:25 PM Bug #11182 (Assigned): Refinement with alias causes strange behavior
-
08:20 AM Bug #11182 (Closed): Refinement with alias causes strange behavior
- The following script causes strange behavior.
```ruby
class C
def foo
p "C"
end
end
module M
re... -
06:58 PM Feature #11124: [PATCH] lib/*: use monotonic clock for timeouts
- Just checking, which systems do we support do not have CLOCK_MONOTONIC
(emulated or otherwise).
We already emula... -
04:30 PM Bug #11184 (Closed): Tests fail when configured with different program prefix and suffix
- When the configuration options --program-prefix and --program-suffix are used, the shebang line is of the format Gem....
-
01:16 PM Revision 834d2bbe (git): * vm_method.c (rb_alias): should resolve refined methods.
- [ruby-core:69360] [Bug #11182]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50642 b2dd03c8-39d4-4d8f-98ff-823fe... - 12:38 PM Revision 37aec839 (git): * 2015-05-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 PM Revision d5a93ed1 (git): fix condition
- * include/ruby/defines.h (RUBY_ATTR_ALLOC_SIZE): fix condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50... -
09:37 AM Bug #9790: Zlib::GzipReader only decompressed the first of concatenated files
- Hey guys, is there any updates?
I have created a small gem yesterday to make it able to read multiple files https:... -
09:33 AM Bug #11180: Missing lines with Zlib::GzipReader
- Looks like the issue might be similar to https://bugs.ruby-lang.org/issues/9790.
-
09:15 AM Bug #11173: inter class/module alias causes "no superclass method"
- 「この問題は trivial なので、2.3 では直すけど、2.2 以前は直さない」、ってのは許されるものでしょうか。
というのも、今メソッドディスパッチの部分を大きく書き直しており、別々のパッチを書かないといけなさそうなんです... -
08:32 AM Bug #11183: Cumulative error on Complex::I ** 100000000000000000000000000000000
- めんどくさいと言いつつ、手元には、添付のような「誤差を蓄積しない計算」を試してみたパッチがありますが(コンセプトを確認するためのもので実用ではない)、次は「45°とかは?」という話になることは明らかなのでびみょーです。
より賢い方法... -
08:28 AM Bug #11183 (Closed): Cumulative error on Complex::I ** 100000000000000000000000000000000
- ```
p Complex::I ** 100000000000000000000000000000000
```
が、32bit 環境だと、
```
ruby 2.3.0dev (2015-05-21 trunk ... -
07:45 AM Bug #10644 (Rejected): WEBrick TimeoutHandler race condition
- Hello,
The definition of WEBrick::Utils::TimeoutHandler#initialize in your gist is too old and the issues was alre... -
06:29 AM Feature #11164: Garbage collector in Ruby 2.2 provokes unexpected CoW
- Here is a discussion about the source of the problem : http://stackoverflow.com/questions/30353272/garbage-collector-...
05/25/2015
- 01:38 PM Revision 19f7dd85 (git): * tool/redmine-backporter.rb (rel): after the relations is changed,
- @changesets is no longer right.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50639 b2dd03c8-39d4-4d8f-98ff-823... -
08:17 AM Bug #11180 (Closed): Missing lines with Zlib::GzipReader
- Hi,
I have a script which is written in Python. It simply appends lines to archive file:
~~~python
#!/usr/bin/... -
07:01 AM Bug #11179 (Third Party's Issue): Inconsistent Addrinfo parsing a port number
- In the case of the following code, ip_port returns 34464 because the number 99999 is cast as `short int`.
Is the res... -
06:23 AM Bug #11172 (Closed): Windowsでmode: ab+の時に開いたファイルの内容が読めない
-
05:48 AM Revision fdb62480 (git): add .gitignore rules for Microsoft Visual C++
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:49 AM Feature #11177: DATAでEOF文字以降が読めない
- なるほど、メカニズムがよく理解できました。ありがとうございます。
ではその上で質問です。
1. `\x1A` の後のバッファがすっ飛ぶのは仕様でしょうか。(`DATA` に限らず)
2. 読み込み途中で binmod... -
02:35 AM Revision d4bafbb4 (git): * win32/win32.c (setup_overlapped): seek to the file end only when
- writing (mode:a), not reading (mode:a+, read).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50637 b2dd03c8-39d4... -
02:33 AM Revision 5c0fb216 (git): io.c: refine message
- * io.c (prepare_getline_args): refine the expected arity in an
exception message.
git-svn-id: svn+ssh://ci.ruby-la...
05/24/2015
-
11:20 PM Feature #11177: DATAでEOF文字以降が読めない
- Yusuke Endoh wrote:
> Windows で `__END__` 以降に EOF 文字 (`\x1A`) があったとき、それより先が読めないのは仕様でしょうか。
text modeでそうなるというのは当然仕様... -
05:53 AM Feature #11177 (Open): DATAでEOF文字以降が読めない
- 遠藤です。
Windows で `__END__` 以降に EOF 文字 (`\x1A`) があったとき、それより先が読めないのは仕様でしょうか。
gen.rb:
puts "p DATA.read"
... -
09:35 PM Bug #11178 (Closed): possible bug: a thread killed when waiting on ConditionVariable locks the mutex again before real exit
- Probably it's not a bug, but just a hidden behaviour. Please write your comments.
When a thread waits on Condition... -
04:43 PM Bug #11173: inter class/module alias causes "no superclass method"
- 確かにおかしいですね。「似たような話」も含めて考えると混乱するので、いったん置いておくと、もとのプログラムはfooのスーパーをM0の親から探し始めて、C0#fooを見つけて欲しいような気もしますね。ただ、これは1.8でも同じ挙動をする...
-
03:49 PM Bug #10860 (Closed): tool/mdoc2man.rb doesn't handle man/rake.1 correctly
-
01:14 AM Bug #10860: tool/mdoc2man.rb doesn't handle man/rake.1 correctly
- This can be closed, as rake.1 was removed recently.
-
03:41 PM Bug #11172: Windowsでmode: ab+の時に開いたファイルの内容が読めない
- commitしてくださいませ。
- 03:33 PM Revision 42d06ac1 (git): * 2015-05-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:33 PM Revision 2e1835b6 (git): * numeric.c (Numeric#negative?): [DOC] Fix call-seq.
- Patch by @yui-knk. [Fixes GH-908]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50634 b2dd03c8-39d4-4d8f-98ff-82... -
02:20 AM Revision e28addcf (git): ruby.c: show_usage_line
- * ruby.c (show_usage_line): extract function to print one usage
line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
02:16 AM Bug #11169 (Rejected): Symbol not found: _rb_str_new_static
-
01:29 AM Bug #11176 (Assigned): Hardcoded settings in REXML
- Why is it a problem?
-
12:37 AM Bug #11176 (Closed): Hardcoded settings in REXML
- XMLDecl has hardcoded single qoutes (see here: https://bugs.ruby-lang.org/projects/ruby-trunk/repository/entry/lib/re...
05/23/2015
-
10:17 PM Bug #11169: Symbol not found: _rb_str_new_static
- I figured out how to solve it. I ran 'gem pristine --all' 2 times and it worked!
-
09:41 PM Bug #11169: Symbol not found: _rb_str_new_static
- Nobuyoshi Nakada wrote:
> Seems you are running 2.0.0 with an extension library for 2.2.
> Check your ruby's versio... -
08:57 PM Bug #11169: Symbol not found: _rb_str_new_static
- Nobuyoshi Nakada wrote:
> Seems you are running 2.0.0 with an extension library for 2.2.
> Check your ruby's versio... -
09:28 PM Bug #11175 (Closed): possible fibers memory leak or risky GC behavior
- There's strong memory growth on mass Fiber creation/deletion.
Script to demonstrate the problem (on x86_64-linux):... -
09:16 PM Bug #11174 (Closed): threads memory leak
- There's strong memory growth during intensive thread using.
Script to demonstrate the problem (on x86_64-linux):
... -
08:15 PM Bug #11173: inter class/module alias causes "no superclass method"
- 似たような話なんですが、
```ruby
module M0
private
def foo
p M0
end
end
class C0
def foo
p C0
en... -
06:58 PM Bug #11173 (Closed): inter class/module alias causes "no superclass method"
```ruby
class C0
def foo
p :C0
end
end
module M0
def foo
p :M0
super
end
end
...-
07:19 PM Bug #10991: SIGSEGV in Marshal.load
- Backported into `ruby_2_2` branch at r50632.
-
07:18 PM Revision 2e081760 (git): merge revision(s) 50057,50065: [Backport #10991]
- * marshal.c (r_symreal): register symbol names as strings first so
that r_symlink always returns valid name... -
06:54 PM Bug #11123: [PATCH] bsock_recmvsg_internal needs GC guard for control buffer
- Backported into `ruby_2_2` branch at r50631.
-
06:53 PM Revision 55849b02 (git): merge revision(s) 50449: [Backport #11123]
- * ext/socket/ancdata.c (bsock_recvmsg_internal): GC guard
[Bug #11123]
git-svn-id: svn+ssh://ci.ruby-lang... -
06:52 PM Bug #11113: Time ranges cannot be used in case statements in 1.9+ but they could in 1.8.7
- Backported into `ruby_2_2` at r50630.
-
06:52 PM Revision 3cc32181 (git): merge revision(s) 50421: [Backport #11113]
- * range.c (linear_object_p, range_include): test if covered for
linear objects. [ruby-core:69052] [Bug #11... -
06:43 PM Bug #11128: IMAP parsing issue wih body_ext_mpart
- Backported into `ruby_2_2` at r50629.
-
06:43 PM Revision 2c2fbb8c (git): merge revision(s) 50444: [Backport #11128]
- * lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dsp
is omitted. [ruby-core:69093] [Bug #1... -
06:39 PM Bug #11132: String#sub and character sequence \' in replacement string
- Backported into `ruby_2_2` branch at r50628.
-
06:39 PM Revision 637d0824 (git): merge revision(s) 50509: [Backport #11132]
- * string.c: added documentation for character sequence \' with String#sub
[Bug #11132][ruby-core:69121][fix... -
06:36 PM Bug #11075: Rational literal undocumented
- Backported into `ruby_2_2` at r50627.
-
06:35 PM Revision 9d3a9e97 (git): merge revision(s) 50406,50407: [Backport #11075]
- * rational.c: Added documentation for rational literal.
[Bug #11075][fix GH-885][ci skip] Patch by @shishir... -
06:31 PM Bug #10975: [BUG] rb_sys_fail(getaddrinfo) - errno == 0 (Ruby 2.0.0)
- Backported into `ruby_2_2` branch at r50626.
-
06:31 PM Revision 3a35a8e9 (git): merge revision(s) 50404,50405: [Backport #10975]
- * ext/socket/ipsocket.c (init_inetsock_internal): preserve errno
before other library calls and use rb_syse... -
06:05 PM Bug #11065: Ruby 2.2.2 fails to build on Cygwin64: static function, utoa, in ext/-test-/printf/printf.c has different signature in system stdlib.h.
- Backported into `ruby_2_2` at r50625.
-
06:02 PM Revision d15084fb (git): merge revision(s) 50305: [Backport #11065]
- * ext/-test-/printf/printf.c (uint_to_str): renamed to get rid of
conflict on cygwin. [ruby-core:68877] [B... -
05:59 PM Bug #10724: [TracePointAPI] Missing return event from initialize method when using `domain_name` gem
- Backported into `ruby_2_2` branch at r50624.
-
05:59 PM Revision e197429a (git): merge revision(s) 50206: [Backport #10724]
- * vm.c (vm_exec): check other events when RETURN is thrown.
[Bug #10724]
* test/ruby/test_settrace... -
05:43 PM Bug #11051: Addrinfo#marshal_load がメモリーリーク
- Backported into `ruby_2_2` at r50623.
-
05:42 PM Revision 645b4e11 (git): merge revision(s) 50187,50202: [Backport #11051]
- * ext/socket/raddrinfo.c (addrinfo_mload): fix memory leak of
addrinfo. [ruby-dev:48923] [Bug #11051]
gi... -
05:18 PM Bug #10952: Clarify BigDecimal license
- Backported into `ruby_2_2` branch at r50622.
-
05:18 PM Revision f0f734fd (git): merge revision(s) 50185: [Backport #10952]
- * bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
05:15 PM Bug #11000: r50071以降、Solarisにてext/-test-/file/fs.cのコンパイルができない
- Backported into `ruby_2_2` branch at r50621.
-
05:15 PM Bug #10998: TestIO#test_seek fails in chroot with Linux 3.19
- Backported into `ruby_2_2` branch at r50621.
-
05:15 PM Revision c92fa1fd (git): merge revision(s) 50071,50088: [Backport #10998] [Backport #11000]
- * ext/-test-/file/fs.c (get_fsname): return filesystem name by
statfs/statvfs. [ruby-core:68624] [Bug #109... -
05:03 PM Bug #11035: Calling #hash method: inconsistency between dynamic and static symbols
- Backported into `ruby_2_2` branch at rr50620.
-
05:02 PM Bug #10979: Hash fails to distinguish 0.0 & -0.0
- Backported into `ruby_2_2` branch at rr50619.
-
05:02 PM Revision 92e97984 (git): merge revision(s) 50182,50183: [Backport #11035]
- * hash.c (rb_any_hash): Symbols are compared by the identities
always. [ruby-core:68767] [Bug #11035]
... -
05:01 PM Revision c758d631 (git): merge revision(s) 49999,50000: [Backport #10979]
- * hash.c (rb_any_hash): use same hash values with Float#hash so
that -0.0 and +0.0 will be identical.
... - 04:37 PM Revision 3de8b4be (git): * 2015-05-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:36 PM Revision 5ea16ea6 (git): * debug.c (ruby_debug_print_id): use rb_id2name() for fprintf().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:23 PM Bug #11172 (Closed): Windowsでmode: ab+の時に開いたファイルの内容が読めない
- Windowsでopen("hoge.txt", "ab+")すると、開いたファイルの既存の内容が読めません。
File::APPEND|File::CREAT|File::RDWR|File::BINARYでも同様です。
U... -
11:28 AM Feature #11167: Allow an attr_ variant for query-methods that end with a question mark '?' character, such as: def foo? returning @foo
- Daniel Berger wrote:
> Abandoned all hope:
>
> http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/5796
... -
11:07 AM Revision 8b5ffc36 (git): win32.c: suppress a warning
- * win32/win32.c (rb_w32_write_console): fix the type to suppress a
warning of difference in signedness.
git-svn-id... -
09:39 AM Bug #11171 (Closed): ruby.1で表示される更新日を内容の最終更新日と合わせてほしい
- Applied in changeset r50615.
----------
man: updated
* man/*.1: updated dates in man pages.
[ruby-dev:48988] [Bug... -
07:22 AM Bug #11171 (Closed): ruby.1で表示される更新日を内容の最終更新日と合わせてほしい
- ruby.1は2014年12月15日にGCに関する説明が追加されているのですが、更新日は記載追加前の2012年11月7日のままになっているので、これをコミット日に修正しても問題ないものでしょうか?
2012年11月15日より後の... -
09:38 AM Revision 81750737 (git): man: updated
- * man/*.1: updated dates in man pages.
[ruby-dev:48988] [Bug #11171]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
09:36 AM Revision aaa12359 (git): common.mk: update-man-date
- * common.mk (update-man-date): update last date in man pages.
* tool/vcs.rb (VCS#modified): returns last modified ti... -
09:36 AM Revision 80000c53 (git): file2lastrev.rb: format for modified
- * tool/file2lastrev.rb: add optional argument to --modified, for
strftime format.
git-svn-id: svn+ssh://ci.ruby-la... -
09:36 AM Revision b8081c7c (git): file2lastrev.rb: all ARGV
- * tool/file2lastrev.rb: output for each arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50612 b2dd03c8-... -
07:58 AM Revision 8009794c (git): rake.1: removed
- * man/rake.1: rake has been gemified. [Feature #11025]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50611 b2dd... -
02:19 AM Feature #11170: [PATCH] use ivar indices for generic ivars
- +1.
T_CLASS/T_MODULE can use same technique, but it seems not so many use-cases. -
01:35 AM Feature #11170: [PATCH] use ivar indices for generic ivars
- Attached standalone test script, increase "ulimit -n" as necessary.
-
01:34 AM Feature #11170 (Closed): [PATCH] use ivar indices for generic ivars
- * [PATCH 1/2] variable.c: extract common functions for generic ivar
http://80x24.org/spew/m/4e9df8a150a121c894fe14...
05/22/2015
-
09:47 PM Bug #11166: thread becames broken after unsuccessful system() or Process.spawn() call
- Seems same behavior since 1.9.
-
10:42 AM Bug #11166 (Closed): thread becames broken after unsuccessful system() or Process.spawn() call
- Applied in changeset r50600.
----------
process.c: do not discard status
* process.c (rb_spawn_process): do not dis... - 06:13 PM Revision 7ceb9ecc (git): * win32/win32.c (rb_w32_write_console): should return the count of
- actually eaten characters, include escape sequences.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50610 b2dd03... -
05:44 PM Feature #11167: Allow an attr_ variant for query-methods that end with a question mark '?' character, such as: def foo? returning @foo
- Hi Matz,
Yukihiro Matsumoto wrote:
> Is there any real-world use-case for the proposal?
I've wanted this featu... -
03:28 PM Feature #11167: Allow an attr_ variant for query-methods that end with a question mark '?' character, such as: def foo? returning @foo
- Abandoned all hope:
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/5796
https://www.ruby-forum.com... -
12:43 PM Feature #11167: Allow an attr_ variant for query-methods that end with a question mark '?' character, such as: def foo? returning @foo
- Hi,
Is there any real-world use-case for the proposal?
It seems
```ruby
def foo?
@foo
end
```
i... - 05:37 PM Revision 3f4aab16 (git): * win32/win32.c (constat_apply): fixed comment. [skip ci]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:26 PM Revision a1147b91 (git): * 2015-05-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision 511a9f79 (git): fix indent (tabify) [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision 9bab9d50 (git): fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:37 PM Revision 2c686723 (git): * lib/matrix.rb: Styling
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:36 PM Revision d2487ed4 (git): * lib/prime.rb: Remove obsolete Prime.new
- patch by Ajay Kumar. [Fixes GH-891]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50604 b2dd03c8-39d4-4d8f-98ff-... -
12:13 PM Revision 3a08b7e2 (git): intern.h: move rb_sym_all_symbols
- * include/ruby/intern.h (rb_sym_count): move `rb_sym_all_symbols`
to a symbol.c specific section. a part of patch ... -
12:10 PM Revision c7b63ec8 (git): test_parse.rb: move assertions
- * test/ruby/test_module.rb (test_remove_class_variable): move an
assertion for Module#remove_class_variable from te... - 11:57 AM Revision b53d547f (git): * complex.c (f_complex_polar): simple bug reproduced only when y is
- a float but x is not a float.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50601 b2dd03c8-39d4-4d8f-98ff-823fe... -
11:45 AM Feature #11164: Garbage collector in Ruby 2.2 provokes unexpected CoW
- Priority field and Assignee field is for use of ruby-core team, not for reporters.
DON'T TOUCH THEM! -
11:17 AM Feature #11164: Garbage collector in Ruby 2.2 provokes unexpected CoW
- Calling the GC several times before forking the process solves the issue and I am quite surprised. I have also run th...
-
07:55 AM Feature #11164 (Assigned): Garbage collector in Ruby 2.2 provokes unexpected CoW
-
10:42 AM Revision 46c64caf (git): process.c: do not discard status
- * process.c (rb_spawn_process): do not discard global escape
status. [ruby-core:69304] [Bug #11166]
* process.c (r... -
09:45 AM Feature #10903: [PATCH] Matrix#zip returns a matrix
- Hi, sorry I missed your proposal until now, and thanks for the patch.
Could you explain in what kind of circumstan... -
08:29 AM Bug #11169 (Feedback): Symbol not found: _rb_str_new_static
- Seems you are running 2.0.0 with an extension library for 2.2.
Check your ruby's version. -
08:05 AM Bug #11169 (Rejected): Symbol not found: _rb_str_new_static
- when i'm running **rails server** i'm getting this message below:
~~~
Warning: You're using Rubygems 2.0.14 with ... -
07:48 AM Revision 22417275 (git): * NEWS: added news for net-telnet and rake
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Bug #11168 (Closed): object allocation during garbage collection phase when rake assets:precompile on 2.2.2
-
06:13 AM Bug #11168 (Closed): object allocation during garbage collection phase when rake assets:precompile on 2.2.2
- I got this bug on ruby 2.2.2, after rollback to ruby 2.2.1. Everything is back to normal
~~~
[NOTE]
You may have...
05/21/2015
-
07:56 PM Bug #10337: sqlite3/statement.rb:37: [BUG] Segmentation fault
- I'm having the exact same issue with postgresql. I used to think it was sqlite3. but it seems to be something with da...
-
07:05 PM Feature #11167 (Rejected): Allow an attr_ variant for query-methods that end with a question mark '?' character, such as: def foo? returning @foo
- Hi guys,
Hi nobu :)
Also hi matz if matz reads this, and of course the rest of the core
team and everyone else... -
04:45 PM Bug #11166 (Closed): thread becames broken after unsuccessful system() or Process.spawn() call
- After calling system() or Process.spawn() with non-existing command the thread works incorrectly:
* doesn't response... - 04:14 PM Revision 524e5307 (git): * 2015-05-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:14 PM Revision 20fe5da8 (git): * doc/maintainers.rdoc: [DOC] net/telnet is no more in the stdlib.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:01 PM Feature #10900: GzipReader does not define `#external_encoding`
- I'd say it should add #encoding and #internal_encoding methods as well, since the constructor supports those options.
-
01:33 PM Bug #11163: Binding from Method#to_proc.binding cause BUG
- #10432 での修正(r48160)による regression ということですよね。 ruby_2_2 の HEAD でも再現しました。
r48160 は 2.0.0, 2.1 にも backport 済みなので Backpor... -
08:47 AM Bug #11163: Binding from Method#to_proc.binding cause BUG
- とりあえず、この方針で作り直しました。
def ... で定義しているもの以外、例えば attr なんか由来の Method から binding 作ると、微妙に動かないものがあります。その辺はしょうがない、でも良いですかねえ。... -
08:46 AM Bug #11163 (Closed): Binding from Method#to_proc.binding cause BUG
- Applied in changeset r50592.
----------
* proc.c: fix issues caused by binding created from Method#to_proc.
[Bug #... -
11:52 AM Revision c722f8ad (git): fix indent
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:39 AM Revision d1a3f716 (git): * configure.in (RUBY_DTRACE_POSTPROCESS): cmp -b is GNU extension.
- darwin uses GNU cmp, and FreeBSD and Solaris are not.
Note that accidentally equals to expected result.
git-svn-id... -
11:28 AM Revision 4a17c5aa (git): test_method.rb: add assertion
- * test/ruby/test_method.rb (test_to_proc_binding): assertion for
dynamically set variable names.
git-svn-id: svn+s... -
09:01 AM Revision 7239111e (git): * iseq.c: constify.
- * iseq.h: ditto.
* method.h: ditto.
* proc.c: ditto.
* vm_method.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
08:55 AM Feature #10095: Object#as
- I created a gem galled `object_as` to provide this functionality outside of Ruby core. I also would like to see this ...
-
08:45 AM Revision 928d89c7 (git): * proc.c: fix issues caused by binding created from Method#to_proc.
- [Bug #11163]
* vm.c (vm_cref_new_toplevel): export as rb_vm_cref_new_toplevel().
* test/ruby/test_method.rb: add some... -
08:29 AM Feature #10070 (Closed): [PATCH] About comments, fix typo and add info.
- Applied in changeset r50591.
----------
* lib/matrix.rb: added documentation for Matrix#empty and Matrix#/
[Featur... -
08:29 AM Revision e398e64a (git): * lib/matrix.rb: added documentation for Matrix#empty and Matrix#/
- [Feature #10070][ruby-dev:48433] Patch by @gogotanaka
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50591 b2dd03... -
08:16 AM Feature #10295 (Assigned): [PATCH] io.c (fptr_finalize): free memory (before GC sweep)
-
08:16 AM Feature #10302 (Assigned): [PATCH] marshal.c: lazy compat_tbl allocation
-
08:14 AM Feature #10459 (Assigned): [PATCH] rfc3339 method for Time
-
08:13 AM Feature #10782 (Assigned): Patch: Add constants for BigDecimal for ZERO, ONE, TEN
-
08:12 AM Feature #10903 (Assigned): [PATCH] Matrix#zip returns a matrix
-
08:10 AM Feature #11052 (Assigned): [PATCH] Blockless Pathname#ascend and #descend return Enumerator
-
08:03 AM Revision f6e95240 (git): * proc.c: rename functions.
- * method_get_def() -> method_def()
* method_get_iseq() -> method_def_iseq()
* method_get_cref() -> method_cref()
... -
08:02 AM Revision 1cc326a3 (git): fix ChangeLog, too
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:01 AM Revision c0ce9a72 (git): commit miss. iseq.h should be commit with last commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:01 AM Bug #9639 (Feedback): libyaml not found, rubygems not functional on freebsd with ruby 2.1.0
- Can you try with Ruby 2.1.6?
-
07:54 AM Revision 0dba10a4 (git): * proc.c (rb_method_get_iseq): rename to rb_method_iseq.
- * iseq.c: catch up this fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50587 b2dd03c8-39d4-4d8f-98ff-823fe... -
07:16 AM Feature #11057 (Open): Gemify JSON
- I have been reverted this issue. because we have issue for native extension build.
-
07:06 AM Bug #11165 (Third Party's Issue): gem install bio-samtools
-
06:12 AM Bug #11165: gem install bio-samtools
- that is not an error in ruby, but in the gem (so its a third-party problem)
please report it there:
https://githu... -
06:46 AM Feature #11083 (Closed): Gemify net-telnet
- Applied in changeset r50586.
----------
* lib/net/telnet.rb: gemify net-telnet.
[Feature #11083]
* gems/bundled_ge... -
06:11 AM Feature #11083 (Assigned): Gemify net-telnet
-
06:46 AM Revision 0b5ecba4 (git): * lib/net/telnet.rb: gemify net-telnet.
- [Feature #11083]
* gems/bundled_gems: added net-telnet to bundled gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
06:41 AM Bug #10967 (Closed): Is "warning: private attribute?" wrong?
- Applied in changeset r50585.
----------
* vm_method.c: Remove private attribute warning [Bug #10967]
Patch by @spa... -
06:40 AM Revision 32a5a098 (git): * vm_method.c: Remove private attribute warning [Bug #10967]
- Patch by @spastorino [Fixes GH-849]
https://github.com/ruby/ruby/pull/849
* test/ruby/test_module.rb: Update test ... -
05:16 AM Bug #11123: [PATCH] bsock_recmvsg_internal needs GC guard for control buffer
- ruby_2_1 r50584 merged revision(s) 50449.
- 05:16 AM Revision 3a312317 (git): merge revision(s) 50449: [Backport #11123]
- * ext/socket/ancdata.c (bsock_recvmsg_internal): GC guard
[Bug #11123]
git-svn-id: svn+ssh://ci.ruby-lang... -
05:13 AM Bug #10705: JSON::ParserError#message is wrong encoding (ASCII-8BIT)
- You could make `ext/json/parser/parser.c` by `make srcs-ext`, if you were have `ragel` command.
-
04:56 AM Bug #10705: JSON::ParserError#message is wrong encoding (ASCII-8BIT)
- memo:
I could write a patch for ruby_2_1, but could not make .c from .rl . -
05:12 AM Bug #11128: IMAP parsing issue wih body_ext_mpart
- ruby_2_1 r50583 merged revision(s) 50444.
- 05:12 AM Revision 7944b628 (git): merge revision(s) 50444: [Backport #11128]
- * lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dsp
is omitted. [ruby-core:69093] [Bug #1... -
05:09 AM Bug #11113: Time ranges cannot be used in case statements in 1.9+ but they could in 1.8.7
- ruby_2_1 r50581 merged revision(s) 50421.
-
05:08 AM Bug #11132: String#sub and character sequence \' in replacement string
- ruby_2_1 r50582 merged revision(s) 50509.
- 05:08 AM Revision a2126a67 (git): merge revision(s) 50509: [Backport #11132]
- * string.c: added documentation for character sequence \' with String#sub
[Bug #11132][ruby-core:69121][fix... - 05:05 AM Revision 7a03d463 (git): merge revision(s) 50421: [Backport #11113]
- * range.c (linear_object_p, range_include): test if covered for
linear objects. [ruby-core:69052] [Bug #11... -
05:03 AM Revision ac9d6b05 (git): digest.c: GC guard
- * ext/digest/digest.c (hexencode_str_new, rb_digest_base_update):
prevent argument strings from GC.
git-svn-id: sv... -
05:02 AM Bug #11075: Rational literal undocumented
- ruby_2_1 r50579 merged revision(s) 50406,50407.
- 05:02 AM Revision 137514a3 (git): merge revision(s) 50406,50407: [Backport #11075]
- * rational.c: Added documentation for rational literal.
[Bug #11075][fix GH-885][ci skip] Patch by @shishir... -
04:59 AM Bug #10975: [BUG] rb_sys_fail(getaddrinfo) - errno == 0 (Ruby 2.0.0)
- ruby_2_1 r50578 merged revision(s) 50404,50405.
- 04:59 AM Revision ad70c73c (git): merge revision(s) 50404,50405: [Backport #10975]
- * ext/socket/ipsocket.c (init_inetsock_internal): preserve errno
before other library calls and use rb_syse... -
04:38 AM Bug #11065: Ruby 2.2.2 fails to build on Cygwin64: static function, utoa, in ext/-test-/printf/printf.c has different signature in system stdlib.h.
- ruby_2_1 r50577 merged revision(s) 50305.
- 04:38 AM Revision bdf81a66 (git): merge revision(s) 50305: [Backport #11065]
- * ext/-test-/printf/printf.c (uint_to_str): renamed to get rid of
conflict on cygwin. [ruby-core:68877] [B... -
04:31 AM Bug #10724: [TracePointAPI] Missing return event from initialize method when using `domain_name` gem
- ruby_2_1 r50576 merged revision(s) 50206.
- 04:31 AM Revision 39a65664 (git): merge revision(s) 50206: [Backport #10724]
- * vm.c (vm_exec): check other events when RETURN is thrown.
[Bug #10724]
* test/ruby/test_settrace... -
04:27 AM Bug #11051: Addrinfo#marshal_load がメモリーリーク
- ruby_2_1 r50575 merged revision(s) 50187,50202.
- 04:26 AM Revision e358e2f8 (git): merge revision(s) 50187,50202: [Backport #11051]
- * ext/socket/raddrinfo.c (addrinfo_mload): fix memory leak of
addrinfo. [ruby-dev:48923] [Bug #11051]
gi... -
04:21 AM Bug #10952: Clarify BigDecimal license
- ruby_2_1 r50574 merged revision(s) 50185.
- 04:20 AM Revision 53ce4da0 (git): merge revision(s) 50185: [Backport #10952]
- * bigdecimal: conform to ruby's license. [ruby-core:68466] [Bug #10952]
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
03:04 AM Bug #10432: wrong receiver of Binding from Method
- > Methodオブジェクトからto_proc.bindingで作られたBindingのreceiverが、Methodオブジェクトの元になったオブジェクトではなく、Methodオブジェクトになっています。
元々、なんでこれじゃ... -
02:16 AM Feature #11158: Introduce a Symbol.count API as a more efficient alternative to Symbol.all_symbols.size
- Please find attached the changes as per Marc-Andre's suggestions. Exposes `Symbol.each` and extends with `Enumerable`...
-
02:00 AM Revision 8147bd1e (git): * proc.c (method_proc): rename to method_to_proc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:51 AM Revision cac2c6d3 (git): Fixes for grammar and style [ci skip]
- * io.c (rb_f_select): [DOC] Fixes for grammar and style.
[Fix GH-906]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
12:49 AM Bug #10918: ObjectSpace._id2ref returns internal object
- ruby_2_1 r50571 merged revision(s) 49792.
- 12:49 AM Revision bf8a18ac (git): merge revision(s) 49792: [Backport #10918]
- * gc.c (id2ref): prohibit from accessing internal objects.
[ruby-core:68348] [Bug #10918]
git-svn-id: svn... -
12:47 AM Bug #9144: ptys on AIX version 4 through 7
- ruby_2_1 r50570 merged revision(s) 49776.
- 12:47 AM Revision f1cb00f8 (git): merge revision(s) 49776: [Backport #9144]
- * ext/pty/pty.c: AIX supports autopush.
Patch by Perry Smith [ruby-core:58539] [Bug #9144]
git-svn-id: sv... -
12:15 AM Feature #11146 (Closed): [PATCH] variable.c: initialize generic_iv_tbl at start
- Applied in changeset r50569.
----------
variable.c: generic_iv_tbl is unavoidable
Even miniruby creates one generic... - 12:15 AM Revision 4b0987a6 (git): variable.c: generic_iv_tbl is unavoidable
- Even miniruby creates one generic ivar (plain "ruby" creates 9),
so there's no point in lazily allocating the table.
...
05/20/2015
-
10:03 PM Revision ca61b4c4 (git): vm.c: vm_invoke_bmethod
- * vm.c (vm_invoke_bmethod): bmethod does not need EXEC_TAG as it
does not set safe level.
git-svn-id: svn+ssh://ci... - 07:12 PM Revision a65ee87b (git): * 2015-05-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:11 PM Revision 08f923bd (git): * iseq.c (exception_type2symbol): show correct bug message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:11 PM Bug #11165: gem install bio-samtools
- Also fails in the same way with : ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]
-
05:06 PM Bug #11165 (Third Party's Issue): gem install bio-samtools
- gem install bio-samtools works with ruby 2.1.2 but fails with 2.3.0
------------------------------------------------... -
05:06 PM Bug #10918: ObjectSpace._id2ref returns internal object
- Backported into `ruby_2_2` branch at r50565.
-
05:06 PM Revision c5a69132 (git): merge revision(s) 49792: [Backport #10918]
- * gc.c (id2ref): prohibit from accessing internal objects.
[ruby-core:68348] [Bug #10918]
git-svn-id: svn... -
04:33 PM Bug #9144: ptys on AIX version 4 through 7
- Backported into `ruby_2_2` branch at r50564.
-
04:32 PM Revision 1d8b1d8c (git): merge revision(s) 49776: [Backport #9144]
- * ext/pty/pty.c: AIX supports autopush.
Patch by Perry Smith [ruby-core:58539] [Bug #9144]
git-svn-id: sv... -
04:27 PM Bug #10934: Backport r49017
- r49017 was already backported at r50085.
-
04:24 PM Bug #11096: 'private' access control bypassed when ||= is used
- Backorted into ruby_2_2 branch at r50562.
-
04:23 PM Bug #11108: Unexpected LocalJumpError from "break" in nested begin block
- Backported into ruby_2_2 branch at r50563.
-
04:22 PM Bug #10775: "break" from a block with nested begin-rescue became impossible
- Backported into `ruby_2_2` branch at r50563.
-
04:21 PM Revision 0c0be80f (git): merge revision(s) 49390: [Backport #10775]
- * vm_insnhelper.c (vm_throw_start): search the target to break
from a block with nested rescue, from the ne... -
04:05 PM Bug #11027: Named Argument assignment from Hash failure
- Backorted into `ruby_2_2` branch at r50562.
-
04:04 PM Revision 3e199f4c (git): merge revision(s) 50172,50173: [Backport #11027]
- * vm_args.c: protect value stack from calling other methods
during complex parameter setting process (splat... -
03:52 PM Bug #11086: Symbol#instance_eval gives 'TypeError: can't define singleton' when coerced with String#to_sym
- Backported into `ruby_2_2` branch at r50561.
-
03:51 PM Revision 534c2b03 (git): merge revision(s) 50372,50373: [Backport #11086]
- * vm_eval.c (rb_obj_instance_eval, rb_obj_instance_exec): allow
symbols to just instance_eval/exec, except ... -
03:06 PM Feature #11164 (Rejected): Garbage collector in Ruby 2.2 provokes unexpected CoW
- How do I prevent the GC from provoking copy-on-write, when I fork my process ? I have recently been analyzing the gar...
-
02:24 PM Revision 7fc7651f (git): * lib/base64.rb: Fix rdoc-formatting for padding argument.
- [fix GH-905][ci skip] Patch by @davydovanton
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50560 b2dd03c8-39d4-4... -
08:39 AM Bug #11159: RubyVM::InstructionSequence.compile(nil) #=> segfault
- ruby_2_1 r50559 merged revision(s) 50541,50542.
- 08:39 AM Revision 79881c94 (git): merge revision(s) 50541,50542: [Backport #11159]
- * iseq.c (rb_iseq_compile_with_option): check srouce type, must be
an IO or a String. [ruby-core:69219] [B... -
08:22 AM Bug #11163 (Closed): Binding from Method#to_proc.binding cause BUG
- Method オブジェクトから、
to_proc で取り出した Proc オブジェクトから、
Binding を取り出したものを使って eval しようとすると、BUG になります。
```ruby
class C
... -
05:09 AM Revision fdb95792 (git): ruby.h: warn old names
- * include/ruby/ruby.h (rb_data_typed_object_alloc),
(rb_data_object_alloc): warn use of old names.
git-svn-id: svn... -
04:21 AM Revision 68426106 (git): ruby.h: DEPRECATED_BY
- * include/ruby/ruby.h (DEPRECATED_BY): fallback definition without
additional messages.
git-svn-id: svn+ssh://ci.r... -
04:16 AM Revision 408885c8 (git): configure.in: DEPRECATED_BY
- * configure.in (DEPRECATED_BY): deprecate warning with preferable
alternative.
git-svn-id: svn+ssh://ci.ruby-lang.... -
04:15 AM Revision 814b8391 (git): configure.in: attribute arguments
- * configure.in (RUBY_FUNC_ATTRIBUTE): allow attribute arguments in
the macro.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
04:13 AM Revision 50732b7b (git): configure.in: pop macro
- * configure.in (RUBY_FUNC_ATTRIBUTE): pop definition of macro
`attrib_code`.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
02:24 AM Revision dd9265ec (git): * vm_dump.c (rb_print_backtrace): return value of libexec's backtrace
- is size_t, so simply cast as int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50553 b2dd03c8-39d4-4d8f-98ff-82... - 12:51 AM Revision 9e80fb07 (git): * 2015-05-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 AM Revision 360c741a (git): added contributor name
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom