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

Select main composite to build dialog appears when it shouldn't #135

Open
natashadsilva opened this issue Dec 3, 2020 · 0 comments
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@natashadsilva
Copy link
Member

If I have an SPL file with only one runnable composite and multiple helper composites, the Build actions should not prompt me to choose which composite to build since there is only one executable.
For example:

composite Main{
 graph
   stream<int32 abc> m = myhelper(){
 }
}

composite myhelper(output m){
//not executable
}

I am asked to choose between Main and myhelper, whereas Main is the only executable composite. If you choose myhelper, the build fails:
CDISP0522E ERROR: For the myhelper main composite, inputs or outputs must not be specified and all the parameters must have defaults.

@queeniema queeniema self-assigned this Dec 9, 2020
@queeniema queeniema added the bug Something isn't working label Dec 9, 2020
@queeniema queeniema added this to the vNext milestone Dec 9, 2020
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
None yet
Development

No branches or pull requests

2 participants