forked from logicmoo/metta-testsuite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
our_ansi_format/3 will no longer raise an exception when called nondet.
* See issue trueagi-io/metta-wam#222 * Previously our_ansi_format/3 would raise an exception if allowed to backtrack after a first successful call. This commit fixes that and also extends the wrapping around SWI-Prolog's ansi_format/3 to all attribute formats accepted by that predicate.
- Loading branch information
Showing
1 changed file
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1a928c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work.. I think this makes for a good pull request