Try without runtime

This commit is contained in:
Douglas Eichelberger 2025-09-07 19:53:22 -07:00
parent 556f71d7bb
commit c2cc855035
No known key found for this signature in database
GPG Key ID: F90193CBD547EB81

View File

@ -34,7 +34,8 @@ module Cask
T::Hash[Symbol, String],
)
sig { returns(T::Hash[Symbol, T.any(LazyObject, String)]) }
# runtime recursive evaluation forces the LazyObject to be evaluated
T::Sig::WithoutRuntime.sig { returns(T::Hash[Symbol, T.any(LazyObject, String)]) }
def self.defaults
{
languages: LazyObject.new { ::OS::Mac.languages },