Menu ▾ ▴

Src (SVN)-old Commit Log


Commit Date  
[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
[r9144] by dwarren

Fixed padded variables to be padded 'NULL'(_)'s.

2017-11-13 15:57:40 Tree
[r9143] by tswift

Forgot to commit these a couple of days ago.

2017-11-13 15:47:57 Tree
[r9142] by dwarren

Added max number (10) of error messages printed for wrong length lines. 11th
gives "more..." message, and then others generate no messages.

2017-11-12 18:32:15 Tree
[r9141] by dwarren

Changed padded fields to 'NULL'(_), as MK suggested.

2017-11-12 17:15:16 Tree
[r9140] by "kifer"

line numbers were not initialized by conset
added line numbers to errors and warnings where they were missing

2017-11-12 06:34:37 Tree
[r9139] by "kifer"

in proc_files, if one of the lines is shorter/longer than the spec,
pad this line with '' or cut.
Didn't have the time to figure out how to pad it with vars (or better with 'NULL'()) because it goes into a loop somewhere.
And David wanted '' anyway.
But now we possibly have to change other kinds of padding to use the same method.

2017-11-12 05:13:08 Tree
Older >