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
I would be useful if we were able to configure whether the "refresh" outcome of expand could be turned off or result in a failure.
I specifically have a setup where I'd rather have a missing .expanded.rs file trigger a test failure and not create the expanded file for me. I like that the file could be created for me, but I'd prefer if it was only when I specifically ask for it.
A possible solution is simply adding another method that doesn't create expanded files when they are missing, simply failing instead:
I would be useful if we were able to configure whether the "refresh" outcome of
expand
could be turned off or result in a failure.I specifically have a setup where I'd rather have a missing
.expanded.rs
file trigger a test failure and not create the expanded file for me. I like that the file could be created for me, but I'd prefer if it was only when I specifically ask for it.A possible solution is simply adding another method that doesn't create expanded files when they are missing, simply failing instead:
The text was updated successfully, but these errors were encountered: