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

export of SChoiceType missing #26

Open
feldob opened this issue Dec 12, 2013 · 1 comment
Open

export of SChoiceType missing #26

feldob opened this issue Dec 12, 2013 · 1 comment

Comments

@feldob
Copy link
Owner

feldob commented Dec 12, 2013

The SChoiceType parameters are not exported, which can lead to failures in mappings. For instance, a type "P" is inherited in a design space by parameter "B.P". The code mapping is bound to "P", not to "B.P"; the rest InPUT takes care of. Now, if SChoiceType is not exported, the "P" mapping is unbound, and so are all parameters "B.P".

@feldob
Copy link
Owner Author

feldob commented Dec 12, 2013

Idea for a temporary workaround: keep the original xml file, and use it instead of the assembly of the model entries in the case of an export. This, because the reassembling in the current solution would require some extra work (later stage).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant