Alexandre Terrasa

Results 73 comments of Alexandre Terrasa

@bmulholland I gave it another try in https://github.com/Shopify/spoom/pull/322 if you don't mind to test 🙏

Hey @bmulholland, Regarding the Tapioca error this is expected, I did a few changes in the API of Spoom and will have to reflect them on Tapioca before releasing a...

Around 2 seconds seems plausible. To do the bump, Spoom will: 1. Parse the Sorbet config 2. List all the files matching the config 3. Read all the listed files...

Superseded by https://github.com/Shopify/spoom/pull/322.

Sublime Text does indexing by parsing the files of the project: https://lsp.sublimetext.io/features/#goto-definition. > Sublime Text provides a "Goto Definition" feature by indexing the files in your project The parsing seems...

@eddiecheung-shopify, this error is actually related to Tapioca and not to the present issue. I'd suggest moving it to https://github.com/Shopify/tapioca/issues.

Superseded by https://github.com/sorbet/sorbet/pull/7853. Thanks @neilparikh!

I _think_ you can add the platform to your Gemfile with `bundle lock --add-platform arm64-darwin`.

As https://github.com/sorbet/sorbet/issues/6429#issuecomment-1939190977, this seems fixed now. Feel free to reopen if it's not the case.

For what it's worth, we currently use Rubocop with [`RuboCop::Cop::Lint::MissingSuper`](https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Lint/MissingSuper) for this. They have a specil rule for `Object` and `BasicObject` that can be configured: > `Object` and `BasicObject` are...