-
Notifications
You must be signed in to change notification settings - Fork 146
Missing implementation for imported_from
key of predicate_property/2
#2443
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
Comments
hurufu
added a commit
to hurufu/scryer-prolog
that referenced
this issue
Jul 19, 2024
* predicate_property/2 removed, because it isn't working (mthom#2443) * meta_predicate instruction was split (mthom#2444) * Few changes were adopted from SWI variant[1], because it has similar handling of (:)/2 with predicates in modules. * Scryer specific changes [1]: http://www.complang.tuwien.ac.at/ulrich/Prolog-inedit/swi/reif.pl
hurufu
added a commit
to hurufu/scryer-prolog
that referenced
this issue
Aug 24, 2024
* predicate_property/2 removed, because it isn't working (mthom#2443) * meta_predicate instruction was split (mthom#2444) * Few changes were adopted from SWI variant[1], because it has similar handling of (:)/2 with predicates in modules. * Scryer specific changes [1]: http://www.complang.tuwien.ac.at/ulrich/Prolog-inedit/swi/reif.pl
hurufu
added a commit
to hurufu/scryer-prolog
that referenced
this issue
Jan 2, 2025
* predicate_property/2 removed, because it isn't working (mthom#2443) * meta_predicate instruction was split (mthom#2444) * Few changes were adopted from SWI variant[1], because it has similar handling of (:)/2 with predicates in modules. * Scryer specific changes [1]: http://www.complang.tuwien.ac.at/ulrich/Prolog-inedit/swi/reif.pl
hurufu
added a commit
to hurufu/scryer-prolog
that referenced
this issue
Jan 3, 2025
* predicate_property/2 removed, because it isn't working (mthom#2443) * meta_predicate instruction was split (mthom#2444) * Few changes were adopted from SWI variant[1], because it has similar handling of (:)/2 with predicates in modules. * Scryer specific changes [1]: http://www.complang.tuwien.ac.at/ulrich/Prolog-inedit/swi/reif.pl
hurufu
added a commit
to hurufu/scryer-prolog
that referenced
this issue
Jan 5, 2025
* predicate_property/2 removed, because it isn't working (mthom#2443) * meta_predicate instruction was split (mthom#2444) * Few changes were adopted from SWI variant[1], because it has similar handling of (:)/2 with predicates in modules. * Scryer specific changes [1]: http://www.complang.tuwien.ac.at/ulrich/Prolog-inedit/swi/reif.pl
I'd like to be able to understand what's going on at the prompt, so fleshing out For instance, swipl gives:
Whereas scryer gives:
At the very least, the properties |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Scryer is missing
imported_from
key which is needed to maintain compatibility with SICStus Prologwhich recently became apparent in #2433 and was first requested in #977.
Unfortunately I can't assess how much is it needed and if it blocks any important feature.
The text was updated successfully, but these errors were encountered: