WebAudio / web-audio-api

The Web Audio API v1.0, developed by the W3C Audio WG
https://webaudio.github.io/web-audio-api/
Other
1.04k stars 165 forks source link

Bikeshed failures #2349

Closed rtoy closed 3 years ago

rtoy commented 3 years ago

Describe the issue

There are new bikeshed failures noted by Travis CI:

LINK ERROR: No 'idl' refs found for 'MediaStream'.
{{MediaStream}}
LINK ERROR: No 'idl' refs found for 'MediaStreamTrack'.
{{MediaStreamTrack}}
LINK ERROR: No 'idl-name' refs found for 'MediaStream'.
<a data-link-type="idl-name" data-lt="MediaStream">MediaStream</a>
LINK ERROR: No 'idl-name' refs found for 'MediaStreamTrack'.
<a data-link-type="idl-name" data-lt="MediaStreamTrack">MediaStreamTrack</a>
LINK ERROR: No 'idl' refs found for 'MediaDevices'.
{{MediaDevices}}

Where Is It

See the logs at https://travis-ci.com/github/WebAudio/web-audio-api/builds/227784690Provide

Additional Information

This wasn't happening a couple of weeks ago.

rtoy commented 3 years ago

Talked to @tabatkins about this. It an issue in bikeshed handling some changes in ReSpec docs.

tabatkins commented 3 years ago

Yeah this is an accidental collision of the way Bikeshed's spec-spider harvests definitions and a recent change to how ReSpec formats its definitions. Looking into it, no action required (or really possible) on your part, it'll fix itself automatically when we resolve this.

rtoy commented 3 years ago

I think the bikeshed issues are fixed now. I don't see the warnings anymore after updating the bikeshed to the latest released version when I build the spec locally.

rtoy commented 3 years ago

Yep. Definitely fixed, as shown by the successful merges of #2348 and #2354.

Thanks @tabatkins