[#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:101723] [Ruby master Bug#17370] Introduce non-blocking `Addrinfo.getaddrinfo` and related methods.
From:
samuel@...
Date:
2020-12-26 22:29:23 UTC
List:
ruby-core #101723
Issue #17370 has been updated by ioquatix (Samuel Williams).
In order to implement this hook, we need to expose the C interface to extensions:
https://github.com/ruby/ruby/pull/3945
----------------------------------------
Bug #17370: Introduce non-blocking `Addrinfo.getaddrinfo` and related methods.
https://bugs.ruby-lang.org/issues/17370#change-89544
* Author: ioquatix (Samuel Williams)
* Status: Assigned
* Priority: Normal
* Assignee: ioquatix (Samuel Williams)
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN
----------------------------------------
We would like to introduce a new scheduler hook for non-blocking `getaddrinfo`.
```
class Scheduler
def address_resolve(...)
[array of addrinfo objects]
end
```
https://github.com/bruno-/ruby/pull/1
This is a work in progress.
--
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>