Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 11:38:54 UTC Now

2023-01-15 15:40:22 UTC MAIN commitmail json YAML

misc/ruby-pry: update to 0.14.2

0.14.2 (2023-01-09)

Features

* Configure code as a supported editor on Pry::Editor (#2236)
* Added support for Ruby 3.2 (#2263)
* Added support for Ruby 3.1 (#2228)

Bug fixes

* Short circuit eval regexes in finding module definition (#2253)
* Revert "Escape non-printing characters" (#2235)
* Fixed bug where WeirdMethodLocator would fail to find the source of a
  method breaking whereami (#2244)
* Fixed bug where pry would throw an FrozenError when dealing with
  incomplete tokens (#2136)
* Restore --no-history CLI flag functionality (#2196)
* Fixed bug where reading from the _out_ sticky local variable could return
  wrong results (#2201)

Breaking Changes

* Remove support for Ruby 1.9 and JRuby < 9.0 (#2239)

(taca)