8000 Comparing v0.5.10...f13f3ca · ruby/reline · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/reline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.10
Choose a base ref
...
head repository: ruby/reline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f13f3ca
Choose a head ref
  • 19 commits
  • 22 files changed
  • 5 contributors

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    5353924 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    e9d4b37 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    dd4a654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf0f8fa View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Fix FD leaks (#752)

    `PTY.spawn` with a block detaches the spawned process and leaves it
    running in background even after exiting the given block.  It is the
    responsibility of the caller to clean up the yielded IOs and PID.
    
    https://github.com/ruby/ruby/actions/runs/11148759246/job/30986064044#step:13:950
    ```
    Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 9 : #<File:/dev/pts/0>
    Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 10 : #<File:/dev/pts/0>
    Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 11 : #<File:/dev/pts/1>
    Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 12 : #<File:/dev/pts/1>
    Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 13 : #<File:/dev/pts/2>
    Leaked file descriptor: Reline::Test#test_tty_amibuous_width: 14 : #<File:/dev/pts/2>
    ```
    nobu authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f9f90da View commit details
    Browse the repository at this point in the history
  2. Rename matches? as match? (#753)

    nobu authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9230fe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7534f7f View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    41b5414 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. Configuration menu
    Copy the full SHA
    ca457ff View commit details
    Browse the repository at this point in the history
  2. Fix tempfile leaks (#757)

    https://github.com/ruby/reline/actions/runs/11187507536/job/31104699331#step:13:1064
    ```
    Children under /tmp/rubytest.m48l5o:
    * -rw------- 1 101 2024-10-02 17:43:51 +0000 rubyfile20241002-60503-bhbfgq
    ```
    nobu authored Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1287f97 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Allow utf-8 safe meta key mapping in inputrc (#723)

    Readline's convert-meta setting is utf-8 unsafe.
    Allow assigning `"\M-char": key` to bind "\echar": key even if convert-meta is not enabled.
    tompng authored Oct 6, 2024
    Configuration menu
    Copy the full SHA
    9844b99 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Add cursor keys for application keypad mode to default key bindings (#…

    …719)
    
    * Add SS3 arrow sequence to default key bindings
    
    * Remove wrong KDE arrow sequence
    tompng authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    546a425 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    2f21d1e View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Support continuous tab completion (#761)

    Continuous tab completion is possible in GNU Readline.
    If dig_perfect_match_proc is set, continuous tab completion will be disabled.
    tompng authored Oct 13, 2024
    Configuration menu
    Copy the full SHA
    469a528 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Use IO's encoding instead of Encoding.default_external (#765)

    * use IO's encoding
    
    * refactoring
    
    * remove unused encoding params
    
    * (for retriggering CI) remove unused encoding params
    monkeyWzr authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    f09772a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. append completion_append_character only when continous completion is … (

    #764)
    
    * append completion_append_character only when continous completion is not possible
    
    * refactoring
    
    * remove debug puts
    monkeyWzr authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    01872fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e364416 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    5f5a0aa View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Add TruffleRuby in CI (#768)

    eregon authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f13f3ca View commit details
    Browse the repository at this point in the history
Loading
0