kddnewton (Kevin Newton)
- Login: kddnewton
- Email: kddnewton@gmail.com
- Registered on: 11/20/2015
- Last sign in: 11/08/2025
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 5 | 84 | 89 |
| Reported issues | 14 | 73 | 87 |
Projects
| Project | Roles | Registered on |
|---|---|---|
| Ruby | Committer | 06/28/2023 |
Activity
12/02/2025
-
10:14 PM Ruby Revision 56ee55b1 (git): [ruby/prism] Introduce PM_NODE_FLAGS macro
- https://github.com/ruby/prism/commit/a20afe1674
-
10:14 PM Ruby Revision a55040ca (git): [ruby/prism] Further specialize PM_NODE_INIT
- https://github.com/ruby/prism/commit/7ab6d9df47
-
10:14 PM Ruby Revision a1ea824b (git): [ruby/prism] Remove PM_OPTIONAL_LOCATION_NOT_PROVIDED_VALUE macro
- https://github.com/ruby/prism/commit/1988615ce1
-
10:14 PM Ruby Revision e0746cc4 (git): [ruby/prism] Consolidate macro definitions
- https://github.com/ruby/prism/commit/cc0ca08757
-
10:14 PM Ruby Revision 8d2f73d7 (git): [ruby/prism] Introduce PM_NODE_UPCAST macro for readability
- https://github.com/ruby/prism/commit/7eb169513a
-
10:14 PM Ruby Revision 68617fb6 (git): [ruby/prism] Specialize PM_NODE_INIT to reduce calls to location
- https://github.com/ruby/prism/commit/3e0b5c9eb7
12/01/2025
-
02:46 PM Ruby Revision 8dc5822b (git): [ruby/prism] PM_NODE_INIT
- Hide the initialization of the base node inside the node
initializer lists by a macro. As such, consistently enforce flags
are set properly.
https://github.com/ruby/prism/commit/c7b3d66d84 -
02:35 AM Ruby Revision 4c56001d (git): [ruby/prism] Fix up newlines in newline-delimited-literals
- When you have a %-literal that is delimited by newlines, and you
are also interpolating a heredoc into that literal, then both
concepts will attempt to add the same newline to the newline list.
https://github.com/ruby/prism/commit/c831a... -
01:44 AM Ruby Revision bcdad7f2 (git): [ruby/prism] Properly remove references
- https://github.com/ruby/prism/commit/17b246fd6a
11/30/2025
-
04:24 AM Ruby Revision 3bd9583a (git): [ruby/prism] Update unicode tables to match that of CRuby
- The unicode version has been updated upstream, which means new
codepoints mapped to alpha/alnum/isupper flags. We need to update
our tables to match.
I'm purposefully not adding a version check here, since that is
such a large amount of...