Skip to content
New issue

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

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

Already on GitHub? # to your account

Bug when parsing? #24

Closed
victorsndvg opened this issue Apr 22, 2015 · 3 comments
Closed

Bug when parsing? #24

victorsndvg opened this issue Apr 22, 2015 · 3 comments

Comments

@victorsndvg
Copy link

Hello Stefano,

I think that i have found a potential bug:

if the user writes duplicate or wrong switches through the command line it could happen than in line:

if (.not.cli%cla(a)%positional) then

The index a could be bigger than cli%Na. If it happens we get a segmentation fault.

I thinks that in this point this index a is not related with the cli%cla(a) option

Best regards,
Víctor.

@szaghi
Copy link
Owner

szaghi commented Apr 22, 2015

So bad... I am now working on a new strongly modified version... I try to check if this bug is yet into the testing version. Thank you very much for your great help!

@victorsndvg
Copy link
Author

Hi Stefano,

I've checked for this bug and it works as expected now, It reports the wrong use of the CLI to the user with a error message. 👍

It seems that FLAP has a new new face now! I will help you to test it

@szaghi
Copy link
Owner

szaghi commented Apr 22, 2015

Your help is very very appreciated!

I think I have introduced more bugs than the ones I have fixed... but with your testing help they will be fixed quickly!

@szaghi szaghi closed this as completed May 23, 2015
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants