issues Search Results · repo:Shopify/spoom language:Ruby
Filter by
38 results
(61 ms)38 results
inShopify/spoom (press backspace or delete to remove)During dead code detection we currently ignore methods marked as override in their sig block so this method won t be
marked as dead:
sig { override.void }
def foo; end
Now that we migrated to RBS signature ...
bug
Morriar
- Opened 10 days ago
- #649
Using project assertions with RBI s is common in Tapioca and allowing assert_rbi_exists?( sorbet/rbi/gems/foo@*.rbi )
would be beneficial so that we can omit the version number.
Maybe we can first check ...
KaanOzkan
- 1
- Opened on Oct 15, 2024
- #614
For example:
abc.map( method(xyz))
xyz is identified as unused when it is in fact used through this indirection.
bug
phaselockedloop
- 1
- Opened on Sep 23, 2024
- #606
Running bundle locally on main is causing changes to Gemfile.lock:
spoom main % g diff
diff --git a/Gemfile.lock b/Gemfile.lock
index d0a6850..2cf1a68 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -40,8 ...
bug
andyw8
- 8
- Opened on Mar 20, 2024
- #529
While working on https://github.com/Shopify/spoom/pull/504 I had no choice but to also include private methods as there
is no way to know if a method is public or not currently from a plugin.
deadcode
enhancement
feature
Korri
- Opened on Feb 2, 2024
- #506
Either through ignore_classes_inheriting_from or through another form it would be great if this wasn t limited to a
single level of inheritance.
deadcode
enhancement
feature
Korri
- Opened on Feb 2, 2024
- #505
Adding an --exit-code flag to spoom bump, similar to git diff, which sets an exit code if there are files that can be
bumped will make spoom bump easier to block builds when someone forgot to bump the ...
feature
JamieMagee
- 3
- Opened on Nov 29, 2023
- #489
Describe the bug Spoom ignores the BUNDLE_PATH when trying to bundle exec srb.
To Reproduce Spoom version: 1.2.4
Steps to reproduce the behavior:
1. Set a BUNDLE_PATH
2. Run bundle exec spoom tc
3. ...
bug
notahat
- 3
- Opened on Nov 28, 2023
- #488
Spoom incorrectly displays that a project has removed sorbet
The logic could check if sorbet/config has been introduced again since it s been removed (intro date removal date) and
not populate removal_commit. ...
bug
KaanOzkan
- 1
- Opened on Sep 18, 2023
- #465
Describe the bug
Changelog missing
To Reproduce
In the process of updating this gem in a larger application, try to understand if this will include any breaking or
other changes that we need to be aware ...
documentation
walski
- 2
- Opened on Sep 18, 2023
- #464

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.