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

be/jvm: fix creating tagging code for non-instantiated features #1910

Conversation

michaellilltokiwa
Copy link
Member

tagging code for never instantiated features has to be created currently. so the assumption for the check is false.
e.g.:

a : choice b c is
d a := b  # c is never instantiated

e a is
  match d
     b => ...
     c0 c => c0 # but tagging code is created here

@maxteufel maxteufel merged commit db14a63 into tokiwa-software:main Aug 28, 2023
4 checks passed
@michaellilltokiwa michaellilltokiwa deleted the be_jvm_fix_creating_tagging_code_non_instantiated_features branch October 11, 2023 08:55
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.

None yet

2 participants