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
This would replace Utils.dooFilesForClasspath, and have several advantages:
Enable generic Gradle caching
Avoid creating temporary files that may not be expediently cleaned up
Improve error messages if a dependent .doo file isn't compatible
a. (e.g. instead of Cannot load /var/folders/cs/z5tb8wc94x5bxs_6b5f47p7h0000gr/T/producer.jar13109622396527853296.doo..., something like Cannot load build/dafny/dependencies/producer.doo...)
The text was updated successfully, but these errors were encountered:
This would replace
Utils.dooFilesForClasspath
, and have several advantages:a. (e.g. instead of
Cannot load /var/folders/cs/z5tb8wc94x5bxs_6b5f47p7h0000gr/T/producer.jar13109622396527853296.doo...
, something likeCannot load build/dafny/dependencies/producer.doo...
)The text was updated successfully, but these errors were encountered: