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.22
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.23
Choose a head ref
  • 8 commits
  • 48 files changed
  • 2 contributors

Commits on Apr 28, 2025

  1. Bump dependencies (#60)

    * Bump dependencies
    
    * Remove obsolete shim
    
    * Update rubocop setting
    st0012 authored Apr 28, 2025
    Configuration menu
    Copy the full SHA
    6502ef2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

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

Commits on May 10, 2025

  1. Support Ruby LSP's full test discovery feature (#62)

    * WIP
    
    * Implement RSpec command resolution
    
    * Support streaming RSpec results
    
    * Generate ids purely based on locations
    
    This makes sure that we can always match the ids
    even for anonymous examples.
    
    * Add tests for the rspec formatter
    
    * Don't fail fast on CI
    
    * Allow RSpecFormatter to not have typed: strict
    
    * Requires ruby-lsp 0.23.17
    
    For Shopify/ruby-lsp#3452
    st0012 authored May 10, 2025
    Configuration menu
    Copy the full SHA
    b083e0c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Migrate to use RBS annotations (#63)

    * Upgrade Sorbet and enable RBS support
    
    * Migrate codebase to RBS annotations
    vinistock authored May 13, 2025
    Configuration menu
    Copy the full SHA
    1864733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a644b42 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Configuration menu
    Copy the full SHA
    dc59e80 View commit details
    Browse the repository at this point in the history
  2. Code lens for full test discovery (#65)

    * Bump ruby-lsp
    
    * Don't run CodeLens listener if full test discovery is enabled
    
    * Generate code lens through TestDiscovery when full test discovery is enabled
    
    This will allow RSpec code lens to work with full test discovery.
    
    Co-authored-by: Vinicius Stock <[email protected]>
    
    ---------
    
    Co-authored-by: Vinicius Stock <[email protected]>
    st0012 and vinistock authored May 14, 2025
    Configuration menu
    Copy the full SHA
    a1b3a64 View commit details
    Browse the repository at this point in the history
  3. Bump version to v0.1.23

    st0012 committed May 14, 2025
    Configuration menu
    Copy the full SHA
    3ac0633 View commit details
    Browse the repository at this point in the history
Loading