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

Document Dhall support for caching protected imports #1247

Merged
merged 2 commits into from
Aug 25, 2019
Merged

Conversation

Gabriella439
Copy link
Collaborator

Fixes #1234

-- The local cache takes precedence when resolving imports, so changing the
-- original import afterwards will have no affect until you update the hash.
-- From Dhall's point of view, the hash is the true address and the file path
-- is just a suggestion for how to obtain the import if it's not already cached.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's good to see the relative importance of the hash and the file path spelled out like that! 👍

@mergify mergify bot merged commit 0b3dae7 into master Aug 25, 2019
@mergify mergify bot deleted the gabriel/cache_hit branch August 25, 2019 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tutorial section "Import integrity" differs from observed behavior
2 participants