- From: Adam Rice <notifications@github.com>
- Date: Thu, 15 Feb 2018 13:53:09 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 15 February 2018 13:53:32 UTC
The arguments to methods and abstract operations are marked up with
Bikeshed `<var>` tags, but the actual algorithms are marked up using
emu-algify. Bikeshed does not recognize the uses of the arguments within
the emu-algify blocks, and so warns that the `<var>`s were only used once.
Use the "ignore" parameter on affected `<var>` tags to suppress the
warning. It is only used on `<var>` tags that actually trigger the
warning, as the benefit of having the other `<var>` tags checked outweighs
the potential benefit of consistency.
This change eliminates all current Bikeshed warnings.
No functional or visible changes.
Fixes #869.
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/streams/pull/883
-- Commit Summary --
* Suppress Bikeshed warnings about <vars> used once
-- File Changes --
M index.bs (42)
-- Patch Links --
https://github.com/whatwg/streams/pull/883.patch
https://github.com/whatwg/streams/pull/883.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/883
Received on Thursday, 15 February 2018 13:53:32 UTC