-
Notifications
You must be signed in to change notification settings - Fork 56
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
Instance expansion buggy when using a mix of list unrolling and "normal" #390
Comments
I think the instance handling code as of today has some limitations. Looking at https://covesa.github.io/vehicle_signal_specification/rule_set/instances/ one can see that two "types" of instance declarations:
If you use something else you can unfortunately get unexpected results. Like in your case when
As long as we only intend to support |
I fixed it in the referenced PR that supports that case, so should be fine in the long run if we wanna go with it. |
Found while doing #382. Not sure if we should try to fix it though if we want to go with #382.
Test vspec:
Expected:
Actual:
The text was updated successfully, but these errors were encountered: