chucke (Tiago Cardoso)
- Login: chucke
- Registered on: 01/18/2016
- Last sign in: 11/12/2024
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 9 | 27 | 36 |
Activity
11/16/2024
- 04:18 AM Ruby master Revision 00243876 (git): [ruby/io-nonblock] mark extension as ractor safe
- https://github.com/ruby/io-nonblock/commit/ba445b37d5
11/15/2024
- 06:16 PM Ruby master Bug #20897 (Open): resolv: not usable across ractors
- Using the `resolv` library in a non-main ractor is impossible, due to DNS resources being memoized in a mutable class...
- 06:13 PM Ruby master Bug #20896 (Closed): io/nonblock operations not ractor-safe
- This prevents from calling `socket.nonblock = true` in a non-main ractor.
https://github.com/ruby/io-nonblock/pu...
11/13/2024
- 07:25 AM Ruby master Revision 23357684 (git): [ruby/openssl] make bn shareable when frozen
- https://github.com/ruby/openssl/commit/d3c8e661e8
11/06/2024
- 10:17 AM Ruby master Revision e5860e56 (git): [ruby/openssl] move ractor safe macro to ossl.h
- in order to import or define the RUBY_TYPED_FROZEN_SHAREABLE macro.
https://github.com/ruby/openssl/commit/b8504c2215
06/27/2024
- 04:00 PM Ruby master Revision 9c5e9d29 (git): [ruby/openssl] rewriting most of the asn1 init code in ruby
- to have as much of the lib in ruby as possible
https://github.com/ruby/openssl/commit/8305051728
01/16/2024
- 08:17 PM Ruby master Bug #20185: String#ascii_only? buggy in ruby 3.3
- Apologies everyone, got temporary redmine visual impairment. Thank you.
- 07:19 PM Ruby master Bug #20185: String#ascii_only? buggy in ruby 3.3
- nobu, can I ask why was the ticket closed? Even considering the comment from andrykonchin, he clearly points oot at t...
01/14/2024
- 03:10 PM Ruby master Bug #20185 (Closed): String#ascii_only? buggy in ruby 3.3
- This was the smallest reduction of the bug I could come up with:
require "stringio"
puts StringIO::VERS...
01/10/2024
- 04:25 PM Ruby master Feature #20176: Array#pack: support offset kwarg
- There's also `String#prepend`. Not sure if more efficient than `str.insert(0, ` (and if not, what was the argument fo...
Also available in: Atom