Skip to content

Commit

Permalink
Stop ignoring irb in RBI generation
Browse files Browse the repository at this point in the history
Since
sorbet/sorbet@2f9fbc2
superclass mismatch between IRB's tapioca generated RBIs and the sorbet payload can be resolved by using the new
flag with the appropriate class name,
`--suppress-payload-superclass-redefinition-for=Foo`. This flag can be
added to sorbet/config.yml for convenience.
  • Loading branch information
KaanOzkan committed Feb 27, 2024
1 parent e82deb4 commit 971c6a2
Show file tree
Hide file tree
Showing 2 changed files with 3,424 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tapioca/gemfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ def spec_lookup_by_file_path
"sorbet-runtime",
"sorbet-static-and-runtime",
"debug",
"irb",
"fakefs",
].freeze,
T::Array[String],
Expand Down
Loading

0 comments on commit 971c6a2

Please sign in to comment.