Skip to content

Fix CI#228

Merged
andyw8 merged 10 commits into
mainfrom
andyw8/fix-ci
Jan 12, 2024
Merged

Fix CI#228
andyw8 merged 10 commits into
mainfrom
andyw8/fix-ci

Conversation

@andyw8

@andyw8 andyw8 commented Jan 11, 2024

Copy link
Copy Markdown
Contributor

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 KaanOzkan and egiurleo January 11, 2024 22:10

@egiurleo egiurleo left a comment

Copy link
Copy Markdown
Contributor

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
@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

Copy link
Copy Markdown

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
Copy Markdown
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