Roger-luo / Configurations.jl

Options & Configurations made easy.
https://configurations.rogerluo.dev/stable
MIT License
80 stars 12 forks source link

Better error message #41

Closed Roger-luo closed 2 years ago

Roger-luo commented 3 years ago

currently when there are some errors related to definition (e.g redefinition of the struct) we aren't able to return the right line number since we didn't insert the __source__ back.

Roger-luo commented 2 years ago

I think this is probably fixed for now, let's see if there is something like this happens in the future