Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract dynamic reference marker #3298

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Mar 12, 2025

I want to reference this from the new DiscoverTests request in ruby-lsp-rails.

@andyw8 andyw8 added the chore Chore task label Mar 12, 2025
Copy link

graphite-app bot commented Mar 12, 2025

How to use the Graphite Merge Queue

Add the label graphite-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

@andyw8 andyw8 marked this pull request as ready for review March 12, 2025 16:52
@andyw8 andyw8 requested a review from a team as a code owner March 12, 2025 16:52
@@ -3,4 +3,5 @@

module RubyLsp
VERSION = File.read(File.expand_path("../VERSION", __dir__)).strip
DYNAMIC_REFERENCE_MARKER = "<dynamic_reference>"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this is the best place to define this constant. I noticed that these listeners include Requests::Support::Common. Should we take this opportunity to create Listeners::Support::Common for functionality shared by our listeners?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants