[ruby-core:99506] [Ruby master Feature#16495] Inconsistent quotes in error messages
From:
naumovvladislav@...
Date:
2020-08-07 00:27:49 UTC
List:
ruby-core #99506
Issue #16495 has been updated by vlad0337187 (Vladislav Ivanov). Some terminals don't highlight text inside different quotes (for example, Iterm2, Terminal on Mac). So you're going to double-click, copy; but have to highlight text manually. ---------------------------------------- Feature #16495: Inconsistent quotes in error messages https://bugs.ruby-lang.org/issues/16495#change-86963 * Author: Kolano (Kenneth Kolano) * Status: Open * 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/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>