-
Notifications
You must be signed in to change notification settings - Fork 9
candidate fix for https://github.com/Chia-Network/clvm_tools/issues/83 #65
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resolves the issue for me
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's really hard to review with all the clippy warnings. Did you add a unit test to cover this issue? There's quite a lot of new code, so I would expect we need more than one new test case to cover it.
Apologies, merged up the clippy branch so these shouldn't be as noisy. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really think there should be a test demonstrating the issue with the old code and demonstrating that the new code yields the correct result.
The problem here is that the issue is it runs very slowly. |
how would everyone feel about a queryable cache hit metric that can be checked after compilation? (as a test) |
You're saying this is fixing a performance issue, not a correctness issue? Reading the ticket you refer to in the title ( Chia-Network/clvm_tools#83 ) it seems to be talking about mis-compilation (which I would expect it would be easy to unit test) |
oh, I see that's also in the |
ahh sorry, was thinking of the other one |
…issue: a fancy way of doing 'ident' on an un-destructured module argument. the expected result is the full env we give
This comment is a test of my filtering change to prioritize messages from this repo. |
No description provided.