./devel/ruby-irb, Interactive Ruby command-line tool

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.15.1, Package name: ruby32-irb-1.15.1, Maintainer: pkgsrc-users

IRB

IRB stands for "interactive Ruby" and is a tool to interactively
execute Ruby expressions read from the standard input.

The irb command from your shell will start the interpreter.


Master sites:

Filesize: 86.5 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-09 10:06:46 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-irb: update to 1.15.1

1.15.0 (2025-01-21)

What's Changed
Enhancements

* Add ri as an alias to the show_doc command by @st0012 in #1054
* Add copy command by @Prajjwal in #1044
* Show a quick preview of inspect result before pager launch by @tompng in
  #1040

Bug Fixes

* Fix broken history command with -g by @sanfrecce-osaka in #1057
* Gracefully handle incorrect command aliases by @st0012 in #1059
* Print more actionable message when the exception may be an IRB bug by
  @st0012 in #1061
* IRB.conf[:SAVE_HISTORY] should handle boolean values by @st0012 in #1062
* Colorize backref token bold green like global variables by @tompng in
  #1065

Documentation

* Restructure IRB's documentation by @st0012 in #1053
* Use the documentation site as the source of truth by @st0012 in #1055
* Extract contributing guideline into a CONTRIBUTING.md by @st0012 in #1056
* [DOC] Remove unnecessary escape from completor class names by @st0012 in
  #1063
* [DOC] Update documentation about the new copy command by @st0012 in #1067
* [DOC] Exclude the word IRB from RDoc's autolinking by @st0012 in #1068

Other Changes

* Simplify vterm-yamatanooroti's steps by @st0012 in #1060
* Drop ColorPrinter's workaround for BasicObject by @st0012 in #1051
* Group private methods together in IRB::Context by @st0012 in #1064
* Bump version to v1.15.0 by @st0012 in #1066

New Contributors

* @sanfrecce-osaka made their first contribution in #1057
* @Prajjwal made their first contribution in #1044

1.15.1 (2025-01-22)

What's Changed

Bug Fixes

* Fix pager preview with escape sequence and newlines by @tompng in #1069

Other Changes

* Bump version to 1.15.1 by @tompng in #1070
   2025-01-02 06:21:12 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-irb: update to 1.14.3

pkgsrc change: restrict Ruby's version (not for Ruby 3.4).

1.14.3 (2024-12-18)

What's Changed

Bug Fixes

* Load history when starting a direct debug session by @sunblaze in #1046

Documentation

* Avoid generating documentation pages for internal components by @st0012 in
  #1047

* [DOC] Fix broken rdoc-ref caused by a typo by @st0012 in #1049

Other Changes

* Bump version to v1.14.3 by @st0012 in #1050

New Contributors

* @sunblaze made their first contribution in #1046
   2024-12-13 17:21:24 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-irb: update to 1.14.2

1.14.2 (2024-12-12)

What's Changed

Enhancements

* Change default completor from regexp to type-completor if
  RUBY_VERSION>=3.4 by @tompng in #1010

Bug Fixes

* Use correct binding in debug mode by @tompng in #1007
* Remove bignum check from save_history by @tompng in #1018
* Always use alternate sceen on alt-d by @tompng in #988
* Suppress "literal string will be frozen in the future" warning by @tikkss
  in #1019
* Fix indentation of xstring literal by @tompng in #1038
* Prevent cursor flickering in dancing ruby by @ima1zumi in #1041
* Don't show 'Maybe IRB bug!' in show_source and ls command by @tompng in
  #1039
* Page the output in irb:rdbg sessions too by @st0012 in #1043

Documentation

* Improve Debugging with IRB section to make it easier to get started by
  @st0012 in #1015
* Complete the missing documentation abount the environment variables by
  @kyanagi in #1028

Other Changes

* Hash#inspect style has changed in ruby 3.4 by @nobu in #1011
* Change debug test workaround to use ENV RUBY_DEBUG_TEST_UI by @tompng in
  #1014
* History refactors by @eval in #1013
* Document infinite history by @eval in #1012
* Make rendering test faster using updated yamatanooroti by @tompng in #1001
* Fix rendering test broken by conflict by @tompng in #1016
* Update setup/ruby used in gh-pages workflow because it is failing on ci by
  @tompng in #1017
* Improve history test's encoding setting by @monkeyWzr in #1022
* On Windows, Process.kill(:TERM) is not supported. by @YO4 in #1026
* Correct ja/help-message for --context-mode and --prompt by @kyanagi in
  #1029
* Prevent a warning: ambiguous / by @hsbt in #1030
* Don't use delegator to install helper methods to main object by @tompng in
  #1031
* Follow-up refactor of #1031 by @st0012 in #1034
* Store method objects in constants by @st0012 in #1033
* Extract truffleruby workflow by @st0012 in #1035
* Bump version to v1.14.2 by @st0012 in #1045

New Contributors

* @eval made their first contribution in #1013
* @tikkss made their first contribution in #1019
   2024-12-08 17:44:44 by Takahiro Kambe | Files touched by this commit (5)
Log message:
devel/ruby-irb: add package version 1.14.1

irb is default gem in Ruby language release but ruby-railties72 require
newer version of irb gem.

IRB

IRB stands for "interactive Ruby" and is a tool to interactively
execute Ruby expressions read from the standard input.

The irb command from your shell will start the interpreter.