Menu

Src (SVN)-old Commit Log


Commit Date  
[r9686] by tswift

Added/updated documentation for index/1 option of table as.

Also took out more references to the MT engine. (Sigh)

2019-10-23 20:44:54 Tree
[r9685] by tswift

Changed cryptic warning message:

++Warning[XSB]: [Compiler] **Unknown** : Spurious index declaration: 13 will never be used, because of earlier: 3

to

++Warning[XSB]: [Compiler] ./test_index : In the table ... as ... index declaration index([2, 3, 1 + 3]) for p1/3, the index 1 + 3 will never be used \
because of the earlier index 3

2019-10-09 22:44:27 Tree
[r9684] by tswift

Changed the arity of a cp_opt predicate for better warnings.

2019-10-09 22:40:48 Tree
[r9683] by tswift

Added a check for dyn,index() (there had been one for index(),dyn, but not for the second order).

2019-10-09 17:53:16 Tree
[r9682] by tswift

Added a couple more tests in test_table_index.

2019-10-09 17:52:09 Tree
[r9681] by dwarren

Improved testing of :- table _p/_ as index(_).

2019-10-04 19:24:01 Tree
[r9680] by dwarren

Implemented index(-) as an 'as' option with subsumtive tables; making table_index declaration form obsolete.

2019-10-04 19:22:28 Tree
[r9679] by dwarren

Added recognition of index(_) in table-as set.

2019-10-04 19:13:38 Tree
[r9678] by dwarren

compile lists in sysmod.

2019-10-04 16:02:35 Tree
[r9677] by dwarren

Eliminate single-use variable warnings.

2019-10-04 16:00:59 Tree
Older >