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

Add a way for running the tests with different epoch/clarity versions #342

Open
Acaccia opened this issue Feb 19, 2024 · 0 comments
Open
Labels
Milestone

Comments

@Acaccia
Copy link
Collaborator

Acaccia commented Feb 19, 2024

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.

@smcclellan smcclellan added this to the WASM Phase 1 milestone Mar 12, 2024
@smcclellan smcclellan modified the milestones: WASM Phase 1, WASM Phase 3 Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Status: 📋 Backlog
Development

No branches or pull requests

2 participants