-
Notifications
You must be signed in to change notification settings - Fork 99
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
Always get None on facts with double quotes #90
Comments
I believe this is due to a breaking changes in SWI-Prolog.h. |
Merged
Resolved here: #93 |
SWI-Prolog version 8.2.0 for x86_64-linux |
Thanks. Then it’s likely the same issue I had when upgrading from 8.1 to 8.3
—- libswiprolog has changed the enum values of type constants.
I’ve submitted a PR with a fix and test for your case. Perhaps @yuce will
accept it.
…On Thu, Jun 18, 2020 at 4:47 PM Leonardo Valdes Arteaga < ***@***.***> wrote:
SWI-Prolog version 8.2.0 for x86_64-linux
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#90 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3QJLENONDXGO63VUCH5K3RXKRSTANCNFSM4NNL4PVA>
.
|
Thanks i will close this issue when the fit be accepted. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is a minimal test
Prolog
test("hello","world").
Python
gets
[{'A': None, 'B': None}]
The text was updated successfully, but these errors were encountered: