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

Exit commands in the code #3

Open
flesicek opened this issue Oct 21, 2020 · 1 comment
Open

Exit commands in the code #3

flesicek opened this issue Oct 21, 2020 · 1 comment

Comments

@flesicek
Copy link

Hey,

In the ctsa package, the exception handling is implemented using exit commands. This is creating an issue when ctsa is used as a library. We are testing ctsa for node https://www.npmjs.com/package/ctsa and when there are exit commands, ctsa will bring down whole node-js process.

Would it be possible to replace exit commands with N/A return value instead?

Thanks
Jozef

@rafat
Copy link
Owner

rafat commented Oct 24, 2020

Exit commands are an issue in some of the older optimization codes. I will take a look at it and implement the return values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants