[#92891] Question: ruby 2.7.0-preview1 also upgrades bundler to 2.1.0.pre.1? — Al Snow <jasnow@...>
Tried the new 2.7.0-preview1 upgrade to Ruby and see that bundler is also upgraded (to 2.1.0.pre.1).
5 messages
2019/05/30
[#92892] Re: Question: ruby 2.7.0-preview1 also upgrades bundler to 2.1.0.pre.1?
— SHIBATA Hiroshi <hsbt@...>
2019/05/30
Bundler 2.1.0.pree.1 is the expected version.
[ruby-core:92543] [Ruby trunk Bug#15825] Fix a case where numbered parameters should not be allowed
From:
merch-redmine@...
Date:
2019-05-05 04:40:04 UTC
List:
ruby-core #92543
Issue #15825 has been reported by jeremyevans0 (Jeremy Evans).
----------------------------------------
Bug #15825: Fix a case where numbered parameters should not be allowed
https://bugs.ruby-lang.org/issues/15825
* Author: jeremyevans0 (Jeremy Evans)
* Status: Open
* Priority: Normal
* Assignee:
* Target version:
* ruby -v: ruby 2.7.0dev (2019-05-05 trunk 84e71e9fc1) [x86_64-openbsd]
* Backport: 2.4: DONTNEED, 2.5: DONTNEED, 2.6: DONTNEED
----------------------------------------
Because `proc{|| @1}` is a syntax error, the following should
also be syntax errors:
```ruby
proc { |
| @1}
proc { |; a| @1 }
```
The attached patch makes both of those cases syntax errors.
---Files--------------------------------
fix-numbered-parameters-opt_bv_decl.patch (1.49 KB)
--
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>