uibcdf / MolSysMT

Open source library to work with molecular systems
https://www.uibcdf.org/MolSysMT/
Other
12 stars 3 forks source link

Is the input argument 'caller' in private exception classes avoidable? #81

Closed dprada closed 2 years ago

dprada commented 2 years ago

@Daniel-Ibarrola made a great job making sure that exceptions can report useful messages (see #79). To do that, a new input argument 'caller' in the digestion methods was included. After that, these exceptions work as we wanted. 👍🏻

I refuse to think that the problem can not be solved with the library inspect. I am probably wrong. But I would like to keep this issue open to give a second round to the question: is this input argument 'caller' avoidable? 🤔

dprada commented 2 years ago

This issue makes no sense already. A new strategy to digest input arguments was already implemented in 0.6.2.