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

Type inference ignores generic arguments #1551

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

gzanitti
Copy link
Collaborator

@gzanitti gzanitti commented Jul 9, 2024

This PR solves issue #1550

@gzanitti gzanitti linked an issue Jul 9, 2024 that may be closed by this pull request
#[test]
fn generics_preservation() {
let f = "asm/generics_preservation.asm";
verify_asm(f, Default::default());
Copy link
Collaborator Author

@gzanitti gzanitti Jul 9, 2024

Choose a reason for hiding this comment

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

Is there anything else to take out of here? Or maybe I should remove/move the test somewhere else?

Copy link
Member

Choose a reason for hiding this comment

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

I think we don't really have good tests for assembly apart from the pipeline tests. You can see if you can find a better place also for future tests

@chriseth chriseth added this pull request to the merge queue Jul 9, 2024
Merged via the queue into powdr-labs:main with commit 50c35fa Jul 9, 2024
6 checks passed
@gzanitti gzanitti deleted the generic_arguments_ignored branch July 9, 2024 13:04
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.

Type inference ignores generic arguments
2 participants