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
09/06/2025
-
06:58 AM Ruby Bug #21563: Misleading error message when `to_proc` does not return a Proc in an Object used as a &block argument
- I submitted a PR to make the error messages for & consistent with */**: https://github.com/ruby/ruby/pull/14463
-
12:10 AM Ruby Bug #21563: Misleading error message when `to_proc` does not return a Proc in an Object used as a &block argument
- If we want to change the behavior in this case, we should report both the actual argument and the return value of `to...
08/30/2025
-
02:13 AM Ruby Bug #21538: initialize_dup not called when duping class/module
- I found a simple fix for all issues: https://github.com/ruby/ruby/pull/14412
-
12:16 AM Ruby Bug #21538: initialize_dup not called when duping class/module
- The example given isn't a bug. `initialize_dup` is called on the new instance (in this example, the instance of `Clas...
08/26/2025
-
02:06 PM Ruby Feature #21554: Which `make` should be supported?
- hsbt (Hiroshi SHIBATA) wrote:
> @jeremyevans0 Is it ok to use `gmake` on OpenBSD?
I'm against requiring installat...
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