Skip to content

Flows in Subprogram Groups #1563

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

Closed
joeseibel opened this issue Oct 2, 2018 · 1 comment
Closed

Flows in Subprogram Groups #1563

joeseibel opened this issue Oct 2, 2018 · 1 comment

Comments

@joeseibel
Copy link
Contributor

The standard specifies that subprogram groups cannot have flows, yet the grammar allows flows in subprogram group types. The following model should produce an error:

package Test
public
  subprogram group sg
    features
      f: feature;
    flows
      src: flow source f;
  end sg;
end Test;

The grammar already prevents flows in subprogram group implementations.

@lwrage
Copy link
Contributor

lwrage commented Mar 7, 2021

Fixed in 17ac6cf

@lwrage lwrage closed this as completed Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants