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

Simplify the way that hashes are evaluated. #96

Merged
merged 1 commit into from
Nov 13, 2022
Merged

Simplify the way that hashes are evaluated. #96

merged 1 commit into from
Nov 13, 2022

Conversation

skx
Copy link
Owner

@skx skx commented Nov 13, 2022

Rather than evaluate their keys every time they are used we only do so once, at parse time, as we should have done from the start.

This involved changing the signature of readExpression, but as a purely internal function that's 100% acceptible.

This closes #95.

Rather than evaluate their keys *every* time they are used
we only do so once, at parse time, as we should have done
from the start.

This involved changing the signature of readExpression, but
as a purely internal function that's 100% acceptible.

This closes #95.
@skx skx merged commit eff9eaa into master Nov 13, 2022
@skx skx deleted the 95-hashes branch November 13, 2022 13:08
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.

hashes are implemented oddly
1 participant