From: "ioquatix (Samuel Williams)" Date: 2022-06-15T12:09:36+00:00 Subject: [ruby-core:108929] [Ruby master Feature#16495] Inconsistent quotes in error messages Issue #16495 has been updated by ioquatix (Samuel Williams). Not sure if it's well supported, it doesn't work in GitHub issue title which is one place where I have this problem. https://github.com/socketry/async/issues/50 ---------------------------------------- Feature #16495: Inconsistent quotes in error messages https://bugs.ruby-lang.org/issues/16495#change-98014 * Author: Kolano (Kenneth Kolano) * Status: Open * Priority: Normal * Assignee: matz (Yukihiro Matsumoto) ---------------------------------------- Error messages use inconsistent pairs of quotes, for instance: ``` -e:1:in `
': 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: