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.23
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.24
Choose a head ref
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Jun 5, 2025

  1. Fix SpecStyle to not receive Prism events (#71)

    * Calling super will still register for events
    
    The parent class TestDiscovery also registers SpecStyle for Prism event. While handling the events it tries to access a nil variable when entering a class or module and thus completely break code analysis of normal ruby files.
    
    * Added a test to verify expected SpecStyle patch behavior
    
    * Added integration test to verify parsing of a simple ruby file
    
    The improperly patched SpecStyle would fail when the Ruby LSP was
    handling a 'textDocument/foldingRange' message (probably others too)
    for a source while with module and class blocks as it was still
    receiving events from Prism (which we do not want) for the RSpec
    addon.
    elmuerte authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    9c5b1f1 View commit details
    Browse the repository at this point in the history
  2. Print rspec progress to standard out when using 'run in terminal' (#73)

    * Print progress to standard out when using 'run in terminal'
    
    * Fix a typo and linting issue
    westonkd authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    bc8cd39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    327b629 View commit details
    Browse the repository at this point in the history
  4. Bump version to v0.1.24

    st0012 committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    ab7d305 View commit details
    Browse the repository at this point in the history
Loading