oasis-tcs / csaf

OASIS CSAF TC: Supporting version control for Work Product artifacts developed by members of TC, including prose specifications and secondary artifacts like meeting minutes and productivity code
https://github.com/oasis-tcs/csaf
Other
152 stars 40 forks source link

Check code blocks for correct syntax #787

Open tschmidtb51 opened 2 months ago

tschmidtb51 commented 2 months ago

@mprpic found in #781 some incorrect brackets. We need to check all code blocks for the correct syntax and inconsistency.

sthagen commented 1 month ago

As discussed during editor meeting today, the brackets were correct before (schema not instance), right? My current position on verifying schema code blocks (with the comment ellipsis hacks to provide focus) is to visually inspect every time there is a change and to compare with the JSON Schema artifact source.

When verifying code blocks we must take the intended perspective, as there is JSON instance code and JSON Schema code.

tschmidtb51 commented 1 month ago

@sthagen We should discuss (and document) in our next meeting how we want to deal with indent and commas.