Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dhall freeze --cache --all to be idempotent #2500

Merged
merged 1 commit into from
Apr 2, 2023

Conversation

Gabriella439
Copy link
Collaborator

The fix in #2350 introduced a new problem: now dhall freeze --cache --all is not idempotent and will fail if you run it a second time on the same due to trying to resolve the missing import. This change fixes that.

The fix in #2350
introduced a new problem: now `dhall freeze --cache --all` is not
idempotent and will fail if you run it a second time on the same due to
trying to resolve the `missing` import.  This change fixes that.
@Gabriella439 Gabriella439 merged commit 90a674f into master Apr 2, 2023
@Gabriella439 Gabriella439 deleted the gabriella/fix_freeze_cache_all branch April 2, 2023 19:40
locallycompact pushed a commit to locallycompact/dhall-haskell that referenced this pull request Apr 26, 2023
The fix in dhall-lang#2350
introduced a new problem: now `dhall freeze --cache --all` is not
idempotent and will fail if you run it a second time on the same due to
trying to resolve the `missing` import.  This change fixes that.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant