2025-01-02 06:36:40 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-pry: update to 0.15.2
0.15.1 (2024-12-24)
Bug Fixes
* Restore Pry.config.ls compatibility (#2335)
* Avoid breaking reading inputs if Prism is not available (#2338)
0.15.2 (2024-12-24)
This release fixes one additional scenario that could happen if Prism was
not available.
Bug Fixes
* Avoid breaking reading input if Prism version is undetectable (#2340)
|
2024-12-09 16:21:51 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
misc/ruby-pry: update to 0.15.0
0.15.0 (2024-11-15)
Features
* Added support for Reline (#2298)
* Added support for Ruby 3.3 (#2295)
* Added Pry::Input::SimpleStdio for dumb terminals when Reline is in use
(#2304)
* Remove OpenStruct usage (#2307) (#2309)
* Disable coloring of output when NO_COLOR is set. (#2323)
* Add pry --no-multiline flag to keep single line prompt. (#2327)
Bug Fixes
* Fix typos on docs and and comments (#2300) (#2301)
* Fix 'calling clear method' on user code when defined in pry context.
(#2291)
* Fix arguments WatchExpression#add_expression (#2278)
Breaking changes
* Remove support for deprecated Pry.config.prompt = [proc {}, proc {}]
Use Pry::Prompt API instead (#2308)
* Remove deprecated Pry.config.exception_whitelist.
Use Pry.config.unrescued_exceptions instead. (#2326)
|
2024-01-21 10:15:17 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
misc/ruby-pry: fix for ruby33
Depends on devel/ruby-readline prior to ruby33.
|
2023-01-15 16:40:22 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
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)
|
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2021-05-04 18:16:03 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-pry: update to 0.14.1
0.14.1 (April 12, 2021)
Bug fixes
* Fixed bad coloring of some RDoc-style docs (#2182)
* Fixed broken --plugins option. It shows a warning now (#2180)
* Fixed bad output on printing non-visible characters with color codes
(#2154)
* Fixed bad output when colors are disabled and a string with color codes is
printed (#2158)
|
2021-02-13 14:58:03 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
misc/ruby-pry: update to 0.14.0
0.14.0 (February 8, 2021)
Features
* Made ? an alias to show-source -d (#2133)
* Added support for Ruby 3.0
Breaking changes
* Deleted support for plugin autoloading (#2119). In order to load a Pry
plugin you must require it from your pryrc or add it to your Gemfile.
# ~/.pryrc
require 'pryrc'
|
2020-04-27 17:00:27 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
misc/ruby-pry: update to 0.13.1
Update ruby-pry to 0.13.1.
### [v0.13.1][v0.13.1] (April 12, 2020)
#### Bug fixes
* Fixed bug where on invalid input only the last syntax error is displayed
(instead of all of them) ([#2117](https://github.com/pry/pry/pull/2117))
* Fixed `Pry::Config` raising `NoMethodError` on undefined option instead of
returning `nil` (usually invoked via `Pry.config.foo_option` calls)
([#2126](https://github.com/pry/pry/pull/2126))
* Fixed `help` command not displaying regexp aliases properly
([#2120](https://github.com/pry/pry/pull/2120))
* Fixed `pry-backtrace` not working ([#2122](https://github.com/pry/pry/pull/2122))
|
2020-03-27 07:07:57 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
misc/ruby-pryu: commit forgotten files
Commit forgotten files. Noted by joerg@.
|