-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Dead link to documentation from error-message #8167
Copy link
Copy link
Closed
Labels
A:error-unhelpfulThe error message you observe is not helpful to identify the problemThe error message you observe is not helpful to identify the problemcategory:bugSomething isn't workingSomething isn't workingcategory:documentationissues relating to documentationissues relating to documentation
Milestone
Description
Describe the bug
The links to error codes are dead. Here on the example of unbalanced_delimiter. The same happens to nu::parser::unknown_flag for example.
How to reproduce
- Generate
nu::parser::unbalanced_delimitererror by executingls | get name}in nu. - Click on the link in the error message. For me that is https://docs.rs/nu-parser/0.76.0/nu_parser/enum.ParseError.html#variant.Unbalanced
- Observe the error "The requested version does not exist no such version for this crate " in you browser
Expected behavior
See no link at all OR get a working link with some info to that specific error.
Screenshots
Configuration
version | transpose key value | to md --pretty
| key | value |
|---|---|
| version | 0.76.0 |
| branch | |
| commit_hash | |
| build_os | linux-x86_64 |
| build_target | x86_64-unknown-linux-gnu |
| rust_version | rustc 1.67.1 (d5a82bbd2 2023-02-07) |
| rust_channel | stable-x86_64-unknown-linux-gnu |
| cargo_version | cargo 1.67.1 (8ecd4f20a 2023-01-10) |
| pkg_version | 0.76.0 |
| build_time | 2023-02-22 14:55:34 +01:00 |
| build_rust_channel | release |
| features | database, default, trash, which, zip |
| installed_plugins |
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A:error-unhelpfulThe error message you observe is not helpful to identify the problemThe error message you observe is not helpful to identify the problemcategory:bugSomething isn't workingSomething isn't workingcategory:documentationissues relating to documentationissues relating to documentation

