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

[tapioca add-on] Bump depend_on_ruby_lsp! version #2041

Merged

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Oct 11, 2024

So that I can point to Ruby LSP's main during development.

@andyw8 andyw8 requested a review from a team as a code owner October 11, 2024 18:15
@andyw8 andyw8 changed the title Bump depend_on_ruby_lsp! version [tapioca add-on] Bump depend_on_ruby_lsp! version Oct 11, 2024
@andyw8 andyw8 added the chore label Oct 11, 2024
@andyw8 andyw8 requested a review from KaanOzkan October 11, 2024 18:25
@@ -1,7 +1,7 @@
# typed: strict
# frozen_string_literal: true

RubyLsp::Addon.depend_on_ruby_lsp!(">= 0.19.1", "< 0.20")
RubyLsp::Addon.depend_on_ruby_lsp!(">= 0.20", "< 0.21")
Copy link
Contributor

@KaanOzkan KaanOzkan Oct 11, 2024

Choose a reason for hiding this comment

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

Is it possible to change it locally instead during development? I'm afraid of it degrading the internal testing since Ruby LSP isn't automatically bumped right away in my experience. I don't know the bumping logic and would like to learn also.

Copy link
Contributor

Choose a reason for hiding this comment

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

I didn't notice the upper bound so ignore what I said above, it's better than failing to activate because Ruby LSP is too new.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍 (and have updated to match the latest release).

@@ -1,7 +1,7 @@
# typed: strict
# frozen_string_literal: true

RubyLsp::Addon.depend_on_ruby_lsp!(">= 0.19.1", "< 0.20")
RubyLsp::Addon.depend_on_ruby_lsp!(">= 0.20", "< 0.21")
Copy link
Contributor

Choose a reason for hiding this comment

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

I didn't notice the upper bound so ignore what I said above, it's better than failing to activate because Ruby LSP is too new.

@andyw8 andyw8 force-pushed the andyw8/bump-ruby-lsp-depend-on-version branch from 2a7cbae to 02d4b7e Compare October 17, 2024 17:31
@andyw8 andyw8 merged commit bdcca29 into tapioca-addon-feature-branch Oct 17, 2024
14 of 26 checks passed
@andyw8 andyw8 deleted the andyw8/bump-ruby-lsp-depend-on-version branch October 17, 2024 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants