As far as I can tell from the reflection<https://julia.readthedocs.org/en/latest/stdlib/base/#reflection> part of the manual, there is not a way to get the function name from inside that function. Please correct me if I'm wrong.
I'd like to be able to add information to errors which includes the current line number and filename and preferably the function and module name. Is there a way to do this? Something like __FILE__ and __LINE__ in c/c++.
