[#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:103970] [Ruby master Bug#17861] Also `\U` after control/meta should be invalid as well as `\u`
From:
nagachika00@...
Date:
2021-05-22 07:47:57 UTC
List:
ruby-core #103970
Issue #17861 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.6: REQUIRED, 2.7: REQUIRED, 3.0: REQUIRED to 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONE ruby_3_0 af9de56c6fde7f9adb81d6ed0ef3067af81f90e5 merged revision(s) 110f242ef9b495037f59e4972ee102a8b8b372d5. ---------------------------------------- Bug #17861: Also `\U` after control/meta should be invalid as well as `\u` https://bugs.ruby-lang.org/issues/17861#change-92103 * Author: nobu (Nobuyoshi Nakada) * Status: Closed * Priority: Normal * Backport: 2.6: REQUIRED, 2.7: REQUIRED, 3.0: DONE ---------------------------------------- `"\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>