Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better tracing for pyco #8

Open
koo5 opened this issue Feb 15, 2019 · 0 comments
Open

better tracing for pyco #8

koo5 opened this issue Feb 15, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@koo5
Copy link
Owner

koo5 commented Feb 15, 2019

currently, pyco dumps the whole proof tree at every step, this is slow.
support for emitting incremental changes needs to be added:
add_state id with parent id
remove_state id

additionally, generating text describing bnodes is slow, it should be moved to the trace viewer. For that end,
pyco needs to output all changes to locals.

the frontend needs to use rdf.js to load up the kbdbg rules description, as emitted by pyco at startup

the frontend also needs means to go forward and backward at least between the (numbered) trace files.
at the beginning of each trace file can be a full dump.

@koo5 koo5 added the enhancement New feature or request label Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant