commit | 02d2acff99b8e1d162d58635e7b8d3df07edaa8f | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Sun Mar 31 23:01:55 2019 -0700 |
committer | Chih-hung Hsieh <chh@google.com> | Mon Apr 01 19:43:34 2019 +0000 |
tree | 6447bd80d57480fe2e590ee0da54064017a9b512 | |
parent | e9430cda5877619e1ccdd395b450853feddc7f9c [diff] |
Fix unbound variable bug in $consult/1 When using consult([x1,x2]) or (consult(x1),consult(x2)), x1's clauses are erased before x2 is consulted. The problem is due to the wrong unbound local variable File, introduced in change Id9163384e960f9c39cd9e0169b25b9cf0b9e95a2. Change-Id: Iac5229f68292f08c5b1fc2aa0f6df702b4e6dd6d
A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.
To bootstrap Bazel and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:
bazel build :all
To package for Maven into the local ~/.m2/repository
directory:
./mvn.sh install
To publish to the gerrit-maven storage bucket:
./mvn.sh deploy