User Activity

  • Committed [42002a] on XSB - Sources (GIT)

    Further portability fixes to mcintyre.pl in the PITA package

  • Posted a comment on ticket #262 on XSB

    More work with Mcintyre unearthed the following additional issue: The predicates save_..., which are supposed to copy "sampled" facts into a new predicate "mem" and then retract the "sampled" facts, are currently implemented using the schema save_samples(M,G):- sampled(R,Sub,V), assert(M:mem(G,R,Sub,V)), retract(sampled(R,Sub,V)), fail. save_samples(_M,_G). In SWI-Prolog, the failure-driven loop executes correctly, but XSB doesn't seem to take well to backtracking over a partially retracted predicate...

  • Modified a comment on ticket #30 on XSB

    You were absolutely right! The "fake import" did fix the issue. What I have now done is just put explicit module qualifications on any predicate call within a maplist, and that also solved the problem.

  • Posted a comment on ticket #30 on XSB

    You were absolutely right! The "fake import" did fix the issue. What I have now done is just put explicit module qualifications on any function call within a maplist, and that also solved the problem.

  • Created ticket #30 on XSB

    Porting functional-style code from SWI Prolog

  • Posted a comment on ticket #263 on XSB

    Both compiling and predicate_property/2 work again beautifully, thank you both!

  • Modified a comment on ticket #263 on XSB

    Thank you very much for the quick fix! Unfortunately, the current snapshot doesn't compile for me as the configure script terminates with the error config.status: error: cannot find input file: /home/weitkaemper/XSB/XSB/packages/janus/configvars.in before creating makexsb. The snapshot after David Warren's last commit (cf 6005) compiles perfectly well.

  • Posted a comment on ticket #263 on XSB

    Thank you very much for the quick fix! Unfortunately, the current snapshot doesn't compile for me as the configure script terminates with the error config.status: error: cannot find input file: /home/weitkaemper/XSB/XSB/packages/janus/configvars.in' before creating makexsb. The snapshot after David Warren's last commit (cf 6005) compiles perfectly well.

View All

Personal Data

Username:
felixqw
Joined:
2023-05-16 18:01:25.427000

Projects

  • No projects to display.