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

chore: use unimplemented! instead of todo! in eval.rs #110

Merged

Conversation

DoTheBestToGetTheBest
Copy link
Contributor

No description provided.

@DaniPopes
Copy link
Member

Thanks for the PR! However these match arms are not actually to-do, we want to fail regardless because they're not supported. Would you mind changing this PR to replace todo!() with unimplemented!()?

@DoTheBestToGetTheBest
Copy link
Contributor Author

Thanks for the PR! However these match arms are not actually to-do, we want to fail regardless because they're not supported. Would you mind changing this PR to replace todo!() with unimplemented!()?

sure

crates/sema/src/eval.rs Outdated Show resolved Hide resolved
@DaniPopes DaniPopes changed the title evaluate array expression chore: use unimplemented! instead of todo! in eval.rs Nov 14, 2024
@DaniPopes DaniPopes enabled auto-merge (squash) November 14, 2024 08:51
@DaniPopes DaniPopes merged commit a834198 into paradigmxyz:main Nov 14, 2024
11 checks passed
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.

2 participants