| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-15 | [ruby/prism] Fix warn polyfill when no uplevel is provided | Earlopain | |
| An unspecified uplevel is not the same as an uplevel of 1: ``` $ irb irb(main):001> warn("foo") foo => nil irb(main):002> warn("foo", uplevel: 1) /home/user/.rbenv/versions/2.7.8/lib/ruby/gems/2.7.0/gems/irb-1.14.0/lib/irb/workspace.rb:121: warning: foo => nil ``` https://github.com/ruby/prism/commit/dcedd14357 | |||
| 2025-03-19 | [ruby/prism] Polyfill Kernel#warn category parameter | Kevin Newton | |
| https://github.com/ruby/prism/commit/d85c72a1b9 | |||
