-
Updated
Nov 16, 2020 - C++
stacktrace
Here are 126 public repositories matching this topic...
-
Updated
Nov 22, 2020 - Ruby
-
Updated
Nov 24, 2018 - Java
-
Updated
Mar 15, 2019 - Go
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Aug 26, 2018 - Go
-
Updated
Nov 19, 2020 - C++
-
Updated
Oct 15, 2020 - PHP
-
Updated
Nov 23, 2020 - TypeScript
-
Updated
May 25, 2020 - JavaScript
-
Updated
Oct 22, 2019 - JavaScript
-
Updated
Jan 20, 2019 - Pascal
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Sep 2, 2020 - TypeScript
-
Updated
Oct 4, 2020 - Go
-
Updated
Feb 18, 2020 - Python
-
Updated
Nov 22, 2020 - TypeScript
-
Updated
May 23, 2019 - Java
-
Updated
May 24, 2015 - CoffeeScript
-
Updated
Nov 22, 2020 - Python
-
Updated
Jun 9, 2020 - C++
-
Updated
Oct 3, 2020 - C#
-
Updated
Jan 7, 2019 - Java
-
Updated
Aug 21, 2020 - JavaScript
-
Updated
Sep 30, 2019 - Go
-
Updated
Jun 14, 2020 - Go
-
Updated
Sep 8, 2019 - Go
Improve this page
Add a description, image, and links to the stacktrace topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stacktrace topic, visit your repo's landing page and select "manage topics."
For completion, we should offer an
As
method like the one in Go 1.13 errors (https://golang.org/pkg/errors/#As). We should try to make this more reliable than Go's version by preventing panics: "As will panic if target is not a non-nil pointer to either a type that implements error, or to any interface type." Seems like we could just return false in these cases instead.