https://github.com/JuliaLang/julia
Revision 1d2ef1687b997fd8cf0bcd5d5bd1792637dd0738 authored by Tim Holy on 20 March 2020, 09:13:57 UTC, committed by GitHub on 20 March 2020, 09:13:57 UTC
Package authors may be able to predict likely user errors, and it can
be nice to create an informative hint. This PR makes it possible for packages to register
hint-handlers for a variety of error types via `register_error_hint`. For packages that
create their own custom Exception types, there is also `show_error_hints` which may
be called from the `showerror` method.
1 parent d33c5a5
History
Tip revision: 1d2ef1687b997fd8cf0bcd5d5bd1792637dd0738 authored by Tim Holy on 20 March 2020, 09:13:57 UTC
Allow packages to provide custom hints for Exceptions (#35094)
Tip revision: 1d2ef16
File Mode Size
.devcontainer
base
contrib
deps
doc
etc
src
stdlib
test
ui
.appveyor.yml -rw-r--r-- 2.1 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 273 bytes
.mailmap -rw-r--r-- 11.0 KB
.travis.yml -rw-r--r-- 6.1 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.9 KB
HISTORY.md -rw-r--r-- 275.6 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 41.4 KB
Makefile -rw-r--r-- 27.0 KB
NEWS.md -rw-r--r-- 6.5 KB
README.md -rw-r--r-- 6.3 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 3.8 KB

README.md

back to top