You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the #35 the fatalError subroutine has been moved to a separate module errors_mod, which is intended to handle all the error and warning messages.
However to avoid too many git conflicts the fatalError is currently imported into genericProcedures and all other files get it via genericProcedures module like before.
We should import the fatalError for errors_mod directly though. I think when the most outstanding PRs are merged we can do it in a single PR for all files.
The text was updated successfully, but these errors were encountered:
Following the #35 the
fatalError
subroutine has been moved to a separate moduleerrors_mod
, which is intended to handle all the error and warning messages.However to avoid too many git conflicts the
fatalError
is currently imported intogenericProcedures
and all other files get it viagenericProcedures
module like before.We should import the
fatalError
forerrors_mod
directly though. I think when the most outstanding PRs are merged we can do it in a single PR for all files.The text was updated successfully, but these errors were encountered: