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: st0012/ruby-lsp-rspec
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.26
Choose a base ref
...
head repository: st0012/ruby-lsp-rspec
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.27
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 26, 2025

  1. Fix testing with coverage (#81)

    * Notify coverage gathering is done
    
    When testing with coverage RubyLsp::LspReporter.instance.shutdown will
    not actually shutdown. It expects to be notified via at_coverage_exit
    so that it can gather coverage stats.
    
    * Either shutdown or coverage_exit depending on coverage status
    
    Co-authored-by: Stan Lo <[email protected]>
    
    ---------
    
    Co-authored-by: Stan Lo <[email protected]>
    elmuerte and st0012 authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    f0a9f48 View commit details
    Browse the repository at this point in the history
  2. Bump ruby-lsp to 0.26+ (#86)

    st0012 authored Jul 26, 2025
    Configuration menu
    Copy the full SHA
    6d2aadb View commit details
    Browse the repository at this point in the history
  3. Bump version to v0.1.27

    st0012 committed Jul 26, 2025
    Configuration menu
    Copy the full SHA
    ae6463d View commit details
    Browse the repository at this point in the history
Loading