[#73707] [Ruby trunk Misc#12004] Code of Conduct — hanmac@...
Issue #12004 has been updated by Hans Mackowiak.
3 messages
2016/02/05
[#73730] [Ruby trunk Feature#12034] RegExp does not respect file encoding directive — nobu@...
Issue #12034 has been updated by Nobuyoshi Nakada.
3 messages
2016/02/07
[#73746] [Ruby trunk Feature#12034] RegExp does not respect file encoding directive — nobu@...
Issue #12034 has been updated by Nobuyoshi Nakada.
3 messages
2016/02/09
[#73919] [Ruby trunk Feature#11262] Make more objects behave like "Functions" — Ruby-Lang@...
Issue #11262 has been updated by J旦rg W Mittag.
3 messages
2016/02/22
[#74019] [Ruby trunk Bug#12103][Rejected] ruby process hangs while executing regular expression. — duerst@...
Issue #12103 has been updated by Martin D端rst.
3 messages
2016/02/27
[ruby-core:73670] [Ruby trunk Bug#11845] source_location against symbol.to_proc causes infinite loop
From:
usa@...
Date:
2016-02-03 10:34:44 UTC
List:
ruby-core #73670
Issue #11845 has been updated by Usaku NAKAMURA. Backport changed from 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN to 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED ---------------------------------------- Bug #11845: source_location against symbol.to_proc causes infinite loop https://bugs.ruby-lang.org/issues/11845#change-56862 * Author: Kouhei Sutou * Status: Closed * Priority: Normal * Assignee: * ruby -v: ruby 2.3.0dev (2015-12-19 trunk 53202) [x86_64-linux] * Backport: 2.0.0: DONTNEED, 2.1: DONTNEED, 2.2: DONTNEED ---------------------------------------- `ruby -v -e ':class.to_proc.source_location'` causes inifinite loop: ```text % /tmp/local/bin/ruby -v -e ':class.to_proc.source_location' ruby 2.3.0dev (2015-12-19 trunk 53202) [x86_64-linux] (never finished) ``` It's also caused with ruby 2.3.0preview2: ```text /tmp/local/bin/ruby -v -e ':class.to_proc.source_location' ruby 2.3.0preview2 (2015-12-11 trunk 53028) [x86_64-linux] (never finished) ``` This may be related to `Proc#call` optimization. -- 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>