Skip to content

Release Notes #1773

@tabatkins

Description

@tabatkins

(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 a type, not a function).
  • 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

No one assigned

    Labels

    communicationIssues used for communicating with Bikeshed's users

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions