General

Profile

nevans (Nicholas Evans)

  • Login: nevans
  • Registered on: 02/05/2020
  • Last sign in: 03/18/2024

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 3 10 13

Like

Activity

09/19/2023

01:55 AM Ruby master Revision dfb2b4cb (git): [ruby/securerandom] Add support for UUID version 7
Although the specification for UUIDv7 is still in draft, the UUIDv7
algorithm has been relatively stable as it progre...
nevans (Nicholas Evans)

07/02/2023

04:42 PM Ruby master Feature #19735: Add support for UUID version 7
I hadn't realized that `"random/formatter"` belonged to `securerandom`. I closed the `ruby` PR and created a new PR ... nevans (Nicholas Evans)

06/17/2023

05:18 PM Ruby master Feature #19735: Add support for UUID version 7
I edited the description: the draft RFC URL previously pointed to the 6th revision of draft-ietf-uuidrev-rfc4122bis (... nevans (Nicholas Evans)
05:11 PM Ruby master Feature #19735 (Closed): Add support for UUID version 7
Although the specification for UUIDv7 is still in draft, the UUIDv7 algorithm has been stable as the RFC progresses t... nevans (Nicholas Evans)

05/14/2023

01:25 PM Ruby master Feature #19294: Enumerator.product works incorrectly with consuming enumerators
Perhaps `#rewind` could be called, but (IMO) that shouldn't be the default either. Two kwargs?
```ruby
Enumerator....
nevans (Nicholas Evans)

04/27/2023

08:04 PM Ruby master Feature #19617: Add Method#binding and UnboundMethod#binding, similar to Proc#binding
Another use-case is simply to match `Proc#binding`. I originally assumed that Method#binding and UnboundMethod#bindi... nevans (Nicholas Evans)
06:52 PM Ruby master Feature #19617: Add Method#binding and UnboundMethod#binding, similar to Proc#binding
Perhaps I shouldn't have given the Regexp use-case, since there are many other approaches we can (and should) use to ... nevans (Nicholas Evans)
06:44 PM Ruby master Feature #19617: Add Method#binding and UnboundMethod#binding, similar to Proc#binding

Eregon (Benoit Daloze) wrote in #note-2:
> Maybe an easier/better/more portable way to do that would be to have a ...
nevans (Nicholas Evans)

04/25/2023

07:05 PM Ruby master Feature #19617 (Open): Add Method#binding and UnboundMethod#binding, similar to Proc#binding
When a method is defined dynamically with `define_method`, it would be useful to obtain access to the defining block'... nevans (Nicholas Evans)

12/03/2022

03:05 PM Ruby master Feature #17325: Adds Fiber#cancel, which forces a Fiber to break/return
oh, I still very much want the "break"/"return" semantic, and I still think it should be invoked via Fiber#cancel (no... nevans (Nicholas Evans)

Also available in: Atom