Path to this page:
./
misc/ruby-pry,
IRB alternative and runtime developer console
Branch: CURRENT,
Version: 0.14.2,
Package name: ruby31-pry-0.14.2,
Maintainer: pkgsrc-usersPry is a powerful alternative to the standard IRB shell for Ruby. It
is written from scratch to provide a number of advanced features.
Pry also aims to be more than an IRB replacement; it is an attempt to
bring REPL driven programming to the Ruby language. It is currently
not as powerful as tools like SLIME for lisp, but that is the general
direction Pry is heading.
Pry is also fairly flexible and allows significant user customization
is trivial to set it to read from any object that has a readline
method and write to any object that has a puts method - many other
aspects of Pry are also configurable making it a good choice for
implementing custom shells.
Required to run:[
devel/ruby-readline] [
textproc/ruby-coderay] [
misc/ruby-method_source] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 151 KB
Version history: (Expand)
- (2023-01-15) Updated to version: ruby31-pry-0.14.2
- (2021-10-07) Updated to version: ruby27-pry-0.14.1
- (2021-05-04) Updated to version: ruby26-pry-0.14.1
- (2021-02-13) Updated to version: ruby26-pry-0.14.0
- (2020-04-27) Updated to version: ruby26-pry-0.13.1
- (2020-03-23) Updated to version: ruby26-pry-0.13.0
CVS history: (Expand)
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@.
|