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

Re-allow retyping for variables that are not bound by any function #299

Open
nielstron opened this issue Dec 30, 2023 · 0 comments
Open
Labels
bb: medium Medium issue according to bug bounty categorization bug bounty This issue is prized out as part of the Bug Bounty Program enhancement New feature or request

Comments

@nielstron
Copy link
Contributor

nielstron commented Dec 30, 2023

Starting from 8c2d321 it is generally not allowed to change the type of variables anymore. This can be relaxed to apply only to variables that are not bound by functions, which is the only place the retyping could cause trouble. Moreover. even variables that are bound by functions may be allowed to change type if the types can be bound into a union.

Bug bounty: 1500 ADA

@nielstron nielstron added the enhancement New feature or request label Jan 2, 2024
@nielstron nielstron added bug bounty This issue is prized out as part of the Bug Bounty Program bb: medium Medium issue according to bug bounty categorization labels Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bb: medium Medium issue according to bug bounty categorization bug bounty This issue is prized out as part of the Bug Bounty Program enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant