[#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:97332] [Ruby master Bug#16668] Syntax error in tool/vcs.rb
From:
nobu@...
Date:
2020-03-03 07:29:35 UTC
List:
ruby-core #97332
Issue #16668 has been updated by nobu (Nobuyoshi Nakada). Status changed from Open to Feedback Description updated Probably you use ruby 1.9 or earlier as `BASERUBY`, right? ---------------------------------------- Bug #16668: Syntax error in tool/vcs.rb https://bugs.ruby-lang.org/issues/16668#change-84454 * Author: humptydumpty (Jens With) * Status: Feedback * Priority: Normal * ruby -v: ruby 2.6.5p114 (2019-10-01 revision 67812) [i686-linux] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- ``` ./tool/file2lastrev.rb:10:in `require': /home/imptst/ruby/ruby-2.6.5/tool/vcs.rb:127: syntax error (SyntaxError) ``` ```ruby def self.detect(path, uplevel_limit: 0) ``` Should be: ```ruby def self.detect(path, uplevel_limit= 0) ``` -- 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>