From: jens.with@... Date: 2020-03-03T15:01:48+00:00 Subject: [ruby-core:97343] [Ruby master Bug#16668] Syntax error in tool/vcs.rb Issue #16668 has been updated by humptydumpty (Jens With). Thanks for the info, though I am wondering, why configure doesn't take care of that automatically. Isn't this a tarball what I get by downloading via https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.5.tar.gz? ---------------------------------------- Bug #16668: Syntax error in tool/vcs.rb https://bugs.ruby-lang.org/issues/16668#change-84464 * 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: