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
Issue #340 showed a bug that happened at epoch20 but not at the latest one.
It seems that the typechecker phase runs two different versions of the typechecker depending if epoch >= 2.1, as we can see in the run_analysis function.
We should add new steps to our current tests to make sure that it works with both versions of the typechecker.
We should also investigate if the clarity version can provoke bugs too.
The text was updated successfully, but these errors were encountered:
@Acaccia I think it’s not necessary to test earlier epochs, since clarity-wasm will not be active until later epochs (currently set to 3.0). It is important to test the different Clarity versions, that is what we are already doing. Don’t you think?
Issue #340 showed a bug that happened at epoch20 but not at the latest one.
It seems that the typechecker phase runs two different versions of the typechecker depending if epoch >= 2.1, as we can see in the
run_analysis
function.We should add new steps to our current tests to make sure that it works with both versions of the typechecker.
We should also investigate if the clarity version can provoke bugs too.
The text was updated successfully, but these errors were encountered: