[#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:101500] [Ruby master Feature#15822] Add Hash#except
From:
marcandre-ruby-core@...
Date:
2020-12-17 19:47:11 UTC
List:
ruby-core #101500
Issue #15822 has been updated by marcandre (Marc-Andre Lafortune). I think `except` should always return a Hash, since Matz prefers returning [the base class instead of subclass](https://bugs.ruby-lang.org/issues/6087#note-12) and we're changing a bunch of String methods too. I will merge https://github.com/ruby/ruby/pull/3929 in a day or two unless there's an objection. ---------------------------------------- Feature #15822: Add Hash#except https://bugs.ruby-lang.org/issues/15822#change-89279 * Author: timoschilling (Timo Schilling) * Status: Closed * Priority: Normal ---------------------------------------- According to `Hash#slice`, I would like to add `Hash#except`. Same for `ENV.except`. ---Files-------------------------------- hash-except.patch (4.05 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>