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

Missing substitution of qualified enumeration literals in conditions #346

Closed
treiher opened this issue Jul 16, 2020 · 0 comments · Fixed by #358
Closed

Missing substitution of qualified enumeration literals in conditions #346

treiher opened this issue Jul 16, 2020 · 0 comments · Fixed by #358
Assignees
Labels
bug pyrflx Related to pyrflx package (Legacy Python API)

Comments

@treiher
Copy link
Collaborator

treiher commented Jul 16, 2020

Example

with Foo;

package Test is

   type Message is
      message     
         A : Foo.T   
            then null   
               if A = Foo.E1; 
      end message;

end Test;
package Foo is

   type T is (E1, E2) with Size => 8;

end Foo;
@treiher treiher added bug pyrflx Related to pyrflx package (Legacy Python API) labels Jul 16, 2020
@treiher treiher added this to To do in RecordFlux 0.4.1 via automation Jul 16, 2020
@treiher treiher self-assigned this Jul 17, 2020
@treiher treiher moved this from To do to In progress in RecordFlux 0.4.1 Jul 17, 2020
treiher added a commit that referenced this issue Jul 20, 2020
treiher added a commit that referenced this issue Jul 20, 2020
treiher added a commit that referenced this issue Jul 20, 2020
RecordFlux 0.4.1 automation moved this from In progress to Done Jul 21, 2020
treiher added a commit that referenced this issue Jul 21, 2020
@treiher treiher mentioned this issue Jul 22, 2020
4 tasks
treiher added a commit that referenced this issue Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug pyrflx Related to pyrflx package (Legacy Python API)
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant