[#109095] [Ruby master Misc#18888] Migrate ruby-lang.org mail services to Google Domains and Google Workspace — "shugo (Shugo Maeda)" <noreply@...>
Issue #18888 has been reported by shugo (Shugo Maeda).
16 messages
2022/06/30
[ruby-core:108927] [Ruby master Feature#16495] Inconsistent quotes in error messages
From:
"nobu (Nobuyoshi Nakada)" <noreply@...>
Date:
2022-06-15 11:28:04 UTC
List:
ruby-core #108927
Issue #16495 has been updated by nobu (Nobuyoshi Nakada). https://daringfireball.net/projects/markdown/syntax#code > To include a literal backtick character within a code span, you can use multiple backticks as the opening and closing delimiters: > > ``There is a literal backtick (`) here.`` > which will produce this: > > <p><code>There is a literal backtick (`) here.</code></p> > ---------------------------------------- Feature #16495: Inconsistent quotes in error messages https://bugs.ruby-lang.org/issues/16495#change-98012 * 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:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>