You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a case where we have the same SHALL statements that we would like to have <assert> around, but in multiple sections. Currently these generate the same assert ID, but we would ideally want to be able to add a context to the assert so that we get a different ID for each section.
What's the best way of doing this? Can we add some kind of hidden context to the text that does not show up?
Yeah, a for attribute (and an assert-for you can put on an ancestor, which'll carry down into any asserts) that gets included in the hash generation seems like the most straightforward way to handle this.
We have a case where we have the same SHALL statements that we would like to have
<assert>
around, but in multiple sections. Currently these generate the same assert ID, but we would ideally want to be able to add a context to the assert so that we get a different ID for each section.What's the best way of doing this? Can we add some kind of hidden context to the text that does not show up?
AOMediaCodec/av1-avif#299
The text was updated successfully, but these errors were encountered: