[#101179] Spectre Mitigations — Amel <amel.smajic@...>
Hi there!
5 messages
2020/12/01
[#101180] Re: Spectre Mitigations
— Chris Seaton <chris@...>
2020/12/01
I wouldn’t recommend using Ruby to run in-process untrusted code in the first place. Are people doing that?
[#101694] Ruby 3.0.0 Released — "NARUSE, Yui" <naruse@...>
We are pleased to announce the release of Ruby 3.0.0. From 2015 we
4 messages
2020/12/25
[ruby-core:101372] [Ruby master Bug#17343] Ractor can't clone frozen structures
From:
ko1@...
Date:
2020-12-10 09:06:16 UTC
List:
ruby-core #101372
Issue #17343 has been updated by ko1 (Koichi Sasada).
Status changed from Open to Closed
fixed 764de7566ffa3fe828abf13ec93d76515ba27dd1
----------------------------------------
Bug #17343: Ractor can't clone frozen structures
https://bugs.ruby-lang.org/issues/17343#change-89122
* Author: marcandre (Marc-Andre Lafortune)
* Status: Closed
* Priority: Normal
* Assignee: ko1 (Koichi Sasada)
* Target version: 3.0
* ruby -v: ruby 3.0.0dev (2020-11-26T00:37:38Z master af80df1820) [x86_64-darwin17]
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
```ruby
Ractor.new([[]].freeze) {} # => FrozenError
```
See https://github.com/ruby/ruby/pull/3817
--
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>