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

Refactor: re-order consts to avoid mutual recursive uses #137

Merged

Conversation

geonnave
Copy link
Collaborator

@geonnave geonnave commented Nov 15, 2023

This is currently a requirement of hax, which for now does not implement mutually recursive definitions. In practice the change re-orders some consts and flattens the consts and structs modules.

@geonnave
Copy link
Collaborator Author

As of the current change, it doesn't complain about the consts ordering anymore.

On the other hand, this now hits one bug with hax, which I tracked here, and according to @W95Psp might be addressed today.

@geonnave geonnave merged commit 06e6e1f into openwsn-berkeley:main Nov 15, 2023
@geonnave geonnave deleted the avoid-recursive-calls-on-consts branch November 15, 2023 15:59
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.

1 participant