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
failIfNotFullyCacheable: true should be the default behavior and failIfNotFullyCacheable: false should be the exception.
If a user forgets to configure failIfNotFullyCacheable: true they will have a false sense of security thinking their build is optimized when it may not be.
This would be a breaking change, but only if failIfNotFullyCacheable is not already configured and the user's build has cache misses. It's reasonable to assume those cases are a misconfiguration.
The text was updated successfully, but these errors were encountered:
failIfNotFullyCacheable: true
should be the default behavior andfailIfNotFullyCacheable: false
should be the exception.If a user forgets to configure
failIfNotFullyCacheable: true
they will have a false sense of security thinking their build is optimized when it may not be.This would be a breaking change, but only if
failIfNotFullyCacheable
is not already configured and the user's build has cache misses. It's reasonable to assume those cases are a misconfiguration.The text was updated successfully, but these errors were encountered: