kddnewton (Kevin Newton)
- Login: kddnewton
- Email: kddnewton@gmail.com
- Registered on: 11/20/2015
- Last sign in: 03/02/2026
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 2 | 98 | 100 |
| Reported issues | 14 | 74 | 88 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 06/28/2023 |
Activity
Today
-
02:08 AM Ruby Revision c8c94ede (git): [ruby/prism] Fix binding for `in`, `not`, and `do` on/after command calls
- https://github.com/ruby/prism/commit/fd0a20f8d8
03/09/2026
-
06:42 PM Ruby Revision b5f3f7c5 (git): [ruby/prism] Refine continuable? with algorithm in C
- https://github.com/ruby/prism/commit/c28810fe93
03/08/2026
-
03:06 PM Ruby Revision 638cdd6b (git): [ruby/prism] Copy and embed for serialization format
- https://github.com/ruby/prism/commit/0e7fb6b868
03/07/2026
-
03:18 AM Ruby Bug #21711 (Closed): Prism and parse.y parses private endless method definition with block differently
- Fixed by https://github.com/ruby/prism/pull/3969. Sorry I didn't link it in the commit message.
03/06/2026
-
09:27 PM Ruby Revision fd9448bc (git): [ruby/prism] Fix not without parentheses binding power
- https://github.com/ruby/prism/commit/7d21e564ac
-
09:26 PM Ruby Revision 6533b101 (git): [ruby/prism] Fix precedence of infix operators after command
- https://github.com/ruby/prism/commit/35470bb90d
-
06:45 PM Ruby Revision 9ecac8d4 (git): [ruby/prism] Fix the handling of `do` on commands
- Introduce PM_TOKEN_KEYWORD_DO_BLOCK to distinguish do-blocks on
command-style calls from regular `do` keywords. Add
parse_command_do_block to attach these blocks to call nodes. Track
in_endless_def_body to prevent do-block consumption in... -
05:02 PM Ruby Revision b5a768b6 (git): [ruby/prism] Fix in handling
- in is a unique keyword because it can be the start of a clause or
an infix keyword. We need to be explicitly sure that even though in
_could_ close an expression context (the body of another in clause)
that we are not also parsing an inl... -
12:06 AM Ruby Revision 45f030f9 (git): [PRISM] Template out node creation functions