[#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:97493] [Ruby master Bug#16619] Error message of "x = return 1" is doubled
From:
naruse@...
Date:
2020-03-14 11:19:16 UTC
List:
ruby-core #97493
Issue #16619 has been updated by naruse (Yui NARUSE). Backport changed from 2.5: REQUIRED, 2.6: DONE, 2.7: REQUIRED to 2.5: REQUIRED, 2.6: DONE, 2.7: DONE ruby_2_7 eabf35a5d298c68f45dc600477fc586d7b868788. ---------------------------------------- Bug #16619: Error message of "x = return 1" is doubled https://bugs.ruby-lang.org/issues/16619#change-84641 * Author: 5.5 (5 5) * Status: Closed * Priority: Normal * Backport: 2.5: REQUIRED, 2.6: DONE, 2.7: DONE ---------------------------------------- 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>