You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly if we run into a superclass redefinition error we can populate sorbet/config with --suppress-payload-superclass-redefinition-for=ConstantName to prevent typecheck errors.
We probably will want to update the payload as well so this should still inform the user about the mismatch that's happening instead of fixing it silently.
The text was updated successfully, but these errors were encountered:
We already typecheck resulting RBIs to convert strictness to false:
tapioca/lib/tapioca/helpers/rbi_files_helper.rb
Line 86 in ba2951e
Similarly if we run into a superclass redefinition error we can populate
sorbet/config
with--suppress-payload-superclass-redefinition-for=ConstantName
to prevent typecheck errors.We probably will want to update the payload as well so this should still inform the user about the mismatch that's happening instead of fixing it silently.
The text was updated successfully, but these errors were encountered: