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.20
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.21
Choose a head ref
  • 3 commits
  • 26 files changed
  • 2 contributors

Commits on Jan 25, 2025

  1. Support document symbols for shared examples (#56)

    * 👍 support shared_examples and shared_context
    
    I add document symbol support for shared_examples and shared_context.
    
    https://rspec.info/features/3-12/rspec-core/example-groups/shared-examples/
    https://rspec.info/features/3-12/rspec-core/example-groups/shared-context/
    
    * 👍 support shared_examples_for also
    
    shared_examples_for is alias for shared_examples.
    So I support shared_examples_for.
    
    https://github.com/rspec/rspec-core/blob/master/lib/rspec/core/shared_example_group.rb#L101
    
    * 🐛 fix forget leave context issue
    
    I forget to add on_call_node_leave for shared_... .
    
    * ✅ Add on_call_node_leave test for shared tests
    
    I add tests to implement on_call_node_leave for shared tests.
    byplayer authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    f2e4170 View commit details
    Browse the repository at this point in the history
  2. Bump gems and their rbis (#59)

    * Bump gems and their rbis
    
    * Adopt pop_result test API
    
    * Test against Ruby 3.4 too
    st0012 authored Jan 25, 2025
    Configuration menu
    Copy the full SHA
    8d93e51 View commit details
    Browse the repository at this point in the history
  3. Bump version to v0.1.21

    st0012 committed Jan 25, 2025
    Configuration menu
    Copy the full SHA
    2b1bd2a View commit details
    Browse the repository at this point in the history
Loading