error-handling
Here are 1,133 public repositories matching this topic...
-
Updated
Sep 11, 2021 - Shell
-
Updated
Mar 25, 2021 - JavaScript
-
Updated
Sep 15, 2021 - C#
-
Updated
Sep 1, 2021 - C#
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
Sep 16, 2021 - PHP
-
Updated
Jun 9, 2020 - Java
-
Updated
Sep 14, 2018 - Swift
-
Updated
Aug 30, 2021 - JavaScript
-
Updated
Jul 30, 2021 - Go
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Apr 7, 2021 - Go
-
Updated
Sep 17, 2021 - PHP
If a Snafu
derive has accidentally been left in an enum definition, the error: Only struct-like and unit enum variants are supported
error can be confusing, because it points only to the offending variant, not to the Snafu
derive, and the message doesn't mention snafu
at all.
Please consider making that error a little more specific; say:
error: Snafu supports only struct-like an
-
Updated
Mar 15, 2019 - Go
-
Updated
Sep 15, 2021 - TypeScript
This case should just be passed directly to the parent handler
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Sep 1, 2021 - TypeScript
-
Updated
Jul 20, 2021 - Python
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Sep 9, 2021 - PHP
Allowing dynamic list of spans to provide highlights you can be good for using miette to wrap tools like TypeScript (tsc).
Looking at the source code, maybe Vec<SourceSpan>
might not cut it, but introducing a new LabelledSourceSpan
and allowing everything that is Into<Vec<LabelledSourceSpan>>
could also make sense.
What do you think?
-
Updated
Sep 11, 2021 - JavaScript
-
Updated
Jan 30, 2019 - Java
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Mar 1, 2020 - Python
Improve this page
Add a description, image, and links to the error-handling topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the error-handling topic, visit your repo's landing page and select "manage topics."
Package version eg. v9, v10:
Issue, Question or Enhancement:
Golangci-lint (https://github.com/golangci/golangci-lint) comes with a errorlint linter (https://github.com/polyfloyd/go-errorlint). When I switched it on, I got this issue f