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

[TASK] Improve bytes Inference #88

Closed
1 task
iamrecursion opened this issue Sep 14, 2023 · 1 comment · Fixed by #90
Closed
1 task

[TASK] Improve bytes Inference #88

iamrecursion opened this issue Sep 14, 2023 · 1 comment · Fixed by #90
Labels
enhancement New feature or request

Comments

@iamrecursion
Copy link
Contributor

Description

There are some patterns that are seen in slots holding strings or bytes that we do not currently account for. This means that we output a conflict in cases where we should be able to infer bytes.

Spec

  • Improve this by being more permissive but still accurate.
@iamrecursion iamrecursion added the enhancement New feature or request label Sep 14, 2023
@iamrecursion
Copy link
Contributor Author

iamrecursion commented Sep 14, 2023

The indelible.rs test is a good example of places we could do better in, as is kakigori.rs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant