-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Labels
category: adminEditorial changes that do not change the text. https://www.w3.org/policies/process/#class-1Editorial changes that do not change the text. https://www.w3.org/policies/process/#class-1
Description
I get many Bikeshed errors when building index.html from index.bs using compile.sh.
The errors seem mostly (or completely) related to IDL problems. I’m not sure if that’s because there’s a build step I’m missing, or what. I just run compile.sh directly:
$ ./compile.sh
+ BSLOG=bs.log
+ ERRLOG=actual-errs.txt
+ trap 'rm actual-errs.txt' 0
+ bikeshed --print=plain -f spec
+ tee bs.log
WARNING: Multiple elements have the same ID 'dom-decodeerrorcallback-error'.
Deduping, but this ID may not be stable across revisions.
WARNING: Multiple elements have the same ID 'dom-decodesuccesscallback-decodeddata'.
Deduping, but this ID may not be stable across revisions.
LINE 1961: Can't find the 'contextOptions' argument of method 'OfflineAudioContext/constructor(numberOfChannels, length, sampleRate)' in the argumentdef block.
LINE 3056: Can't find the 'destinationNode' argument of method 'AudioNode/connect(destinationParam, output)' in the argumentdef block.
LINE 3056: Can't find the 'input' argument of method 'AudioNode/connect(destinationParam, output)' in the argumentdef block.
LINE 3157: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
LINE 3170: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
LINE 3185: Can't find the 'destinationNode' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
LINE 3185: Can't find the 'input' argument of method 'AudioNode/disconnect(destinationParam, output)' in the argumentdef block.
LINE 10472: Can't find method '['AudioWorkletProcessor/process(inputs, outputs, parameters))']'.
LINE 1435: No 'method' refs found for 'constructor(contextOptions)'.
LINE 1961: No 'method' refs found for 'constructor(contextOptions)'.
LINE 1985: No 'method' refs found for 'constructor(numberOfChannels, length, sampleRate)'.
LINE 2346: No 'method' refs found for 'constructor(options)'.
LINE 4210: No 'method' refs found for 'constructor(context, options)'.
LINE 4672: No 'method' refs found for 'constructor(context, options)'.
LINE 5916: No 'method' refs found for 'constructor(context, options)'.
LINE 6368: No 'method' refs found for 'constructor(context, options)'.
LINE 6481: No 'method' refs found for 'constructor(context, options)'.
LINE 6564: No 'method' refs found for 'constructor(context, options)'.
LINE 6695: No 'method' refs found for 'constructor(context, options)'.
LINE 6958: No 'method' refs found for 'constructor(context, options)'.
LINE 7126: No 'method' refs found for 'constructor(context, options)'.
LINE 7569: No 'method' refs found for 'constructor(context, options)'.
LINE 7683: No 'method' refs found for 'constructor(context, options)'.
LINE 7851: No 'method' refs found for 'constructor(context, options)'.
LINE 7954: No 'method' refs found for 'constructor(context, options)'.
LINE 8046: No 'method' refs found for 'constructor(context, options)'.
LINE 8119: No 'method' refs found for 'constructor(context, options)'.
LINE 8259: No 'method' refs found for 'constructor(context, options)'.
LINE 8640: No 'method' refs found for 'constructor(context, options)'.
LINE 9035: No 'method' refs found for 'constructor(context, options)'.
LINE 9338: No 'method' refs found for 'constructor(context, options)'.
LINE 9470: No 'method' refs found for 'constructor(context, options)'.
LINE 10039: No 'method' refs found for 'constructor(context, name, options)'.
LINK ERROR: No 'idl-name' refs found for 'sequence<unsigned long>'.
<a data-link-type="idl-name" data-lt="sequence<unsigned long>">sequence<unsigned long></a>
LINK ERROR: No 'idl-name' refs found for 'record<DOMString, double>'.
<a data-link-type="idl-name" data-lt="record<DOMString, double>">record<DOMString, double></a>
LINE 10472: No 'method' refs found for 'process(inputs, outputs, parameters))'.
✔ Successfully generated, but fatal errors were suppressed
+ sed 's;^LINE [0-9]*:;LINE:;' bs.log
+ sed -e '$a\'
+ sed 's;^LINE [0-9]*:;LINE:;' expected-errs.txt
+ sed -e '$a\'
+ diff -u - actual-errs.txt
--- - 2020-03-27 11:03:46.989855000 +0900
+++ actual-errs.txt 2020-03-27 11:03:46.983876799 +0900
@@ -40,4 +40,4 @@
LINK ERROR: No 'idl-name' refs found for 'record<DOMString, double>'.
<a data-link-type="idl-name" data-lt="record<DOMString, double>">record<DOMString, double></a>
LINE: No 'method' refs found for 'process(inputs, outputs, parameters))'.
-YAY Successfully generated, but fatal errors were suppressed
+ ✔ Successfully generated, but fatal errors were suppressed
+ exit 1
+ rm actual-errs.txt
Metadata
Metadata
Assignees
Labels
category: adminEditorial changes that do not change the text. https://www.w3.org/policies/process/#class-1Editorial changes that do not change the text. https://www.w3.org/policies/process/#class-1