[#104004] [Ruby master Feature#17883] Load bundler/setup earlier to make `bundle exec ruby -r` respect Gemfile — mame@...
Issue #17883 has been reported by mame (Yusuke Endoh).
21 messages
2021/05/24
[ruby-core:103816] [Ruby master Bug#17861] Also `\U` after control/meta should be invalid as well as `\u`
From:
nobu@...
Date:
2021-05-13 03:55:25 UTC
List:
ruby-core #103816
Issue #17861 has been reported by nobu (Nobuyoshi Nakada). ---------------------------------------- Bug #17861: Also `\U` after control/meta should be invalid as well as `\u` https://bugs.ruby-lang.org/issues/17861 * Author: nobu (Nobuyoshi Nakada) * Status: Open * Priority: Normal * Backport: 2.6: REQUIRED, 2.7: REQUIRED, 3.0: REQUIRED ---------------------------------------- `"\c\u0000"` is a syntax error but not `"\c\U0000"`. Same for `\C-` and `\M-`. -- 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>