[ruby-core:116828] [Ruby master Feature#16495] Inconsistent quotes in error messages

Issue #16495 has been updated by ioquatix (Samuel Williams). For reference, so far I had to make one fix: - https://github.com/socketry/async/compare/2c5f92ed2027...44b2060dffd7 It was minor and compatibility with both styles is trivial. ---------------------------------------- Feature #16495: Inconsistent quotes in error messages https://bugs.ruby-lang.org/issues/16495#change-106853 * Author: Kolano (Kenneth Kolano) * Status: Closed * Priority: Normal * Assignee: matz (Yukihiro Matsumoto) ---------------------------------------- Error messages use inconsistent pairs of quotes, for instance: ``` -e:1:in `<main>': undefined local variable or method `foo' for main:Object (NameError) ``` where a back tick is used on the left-hand side, and a single quote is used on the right. The same quotes should be used on either side of the elements being quoted. -- https://bugs.ruby-lang.org/
participants (1)
-
ioquatix (Samuel Williams)