[#85940] [Ruby trunk Bug#14578] Forking a child process inside of a mutex crashes the ruby interpreter — ben.govero@...
Issue #14578 has been reported by bengovero (Ben Govero).
3 messages
2018/03/05
[#86205] [Ruby trunk Feature#14618] Add display width method to String for CLI — aycabta@...
Issue #14618 has been reported by aycabta (aycabta .).
3 messages
2018/03/19
[#86366] Re: [ruby-cvs:70102] usa:r63008 (trunk): get rid of test error/failure on Windows introduced at r62955 — Eric Wong <normalperson@...>
usa@ruby-lang.org wrote:
3 messages
2018/03/28
[ruby-core:86238] [Ruby trunk Bug#14621] Extra whitespace in squiggly heredoc with escaped newline
From:
nobu@...
Date:
2018-03-21 11:22:42 UTC
List:
ruby-core #86238
Issue #14621 has been updated by nobu (Nobuyoshi Nakada). r62872 has a bug. ```ruby <<TEXT \ TEXT ``` should raise a syntax error, "can't find string "TEXT" anywhere before EOF". I'll fix it. ---------------------------------------- Bug #14621: Extra whitespace in squiggly heredoc with escaped newline https://bugs.ruby-lang.org/issues/14621#change-71137 * Author: printercu (Max Melentiev) * Status: Closed * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16] * Backport: 2.3: REQUIRED, 2.4: REQUIRED, 2.5: REQUIRED ---------------------------------------- ~~~ruby puts <<~TXT.inspect 1 \ 2 TXT ~~~ Expected: ~~~ "1 2\n" ~~~ Got: ~~~ "1 2\n" ~~~ -- 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>