jeremyevans0 (Jeremy Evans)
- Login: jeremyevans0
- Email: merch-redmine@jeremyevans.net
- Registered on: 08/04/2010
- Last sign in: 02/05/2025
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 1 | 41 | 42 |
Reported issues | 3 | 145 | 148 |
Projects
Project | Roles | Registered on |
---|---|---|
Ruby | Committer | 04/14/2016 |
Activity
08/22/2025
-
01:49 PM Ruby Feature #21543: Point ArgumentError to the call site
- mame (Yusuke Endoh) wrote in #note-2:
> At the dev meeting, it was suggested that we try addressing the issue with e...
08/21/2025
-
03:47 PM Ruby Bug #21402 (Closed): ruby2_keywords affects methods/procs with post arguments
- Fixed by commit:acb29f7fa1497463ed3bdd65549ef20b61beda64
08/09/2025
-
03:49 AM Ruby Bug #21536 (Closed): ERROR: Error installing tk:
- The tk extension hasn't shipped with Ruby since Ruby 2.4. The correct place to report this would be https://github.co...
08/04/2025
-
06:19 AM Ruby Bug #21517 (Closed): Behaviour of StringIO#readpartial with multibyte differs from IO#readpartial
08/01/2025
-
03:22 PM Ruby Bug #21525 (Closed): Inconsistent execution order for methods with constant blocks
-
12:30 AM Ruby Bug #21525: Inconsistent execution order for methods with constant blocks
- Avoiding allocation is deliberate trade-off for these cases, and not the only case where Ruby does this. There are ot...
07/28/2025
-
08:21 PM Ruby Bug #21139: Prism and parse.y parses `it = it` differently
- vinistock (Vinicius Stock) wrote in #note-18:
> Thanks for the context, I understand your point about consistency. S... -
06:07 PM Ruby Bug #21139: Prism and parse.y parses `it = it` differently
- [deleted, duplicate]
-
06:06 PM Ruby Bug #21139: Prism and parse.y parses `it = it` differently
- vinistock (Vinicius Stock) wrote in #note-15:
> The way I reason about this code is as follows:
>
> ```ruby
> 42.tap...
07/20/2025
-
04:29 PM Ruby Feature #21515: Add `&return` as sugar for `x=my_calculation; return x if x`
- lpogic (Łukasz Pomietło) wrote in #note-5:
> The advantage of the proposed syntax is that it does not require an exp...