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

List of Unsupported Features in HazardFlow #53

Open
minseongg opened this issue Oct 31, 2024 · 0 comments
Open

List of Unsupported Features in HazardFlow #53

minseongg opened this issue Oct 31, 2024 · 0 comments
Labels
announcement bug Internal compiler error in HazardFlow

Comments

@minseongg
Copy link
Member

minseongg commented Oct 31, 2024

The current HazardFlow compiler has some unimplemented features, which may cause internal compiler errors.

If you encounter any compiler bugs, please refer to the issues listed below and follow the suggested alternative solutions.

Cause Issue Resolved?
Using mutable variables #30 Not yet
Using the clog2() function outside of const generics #33 Not yet
Using return statement explicitly in the end of function #33 Resolved in kaist-cp/hazardflow@4e300af
Using into method #33 Not yet
Using default method which implemented in core #94 Not yet
Using function variable in the application logic #72 Not yet
Using _ arm in the match expression not placed in last #76 Not yet
Using todo!() in the application logic #59, #85 Not yet
Using Rust's map method for arrays ([T; N]) #86 Not yet

If the bug you encountered is not listed above, please open a new issue. Sorry for the inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
announcement bug Internal compiler error in HazardFlow
Projects
None yet
Development

No branches or pull requests

1 participant