aardvark179 (Duncan MacGregor)
- Login: aardvark179
- Registered on: 01/16/2018
- Last sign in: 05/06/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 1 | 0 | 1 |
Activity
04/22/2021
-
02:51 AM Ruby Revision 042860bd (git): [ruby/io-console] Enable building the C extension on TruffleRuby.
- https://github.com/ruby/io-console/commit/c17b8cf3a9
11/11/2020
-
06:54 PM Ruby Feature #17307: A way to mark C extensions as thread-safe, Ractor-safe, or unsafe
- I talked this over with Eregon yesterday in the context of doing this work in TruffleRuby, and we came to the conclusion that there is a real advantage in being able to selectively mark methods and procedures as thread safe or not. For e...
01/16/2018
-
05:23 PM Ruby Bug #14364 (Open): Regexp last match variable in procs
- While working on TruffleRuby's regexp variables implementation I found the following behaviour when comparing our behaviour with MRI 2.3.5 and 2.5.0.
Some core methods such as `String#scan` take an optional block argument, and if this...