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

Update nosignal cli parameter to fix latest swipl support #67

Merged
merged 2 commits into from
Oct 7, 2019

Conversation

LyzardKing
Copy link
Contributor

@LyzardKing LyzardKing commented Oct 5, 2019

Fixes #66
In the latest versions the cli parameter is changed from
-nosignal to --no-signals

EDIT: The proper parameter is --nosignals

@woofwoof
Copy link

woofwoof commented Oct 6, 2019

Looks like this should fix the issue I've been experiencing of the help messages (command line arguments etc) being printed then python exiting under termux/swipl?

@woofwoof
Copy link

woofwoof commented Oct 6, 2019

--no-signals seems as valid as --nosignals. The swipl documentation is ambiguous but the cli helpfile states both are valid.

The code is reported to use -nosignals (just one preceding hyphon) which does reproduce the error from a command line call to swipl. The 'change' looks right!

Thanks.

@yuce
Copy link
Owner

yuce commented Oct 7, 2019

@LyzardKing Thanks for your contribution!

@yuce yuce merged commit 221a2fc into yuce:master Oct 7, 2019
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

Successfully merging this pull request may close these issues.

pyswip on latest swi-prolog prints --help message
3 participants