Path to this page:
./
devel/ruby-irb,
Interactive Ruby command-line tool
Branch: CURRENT,
Version: 1.14.2,
Package name: ruby32-irb-1.14.2,
Maintainer: pkgsrc-usersIRB
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: 95.5 KB
Version history: (Expand)
- (2024-12-13) Updated to version: ruby32-irb-1.14.2
- (2024-12-08) Package added to pkgsrc.se, version ruby32-irb-1.14.1 (created)
CVS history: (Expand)
2024-12-13 17:21:24 by Takahiro Kambe | Files touched by this commit (2) | |
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.
|