-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Labels
communicationIssues used for communicating with Bikeshed's usersIssues used for communicating with Bikeshed's users
Description
(This thread documents the updates in comments; this original comment always reflects the latest version.)
Version 5.3.3
- The rules for dfn type inference weren't actually tested, but the inference is non-trivial, so I added some tests to make sure they worked right. Also added some error messages to catch some inference situations that are probably mistakes (trying to dfn something like
<foo()>
, which gets incorrectly inferred to be atype
, not afunction
). - Fixed biblio.json is looked up in the current directory as opposed to the same directory as the spec file #1443, where a local
biblio.json
was looked up in the current working directory rather than in the spec's directory, how all other locals are handled. - Updated a bunch of dependencies.
- Fixed Need to use SafeText for autolink internal text #3079, where using angle brackets in the "data" portion of an autolink, and no "visible text" portion, would format those brackets incorrectly;
[=parse a <syntax>=]
would output as<a ...>parse a <syntax></a>
, which is obviously wrong.
Metadata
Metadata
Assignees
Labels
communicationIssues used for communicating with Bikeshed's usersIssues used for communicating with Bikeshed's users