Handle missing structure in TableStruct parameter_info#454
Merged
andlaus merged 2 commits intomercedes-benz:mainfrom Mar 9, 2026
Merged
Handle missing structure in TableStruct parameter_info#454andlaus merged 2 commits intomercedes-benz:mainfrom
andlaus merged 2 commits intomercedes-benz:mainfrom
Conversation
Mirror behavior from TableStructParameter encode/decode methods, where a table row can point to either a structure or DOP. This was not reflected in the parameterinfo.
b32db12 to
c5f604d
Compare
Member
|
looks good. before I can merge it, you need to sign the CLA and reformat the code so that the automated style police is happy (just run the |
Author
|
Hi @andlaus. I ran the formatting script and pushed the changes, hope everything is fine now. :) I'm however seeing an issue when I try to sign the CLA. Here is the error I see, when I follow the link:
Could you support me with this? Not sure, whether I'm doing something wrong. |
Member
|
ok, the bot broke. anyway, the change is pretty trivial, so I'll merge. thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Mirror behavior from TableStructParameter encode/decode methods, where a table row can point to either a structure or DOP. This was not reflected in the parameterinfo.