Menu ▾ ▴

Src (SVN)-old Commit Log


Commit Date  
[r9154] by dwarren

Changed my mind. Now a Mod:Term term in a structure (not in predicate
positions) is left as Mod:NTerm, where Term is transformed to
NTerm. So the module modifier is left alone and does not affect the
Term. This is what the compiler would do.

2017-11-16 20:01:50 Tree
[r9153] by "kifer"

committed recompiled xwams

2017-11-16 19:17:55 Tree
[r9152] by dwarren

Fixed bug in load_dyn on converting terms of form A:B.
Current convert B to module A and return it if both bound.
Just pass thru of either a variable.
This might cause problems, but seems best to me at the moment.

2017-11-16 15:51:44 Tree
[r9151] by dwarren

Commit changed xwam files. (Some compiler change seems to have changed the
order of the symbol table in the xwam files.)

2017-11-16 14:06:16 Tree
[r9150] by dwarren

CHeck in all changes xwams (Some compiler change potentially changed
the order of symbol table, I believe.)

2017-11-16 14:02:27 Tree
[r9149] by dwarren

Fixed a bug in load_dyn in handling of ?- commands in usermod.

2017-11-16 01:45:54 Tree
[r9148] by tswift

Added new test of get_idg_info.

2017-11-13 22:48:49 Tree
[r9147] by tswift

See previous commit for overview.

increval: Code cleanup˜.

tables: get_call/4 and improved version of get_idg_info that includes incr dyn leaves.

2017-11-13 22:46:32 Tree
[r9146] by tswift

get_call/3 --> get_call/4

2017-11-13 22:40:27 Tree
[r9145] by tswift

Continuing to expland IDG reflection to include dynamic leaf
nodes. These nodes dont have subgoal frames, but do have
callnodes, so I've been chaning how pointers are passed around in
several places. Eventually, I want all the SF-based IDG
traversal routines to be Callnode based, but this will take
another day or so.

Added get_call/4, which now also returns a pointer to the
callnode. get_call/3 is now defined in terms of that predicate.

Added immediate_affects_callnode_ptrlist which finds the
callnodes of all subgoals an incremental subgoal affects.

Documented various cases of table_inspection_predicates, and
commented out some code that is no longer used.

2017-11-13 22:39:04 Tree
Older >