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

Fix CI #228

Merged
merged 10 commits into from
Jan 12, 2024
Merged

Fix CI #228

merged 10 commits into from
Jan 12, 2024

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Jan 11, 2024

Missed a closing quote in #226.

Also added Stan's fixes from #227

andyw8 and others added 6 commits January 11, 2024 16:35
After Shopify/ruby-lsp#1280, the hover request
will now contain information about the class's information too.

This previously was not the case because this project has Sorbet
in the depdenencies.
@andyw8 andyw8 marked this pull request as ready for review January 11, 2024 22:10
@andyw8 andyw8 requested a review from a team as a code owner January 11, 2024 22:10
@andyw8 andyw8 requested review from egiurleo and KaanOzkan January 11, 2024 22:10
Copy link
Contributor

@egiurleo egiurleo left a comment

Choose a reason for hiding this comment

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

🥳

@andyw8 andyw8 merged commit 7beb6d5 into main Jan 12, 2024
54 checks passed
@andyw8 andyw8 deleted the andyw8/fix-ci branch January 12, 2024 17:11
Comment on lines +39 to 42
skip if ENV["BUNDLE_GEMFILE"]&.end_with?("gemfiles/Gemfile-rails-main")

previous_bundle_gemfile = ENV["BUNDLE_GEMFILE"]
project_root = Pathname.new(previous_bundle_gemfile).dirname

Choose a reason for hiding this comment

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

I think I would have preferred to set project_root independently of the BUNDLE_GEMFILE:

project_root = File.expand_path("../..", __dir__)

since if any more gemfiles are added to the gemfiles/ subdirectory, this test will start failing again. 🤷

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah yes, let's do that: #229

@andyw8 andyw8 added the chore Chore task label Jan 12, 2024
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.

5 participants