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

Add support for String parameters #3

Open
alorence opened this issue Feb 25, 2014 · 0 comments
Open

Add support for String parameters #3

alorence opened this issue Feb 25, 2014 · 0 comments
Assignees

Comments

@alorence
Copy link
Contributor

For the moment, instances with String arguments are not managed correctly when the design is run in Jade.

For example, in orc-apps/HelloWorld/Example, instances CopyTokenA and CopyTokenB have an argument name set to respectively "first" and "second".
In the corresponding actor CopyTokens, there is a parmater String name used in the println.

When this design is run in Jade, here is the output:

Producer (0)
Producer (1)
Producer (2)
LLVM ERROR: Could not resolve external global address: CopyTokenA_name

The parameters of type String are simply ignored by Jade.

@alorence alorence self-assigned this Feb 25, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant