AOMediaCodec / av1-isobmff

Official specification of the AOM group for the carriage of AV1 in ISOBMFF
https://AOMediaCodec.github.io/av1-isobmff
64 stars 16 forks source link

wrapping normative statements with assert elements #145

Closed cconcolato closed 2 years ago

cconcolato commented 2 years ago

From the Bikeshed documentation:

Bikeshed recognizes a fake element named for marking "assertions" that tests can refer to. In the generated output, this is converted to a with a unique ID generated from its contents, like issues (described above). This ensures that you have a unique ID that won’t change arbitrarily, but will change when the contents of the assertion change, making it easier to tell when a test might no longer be testing the assertion it points to (because it’s no longer pointing to a valid target at all!).

Wrapping normative statements into assert is not always straightforward, but if we agree on the result, we can then rely on the generated IDs to name test files.


Preview | Diff

cconcolato commented 2 years ago

The above generates 111 unique IDs.