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 namespace prefix in C++ function parameter types #318

Closed
bocchino opened this issue Aug 29, 2023 · 0 comments · Fixed by #321
Closed

Missing namespace prefix in C++ function parameter types #318

bocchino opened this issue Aug 29, 2023 · 0 comments · Fixed by #321
Assignees
Labels
bug Something isn't working

Comments

@bocchino
Copy link
Collaborator

Here is a test case:

module M { port P(s: string) }

passive component C {

  output port p: M.P

}

In the C++ code for the component, the namespace prefix M:: doesn't make it into the type of the parameter of p_out.

@bocchino bocchino added the bug Something isn't working label Aug 29, 2023
@bocchino bocchino self-assigned this Aug 29, 2023
@bocchino bocchino added this to the C++ Unit Test Code milestone Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

1 participant