question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docs: semver page not working

See original GitHub issue

Describe the bug

The page dedicated to the semver module https://deno.land/std@0.167.0/semver/mod.ts isn’t working on the official STD documentation website.

It shows this error: CleanShot 2022-12-09 at 14 15 29@2x

It seems like it broke in v0.167.0 (the previous version works fine)

Steps to Reproduce

  1. visit https://deno.land/std@0.167.0/semver/mod.ts

or

  1. go to https://deno.land/std@0.167.0?doc
  2. click on semver

Expected behavior

The documentation page should be accessible like in version 0.166.0 https://deno.land/std@0.166.0/semver/mod.ts

Issue Analytics

  • State:closed
  • Created 9 months ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
raspocommented, Dec 9, 2022

Thank you @lino-levan for the prompt response and sorry if I opened the issue in the wrong place. To be honest, it wasn’t very clear to me which project controls the API docs since it seems to be mostly auto-generated and the older version worked, so this led me here…

0reactions
lino-levancommented, Dec 9, 2022

No worries, I think it’s not super well obvious unless you’ve been in the community for a little bit. Thanks for reporting the bug!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Applying Semantic Versioning to documentation #609 - GitHub
The problem I see with SemVer in regards to documentation updates is that the specification requires a fully-documented API, but doesn't specify how ......
Read more >
Semantic Versioning 2.0.0 | Semantic Versioning
Semantic Versioning 2.0.0. Summary. Given a version number MAJOR.MINOR.PATCH, increment the: MAJOR version when you make incompatible API changes ...
Read more >
How to semver versioning documentation update?
It depends on the documentation changes. It's likely that you have a patch level change, provided you didn't suddenly say something like ...
Read more >
Using semver — python-semver 2.13.0 documentation
The semver.org page is the authoritative specification of how semantic versioning is defined. ... It's not a special version object like the semver....
Read more >
Is it okay to use a patch version in semver when updating ...
Adding or changing public API documentation to a package changes the package content, so you have to make a new version - see...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found