SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.2-rubygem-irb-1.13.2-1.6.i586.rpm :

* Fri Jun 21 2024 Dan ČermΓ‘k - 1.13.2: [#]# What\'s Changed [#]## πŸ› Bug Fixes
* Add a new initialization step to validate IRB.conf\'s values by AATTst0012 in https://github.com/ruby/irb/pull/953
* Reorder ruby lex clauses for unrecoverable first by AATTkddnewton in https://github.com/ruby/irb/pull/956
* Remove useless Reline::Key.new and update wrong comment for alt+d by AATTtompng in https://github.com/ruby/irb/pull/963
* Add accidentally dropped disable_irb command back by AATTst0012 in https://github.com/ruby/irb/pull/964 [#]## πŸ“š Documentation
* Help users choose between helper methods and commands in the extension document by AATTst0012 in https://github.com/ruby/irb/pull/965 [#]## πŸ›  Other Changes
* Enhance regexp to account for prism error messages by AATTkddnewton in https://github.com/ruby/irb/pull/954
* Clean up tmpdir by AATTnobu in https://github.com/ruby/irb/pull/955
* Suppress Ruby warnings in certain backtrace filtering tests by AATTst0012 in https://github.com/ruby/irb/pull/966
* fix typos in the `Index of Command-Line Options` by AATTSuban05 in https://github.com/ruby/irb/pull/967
* Cleanup irbrc generator cache always at teardown by AATTtompng in https://github.com/ruby/irb/pull/968
* Invalid encoding symbol now raises SyntaxError also in 3.3 by AATTtompng in https://github.com/ruby/irb/pull/969
* Bump version to v1.13.2 by AATTst0012 in https://github.com/ruby/irb/pull/970 [#]# New Contributors
* AATTkddnewton made their first contribution in https://github.com/ruby/irb/pull/954
* AATTSuban05 made their first contribution in https://github.com/ruby/irb/pull/967
*
*Full Changelog
*
*: https://github.com/ruby/irb/compare/v1.13.1...v1.13.2 1.13.1: [#]# What\'s Changed [#]## πŸ› Bug Fixes
* Switch to StdioInputMethod when TERM is \'dumb\' by AATTdgutov in https://github.com/ruby/irb/pull/907
* Avoid raising errors while running help for custom commands by AATTkachick in https://github.com/ruby/irb/pull/944
* Use flag instead of caller for `debug`\'s binding.irb check by AATTst0012 in https://github.com/ruby/irb/pull/947
* Improve help message for no meta commands by AATTst0012 in https://github.com/ruby/irb/pull/948 [#]## πŸ›  Other Changes
* Add workaround for ruby/debug/test/console/irb_test failing with StdioInputMethod by AATTtompng in https://github.com/ruby/irb/pull/943
* Fix typos in test/irb/command/test_custom_command.rb by AATTkachick in https://github.com/ruby/irb/pull/945
* Change debug test workaround only enabled when output is tty by AATTtompng in https://github.com/ruby/irb/pull/949
* Clarify `conf` helper\'s context by AATTst0012 in https://github.com/ruby/irb/pull/950
* Bump version to v1.13.1 by AATTst0012 in https://github.com/ruby/irb/pull/951 [#]# New Contributors
* AATTdgutov made their first contribution in https://github.com/ruby/irb/pull/907
* AATTkachick made their first contribution in https://github.com/ruby/irb/pull/945
*
*Full Changelog
*
*: https://github.com/ruby/irb/compare/v1.13.0...v1.13.1 1.13.0: [#]# What\'s Changed [#]## ✨ Enhancements
* Add disable_irb command to disable debug of binding.irb by AATThogelog in https://github.com/ruby/irb/pull/898
* Move away from method-based command implementation by AATTtompng in https://github.com/ruby/irb/pull/824
* Support command registration by AATTst0012 in https://github.com/ruby/irb/pull/886
* Support helper method registration by AATTst0012 in https://github.com/ruby/irb/pull/624
* Support `IRB.conf[:BACKTRACE_FILTER]` by AATTst0012 in https://github.com/ruby/irb/pull/917 [#]## πŸ› Bug Fixes
* rdoc version lock is required by AATTalpaca-tc in https://github.com/ruby/irb/pull/897
* Rescue from exceptions raised by #name by AATTmonkeyWzr in https://github.com/ruby/irb/pull/899
* Fix irb_history saved to current directory by AATTtompng in https://github.com/ruby/irb/pull/901
* Fix % escape in prompt format by AATTtompng in https://github.com/ruby/irb/pull/927
* Remove exit command workaround, handle IRB_EXIT in debug_readline by AATTtompng in https://github.com/ruby/irb/pull/923
* Restore MAIN_CONTEXT correctly by AATTtompng in https://github.com/ruby/irb/pull/937
* Let IRB::Color.colorable? always return true|false by AATTtompng in https://github.com/ruby/irb/pull/940 [#]## πŸ“š Documentation
* Use markdown format for docs by AATTst0012 in https://github.com/ruby/irb/pull/890
* docs(help): Add latest options to ja help message by AATTokuramasafumi in https://github.com/ruby/irb/pull/903
* Remove misleading documentation by AATTartur-intech in https://github.com/ruby/irb/pull/906
* Prompt specifiers: documentation improvements by AATTUaitt in https://github.com/ruby/irb/pull/926
* Add EXTEND_IRB.md to introduce IRB\'s command and helper registration mechanism by AATTst0012 in https://github.com/ruby/irb/pull/933
* Use the new GH pages site for documentation by AATTst0012 in https://github.com/ruby/irb/pull/939 [#]## πŸ›  Other Changes
* Fix indent test and output sequence test for new reline by AATTtompng in https://github.com/ruby/irb/pull/908
* Cache RDoc::RI::Driver.new by AATTtompng in https://github.com/ruby/irb/pull/911
* Fix a typo by AATThsbt in https://github.com/ruby/irb/pull/912
* Filter backtrace before formatting in #handle_exception by AATTjoshbroughton in https://github.com/ruby/irb/pull/916
* Centralize rstrip calls by AATTst0012 in https://github.com/ruby/irb/pull/918
* Add a workaround to make IRB work with debug\'s tests by AATTst0012 in https://github.com/ruby/irb/pull/919
* Pass statements to Context#evaluate by AATTst0012 in https://github.com/ruby/irb/pull/920
* Remove internal-only methods from Command::Base by AATTtompng in https://github.com/ruby/irb/pull/922
* Accept \" \" for colorizing \" \" test by AATTtompng in https://github.com/ruby/irb/pull/924
* Add CI job to test IRB against the latest debug by AATTst0012 in https://github.com/ruby/irb/pull/928
* Add MultiIRB commands test by AATTigaiga in https://github.com/ruby/irb/pull/929
* Stop using ExtendCommandBundle internally by AATTst0012 in https://github.com/ruby/irb/pull/925
* Memoize helper method instances with Singleton module by AATTst0012 in https://github.com/ruby/irb/pull/931
* Command registration should take both strings and symbols as names by AATTst0012 in https://github.com/ruby/irb/pull/932
* Suppress command return values by AATTst0012 in https://github.com/ruby/irb/pull/934
* Pass symbol to Command.register in doc for consistency by AATTst0012 in https://github.com/ruby/irb/pull/935
* Add a new GH workflow for deploying to GH pages by AATTst0012 in https://github.com/ruby/irb/pull/938
* Bump version to v1.13.0 by AATTst0012 in https://github.com/ruby/irb/pull/941 [#]# New Contributors
* AATTalpaca-tc made their first contribution in https://github.com/ruby/irb/pull/897
* AATTmonkeyWzr made their first contribution in https://github.com/ruby/irb/pull/899
* AATTokuramasafumi made their first contribution in https://github.com/ruby/irb/pull/903
* AATTartur-intech made their first contribution in https://github.com/ruby/irb/pull/906
* AATTjoshbroughton made their first contribution in https://github.com/ruby/irb/pull/916
* AATTUaitt made their first contribution in https://github.com/ruby/irb/pull/926
* AATTigaiga made their first contribution in https://github.com/ruby/irb/pull/929
*
*Full Changelog
*
*: https://github.com/ruby/irb/compare/v1.12.0...v1.13.0 1.12.0: [#]# Highlights- The `help` command now displays a help message directly, instead of opening a `ri` console.- You can now get detailed usage information for specific commands by using `help `. Commands that currently support detailed help messages include: - `show_source` - `show_doc` - `edit` - `ls` - We welcome contributions to expand this list!- The `show_source` command can now display methods defined during the IRB session.- In `irb:rdbg` sessions, simply hitting `` will now repeat the last command, mirroring the behavior in `rdbg` sessions.- IRB now supports loading `.irbrc` from multiple locations. This means that for most users, `~/.irbrc` will also be loaded when a `project/.irbrc` is defined. [#]# What\'s Changed [#]## ✨ Enhancements
* Introduce exit! command by AATTignacio-chiazzo in https://github.com/ruby/irb/pull/851
* Powerup show_source by enabling RubyVM.keep_script_lines by AATTtompng in https://github.com/ruby/irb/pull/862
* Repurpose the help command to display the help message by AATTst0012 in https://github.com/ruby/irb/pull/872
* Support repeating debugger input by passing empty input to it by AATTst0012 in https://github.com/ruby/irb/pull/856
* Revamp `help` command by AATTst0012 in https://github.com/ruby/irb/pull/877
* Add help messages to `show_source` and `show_doc` commands by AATTst0012 in https://github.com/ruby/irb/pull/887
* Restructure workspace management by AATTst0012 in https://github.com/ruby/irb/pull/888
* Allow loading multiple irb files by AATThahmed in https://github.com/ruby/irb/pull/859 [#]## πŸ› Bug Fixes
* Fix SourceFinder\'s constant evaluation issue by AATTst0012 in https://github.com/ruby/irb/pull/869
* Improve constant lookup in SourceFinder by AATTtompng in https://github.com/ruby/irb/pull/871
* Fix `irb:rdbg` for ruby head by AATTst0012 in https://github.com/ruby/irb/pull/876 [#]## πŸ›  Other Changes
* Polish the exit! command and its tests by AATTst0012 in https://github.com/ruby/irb/pull/867
* Fix exit! command warning and method behavior by AATTtompng in https://github.com/ruby/irb/pull/868
* Refactor eval_path and `SourceFinder::Source` by AATTst0012 in https://github.com/ruby/irb/pull/870
* Update error message assertions for Ruby 3.4 by AATTst0012 in https://github.com/ruby/irb/pull/874
* Standardize command related names by AATTst0012 in https://github.com/ruby/irb/pull/873
* Load RubyGems explicitly for tests of test/irb by AATThsbt in https://github.com/ruby/irb/pull/879
* Invalid encoding symbols now raise SyntaxError in 3.4 by AATTnobu in https://github.com/ruby/irb/pull/880
* Remove IRB::NotImplementedError by AATTtompng in https://github.com/ruby/irb/pull/878
* Unroll extension method generation by AATTst0012 in https://github.com/ruby/irb/pull/882
* Turn on frozen literal in files by AATTst0012 in https://github.com/ruby/irb/pull/881
* Remove remaining `frozen_string_literal: false` in lib/ by AATTtompng in https://github.com/ruby/irb/pull/883
* Remove workaround for empty lines in dynamic_prompt by AATTtompng in https://github.com/ruby/irb/pull/884
* Remove useless loaded file check by AATTtompng in https://github.com/ruby/irb/pull/885
* Refactor IRB::Context#prompting by AATTst0012 in https://github.com/ruby/irb/pull/889
* Escape closing square brackets in regexp by AATTpeterzhu2118 in https://github.com/ruby/irb/pull/892
* Prevent `irb_history`\'s creation during HistoryTest by AATTst0012 in https://github.com/ruby/irb/pull/893
* Clear temporary directories by AATTnobu in https://github.com/ruby/irb/pull/894
* Bump version to v1.12.0 by AATTst0012 in https://github.com/ruby/irb/pull/895 [#]# New Contributors
* AATThahmed made their first contribution in https://github.com/ruby/irb/pull/859
*
*Full Changelog
*
*: https://github.com/ruby/irb/compare/v1.11.2...v1.12.0 1.11.2: [#]# What\'s Changed [#]## πŸ› Bug Fixes
* Fix undef and alias indent by AATTtompng in https://github.com/ruby/irb/pull/838
* Skip re-setup when creating a child session by AATTnunosilva800 in https://github.com/ruby/irb/pull/850
* Stop `irb:rdbg` from saving duplicated history when there\'s no prior history file by AATTst0012 in https://github.com/ruby/irb/pull/853
* Add a warning for when the history path doesn\'t exist by AATTignacio-chiazzo in https://github.com/ruby/irb/pull/852
* Fix usage of tracer gem and add tests by AATTnunosilva800 in https://github.com/ruby/irb/pull/857 [#]## πŸ›  Other Changes
* Fix documentation typo, `niL` β†’ `nil` by AATTelebow in https://github.com/ruby/irb/pull/840
* Forward-port ruby-core changes by AATThsbt in https://github.com/ruby/irb/pull/841
* Fix some typos by AATTydah in https://github.com/ruby/irb/pull/843
* Fix documentation typo, `inin` β†’ `in` by AATTelebow in https://github.com/ruby/irb/pull/842
* Try to use irb instead of rubygems for completion test by AATThsbt in https://github.com/ruby/irb/pull/845
* Omit 2 encoding error related tests for TruffleRuby by AATTst0012 in https://github.com/ruby/irb/pull/854
* Add rubocop with a few basic styling rules by AATTst0012 in https://github.com/ruby/irb/pull/849
* Require pathname by AATTst0012 in https://github.com/ruby/irb/pull/860
* Suppress warnings by AATTnobu in https://github.com/ruby/irb/pull/861
* Bump actions/checkout from 3 to 4 by AATTdependabot in https://github.com/ruby/irb/pull/863
* Polish tracer integration and tests by AATTst0012 in https://github.com/ruby/irb/pull/864
* Bump version to v1.11.2 by AATTst0012 in https://github.com/ruby/irb/pull/865 [#]# New Contributors
* AATTelebow made their first contribution in https://github.com/ruby/irb/pull/840
* AATTnunosilva800 made their first contribution in https://github.com/ruby/irb/pull/850
* AATTignacio-chiazzo made their first contribution in https://github.com/ruby/irb/pull/852
*
*Full Changelog
*
*: https://github.com/ruby/irb/compare/v1.11.1...v1.11.2
* Mon Jan 29 2024 Dan ČermΓ‘k - 1.11.1: [#]# What\'s Changed [#]## πŸ› Bug Fixes
* Fix display_document params in noautocomplete mode by AATTtompng in https://github.com/ruby/irb/pull/826
* Make show_source accept top-level constant names by AATTst0012 in https://github.com/ruby/irb/pull/831
* Avoid completing empty input by AATTst0012 in https://github.com/ruby/irb/pull/832
* Make SourceFinder ignore binary sources by AATTst0012 in https://github.com/ruby/irb/pull/836 [#]## πŸ›  Other Changes
* Remove dead doc by AATTBurdetteLamar in https://github.com/ruby/irb/pull/819
* Fix type completor section of README by AATTtompng in https://github.com/ruby/irb/pull/820
* Remove redundant env cleanup in rendering test by AATTst0012 in https://github.com/ruby/irb/pull/827
* test_recovery_sigint: Ensure precondition is met by AATTsorah in https://github.com/ruby/irb/pull/829
* Require Reline v0.4.2+ by AATTst0012 in https://github.com/ruby/irb/pull/834
* Refactor exit command by AATTst0012 in https://github.com/ruby/irb/pull/835
* Bump version to v1.11.1 by AATTst0012 in https://github.com/ruby/irb/pull/837 [#]# New Contributors
* AATTsorah made their first contribution in https://github.com/ruby/irb/pull/829
*
*Full Changelog
*
*: https://github.com/ruby/irb/compare/v1.11.0...v1.11.1 1.11.0: [#]# What\'s Changed [#]## ✨ Enhancements
* Warn and do nothing if block is passed to measure command by AATTtompng in https://github.com/ruby/irb/pull/813 [#]## πŸ› Bug Fixes
* Debugging command warning should not be specific to the `debug` command by AATTst0012 in https://github.com/ruby/irb/pull/806
* Warn users about errors in loading RC files by AATTst0012 in https://github.com/ruby/irb/pull/817 [#]## πŸ›  Other Changes
* Simplify show_source\'s super calculation by AATTst0012 in https://github.com/ruby/irb/pull/807
* Prevent a warning: setting Encoding.default_external by AATTmame in https://github.com/ruby/irb/pull/810
* [DOC] RDoc for module IRB by AATTBurdetteLamar in https://github.com/ruby/irb/pull/738
* Remove documents about deprecated/WIP features and some slight adjustments by AATTst0012 in https://github.com/ruby/irb/pull/811
* Remove unused lvar in mesure command test by AATTtompng in https://github.com/ruby/irb/pull/814
* Avoid installing bundler manually for yamatanooroti builds by AATTst0012 in https://github.com/ruby/irb/pull/816
* [DOC] Change indexes.rdoc to indexes.md by AATTBurdetteLamar in https://github.com/ruby/irb/pull/812
* Bump version to v1.11.0 by AATTst0012 in https://github.com/ruby/irb/pull/818
*
*Full Changelog
*
*: https://github.com/ruby/irb/compare/v1.10.1...v1.11.0 1.10.1: [#]# What\'s Changed [#]## πŸ› Bug Fixes
* Pager should be disabled when TERM=dumb by AATTst0012 in https://github.com/ruby/irb/pull/800 [#]## πŸ›  Other Changes
* Disable pager when TERM is not set too by AATTst0012 in https://github.com/ruby/irb/pull/802
* Bump version to v1.10.1 by AATTst0012 in https://github.com/ruby/irb/pull/801
*
*Full Changelog
*
*: https://github.com/ruby/irb/compare/v1.10.0...v1.10.1 1.10.0: [#]# What\'s Changed [#]## ✨ Enhancements
* Hint debugger command in `irb:rdbg` session by AATTst0012 in https://github.com/ruby/irb/pull/768
* Support disabling pager by AATTst0012 in https://github.com/ruby/irb/pull/783
* Display aliases in help message by AATTst0012 in https://github.com/ruby/irb/pull/788
* adding the -s flag to show_source by AATTpaulreece in https://github.com/ruby/irb/pull/770
* Split TypeCompletion to a gem by AATTtompng in https://github.com/ruby/irb/pull/772
* Page evaluation result\'s output by AATTst0012 in https://github.com/ruby/irb/pull/784
* Implement `history` command by AATTgaryhtou in https://github.com/ruby/irb/pull/761 [#]## πŸ› Bug Fixes
* Rescue Exception, ignore warning in completion doc_namespace by AATTtompng in https://github.com/ruby/irb/pull/777
* Handle handle_exception\'s exception by AATTtompng in https://github.com/ruby/irb/pull/780
* Fix exception(backtrace=nil) prints nothing by AATTtompng in https://github.com/ruby/irb/pull/782
* Rescue errors from main.to_s/inspect when formatting prompt by AATThanazuki in https://github.com/ruby/irb/pull/791
* Change show_source tests into integration tests by AATTst0012 in https://github.com/ruby/irb/pull/793
* Scrub past history input before split by AATThogelog in https://github.com/ruby/irb/pull/795 [#]## πŸ›  Other Changes
* Fix failure of more command with -R option by AATThogelog in https://github.com/ruby/irb/pull/781
* Fix flaky test case test_autocomplete_with_multiple_doc_namespaces by AATThogelog in https://github.com/ruby/irb/pull/786
* Make rake test run all tests under `test/irb/` directory by AATTst0012 in https://github.com/ruby/irb/pull/794
* Only install debug with CRuby by AATTst0012 in https://github.com/ruby/irb/pull/796
* Update Pry comparison doc\'s entries about history and pager support by AATTst0012 in https://github.com/ruby/irb/pull/797
* Disable pager in eval_history test by AATTtompng in https://github.com/ruby/irb/pull/799
* Bump version to v1.10.0 by AATTst0012 in https://github.com/ruby/irb/pull/798 [#]# New Contributors
* AATThogelog made their first contribution in https://github.com/ruby/irb/pull/781
* AATThanazuki made their first contribution in https://github.com/ruby/irb/pull/791
* AATTpaulreece made their first contribution in https://github.com/ruby/irb/pull/770
* AATTgaryhtou made their first contribution in https://github.com/ruby/irb/pull/761
*
*Full Changelog
*
*: https://github.com/ruby/irb/compare/v1.9.1...v1.10.0
* Tue Nov 28 2023 Dan ČermÑk - 1.9.1: [#]# What\'s Changed [#]## ✨ Enhancements
* Enable completion setting through `IRB_COMPLETOR` by AATTima1zumi in https://github.com/ruby/irb/pull/771 [#]## πŸ› Bug Fixes
* Fix irb-1.9.0 crash on `{}.` completion by AATTtompng in https://github.com/ruby/irb/pull/764 [#]## πŸ›  Other Changes
* Remove racc from Gemfile by AATTst0012 in https://github.com/ruby/irb/pull/760
* require \'irb/version to test completion of constant `IRB::VERSION` by AATTtompng in https://github.com/ruby/irb/pull/763
* Bump version to 1.9.1 by AATTtompng in https://github.com/ruby/irb/pull/773
*
*Full Changelog
*
*: https://github.com/ruby/irb/compare/v1.9.0...v1.9.1
* Tue Nov 14 2023 Dan ČermÑk - New upstream release 1.9.0, no changelog found
* Wed Dec 07 2022 Stephan Kulow updated to version 1.5.1 see installed history.rb
* Mon Oct 10 2022 Stephan Kulow updated to version 1.4.2 see installed history.rb
* Thu Mar 10 2022 Manuel Schnitzer - initialize package
 
ICM