Fix: Actually call ValidateOptions#8665
Conversation
|
hey @aardappel could I get a quick LGTM? :D |
|
the change to the CMakeLists.txt is a duplicate of #8580 -- Happy to let that one go in and remove from this one. |
|
Indeed I merged #8580 first, since its nice to recognize their change. |
|
Looks like this changes generated code which will need to be added to the PR. |
e211c2f to
608cef1
Compare
608cef1 to
dc8799d
Compare
|
I am mildly confused how a one liner in the cpp changes generated code.. I have rebased on the tip of master with my single commit. |
looks like some of the validation logic is no longer true/valid anymore..? I can probably try to spend some time hunting this down but will take me a bit as it will delve into parts of the code I'm not yet familiar with. |
|
alright, I just removed the |
|
Yes, I guess these problems were apparently not checked for. |
928f447 to
21f55e2
Compare
|
changed error to warn and simplified the nesting a bit |
|
Ok, looks good now, thanks! |
Hello!
I was working on my wireshark dissector generator PR #8576 and noticed that a validation function was not being ran -- looking through the history, it seems that in commit 641fbe4 the validation logic was moved to a function, but that function wasn't ever set to be called. This fixes this up and re-adds this dead function back into production.
Thanks,
Justin