]> Kevux Git Server - fll/commit
Progress: Continue fixing iki_read (and eki_read).
authorKevin Day <Kevin@kevux.org>
Tue, 17 Dec 2024 03:37:55 +0000 (21:37 -0600)
committerKevin Day <Kevin@kevux.org>
Tue, 17 Dec 2024 03:37:55 +0000 (21:37 -0600)
commit50ddbe2631b446920ed32cbb4a76c9a5f0d58fc6
tree847e562fc732559ecb6736c9488a54b4c4f0bb41
parent93a8385e696ee646ee0a179c51097632da8459c0
Progress: Continue fixing iki_read (and eki_read).

This addresses some of the `--total` processing.
It looks like I had not completed a lot of that code.
Much of that is added back.

I also noticed that I need to keep tabs on the `--select` parameter.
I will need tests for this and I may have missed some logic cases.
My first objective is to just get the 0.6.x runtime tests to work in 0.7.x.
(Or, I need to fix the 0.6.x tests to be correct.)

The expected next steps:
- Review and address what is left for IKI Read that is incorrect.
- For anything identified in the 0.6.x runtime tests that is invalid shall be fixed in 0.6.x.
- Update the EKI Read with all of the changes from IKI Read.
- Make a copy of the IKI Read runtime tests and see how EKI Read passes or fails.
- Address unexpected failures.
- Fix the tests for expected failures, which would be relating to having multiple Vocabularies/Objects.
- Write all of the new runtime tests for EKI Read.
- Make sure everything all passes.
- I probably need to update the help and describe the order of operations for some parameters.
level_3/iki_read/c/eki/process.c
level_3/iki_read/c/eki/process.h
level_3/iki_read/c/iki/process.c
level_3/iki_read/c/iki/process.h
level_3/iki_read/c/main/print/data.c
level_3/iki_read/c/main/print/data.h
level_3/iki_read/c/main/process.c
level_3/iki_read/c/main/process.h