Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: Remove "stop" from subroutines #6

Open
EduardoJauch opened this issue Mar 19, 2016 · 0 comments
Open

Idea: Remove "stop" from subroutines #6

EduardoJauch opened this issue Mar 19, 2016 · 0 comments

Comments

@EduardoJauch
Copy link
Contributor

The idea is to change the actual behavior of the model, that causes to the model to stop inside inner functions/subroutines, where there is no contextualization of the error, making very difficult to understand the problem.

A very easy example is the "GetData" routines in the ModuleEnterData.
If an error is found while inside them, the model stops, and it is not possible to know which module input file was being read or which keyword/block.

The correct behavior is to the routines to return with the "stat" variable with the error, and so on, up to a higher level, where the context can be show to the user, making easier to it to understand the problem.

RBCanelas added a commit that referenced this issue Aug 14, 2018
Documentation ready. Doxyfiles in place.
JoaoBSobrinho added a commit that referenced this issue Aug 30, 2018
sofiasaraiva added a commit that referenced this issue Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant