JuliaWeb / URIs.jl

URI parsing in Julia
https://juliahub.com/docs/URIs
Other
26 stars 17 forks source link

Fix error messages in @ require precondition testing macro #33

Closed c42f closed 3 years ago

c42f commented 3 years ago

With a little hackery we can extract the function name from the internal #self# without the need to pattern match backtraces.

Fixes #32