[#97536] [Ruby master Bug#16694] JIT vs hardened GCC with PCH — v.ondruch@...
Issue #16694 has been reported by vo.x (Vit Ondruch).
11 messages
2020/03/18
[ruby-core:97397] [Ruby master Bug#16619] Error message of "x = return 1" is doubled
From:
nagachika00@...
Date:
2020-03-07 09:44:43 UTC
List:
ruby-core #97397
Issue #16619 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.5: REQUIRED, 2.6: REQUIRED, 2.7: REQUIRED to 2.5: REQUIRED, 2.6: DONE, 2.7: REQUIRED ruby_2_6 r67839 merged revision(s) 6e6844320de989cb88a154e2ac75066ccea1bba2. ---------------------------------------- Bug #16619: Error message of "x = return 1" is doubled https://bugs.ruby-lang.org/issues/16619#change-84527 * Author: 5.5 (5 5) * Status: Closed * Priority: Normal * Backport: 2.5: REQUIRED, 2.6: DONE, 2.7: REQUIRED ---------------------------------------- The error message of ```rb x = return 1 ``` is **doubled** such as: ``` sample.rb:1: void value expression x = return 1 sample.rb:1: void value expression x = return 1 ``` -- 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>