[#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:74001] [Ruby trunk Bug#11969] [PATCH] IRB: Final newline missing in truncated backtraces
From:
usa@...
Date:
2016-02-26 06:10:22 UTC
List:
ruby-core #74001
Issue #11969 has been updated by Usaku NAKAMURA. Backport changed from 2.1: DONTNEED, 2.2: DONTNEED, 2.3: REQUIRED to 2.1: REQUIRED, 2.2: REQUIRED, 2.3: REQUIRED ---------------------------------------- Bug #11969: [PATCH] IRB: Final newline missing in truncated backtraces https://bugs.ruby-lang.org/issues/11969#change-57156 * Author: Stefan Daschek * Status: Closed * Priority: Normal * Assignee: Keiju Ishitsuka * ruby -v: 2.3.0 * Backport: 2.1: REQUIRED, 2.2: REQUIRED, 2.3: REQUIRED ---------------------------------------- If IRB shows a backtrace that gets truncated because of `back_trace_limit`, the last line of the backtrace does not end with a newline. Steps to reproduce: ~~~ $ irb -f --back-trace-limit 1 irb(main):001:0> foo ~~~ Actual output: ~~~ NameError: undefined local variable or method `foo' for main:Object Did you mean? fork from (irb):1 from /Users/stefan/.rbenv/versions/2.3.0/bin/irb:11:in `<main>'irb(main):002:0> ~~~ Expected output: ~~~ NameError: undefined local variable or method `foo' for main:Object Did you mean? fork from (irb):1 from /Users/stefan/.rbenv/versions/2.3.0/bin/irb:11:in `<main>' irb(main):002:0> ~~~ Tested with Ruby 2.3.0, but this seems to affect older versions as well. -- 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>