Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Bikeshed issues #5

Closed
Ethan-Arrowood opened this issue Aug 23, 2023 · 2 comments
Closed

Fix Bikeshed issues #5

Ethan-Arrowood opened this issue Aug 23, 2023 · 2 comments

Comments

@Ethan-Arrowood
Copy link

When building the spec using bikeshed command I get the following output:

bikeshed
LINE 71: The heading 'readable attribute' needs a manually-specified ID.
LINE 275: The heading 'AnySocketAddress type' needs a manually-specified ID.
LINE 118: The heading 'closed attribute' needs a manually-specified ID.
LINE 102: The heading 'writable attribute' needs a manually-specified ID.
LINE 238: The heading 'SocketOptions dictionary' needs a manually-specified ID.
WARNING: Multiple elements have the same ID 'starttls-method'.
Deduping, but this ID may not be stable across revisions.
WARNING: Multiple elements have the same ID 'binding-object'.
Deduping, but this ID may not be stable across revisions.
WARNING: Multiple elements have the same ID 'connect'.
Deduping, but this ID may not be stable across revisions.
LINK ERROR: No 'method' refs found for 'connect' with spec 'html'.
{{connect}}
LINK ERROR: No 'idl' refs found for 'starttls()'.
{{starttls()}}
LINT: Unexported dfn that's not referenced locally - did you mean to export it?
<dfn data-dfn-type="dfn" id="securetransport" data-lt="secureTransport" data-noexport="by-default">secureTransport<a href="#securetransport" class="self-link"></a></dfn>
<dfn data-dfn-type="dfn" id="securetransport" data-lt="secureTransport" data-noexport="by-default">secureTransport<a href="#securetransport" class="self-link"></a></dfn>
LINT: Unexported dfn that's not referenced locally - did you mean to export it?
<dfn data-dfn-type="dfn" id="allowhalfopen" data-lt="allowHalfOpen" data-noexport="by-default">allowHalfOpen<a href="#allowhalfopen" class="self-link"></a></dfn>
<dfn data-dfn-type="dfn" id="allowhalfopen" data-lt="allowHalfOpen" data-noexport="by-default">allowHalfOpen<a href="#allowhalfopen" class="self-link"></a></dfn>
LINT: Unexported dfn that's not referenced locally - did you mean to export it?
<dfn data-dfn-type="dfn" id="socketaddress" data-lt="SocketAddress" data-noexport="by-default">SocketAddress<a href="#socketaddress" class="self-link"></a></dfn>
<dfn data-dfn-type="dfn" id="socketaddress" data-lt="SocketAddress" data-noexport="by-default">SocketAddress<a href="#socketaddress" class="self-link"></a></dfn>
 ✔  Successfully generated, with 2 linking errors

We should take some time and fix up theses various warnings/issues.

@Ethan-Arrowood
Copy link
Author

speced/bikeshed#2654

Figured out one of our issues is actually a bug 🐛

@Ethan-Arrowood
Copy link
Author

closed by #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant