TreeKnit uses the functions prunenode! and graftnode! (e.g. in resolve) - when I install TreeTools master and try to run TreeKnit - this results in the error msg "prunenode! not defined. In the last PR prunenode! and graftnode! were removed from the export list - I could just add them back but there has been a lot of restructuring and I am not sure the functions prunenode! and graftnode! on the current master correspond to their old versions.
TreeKnit
uses the functionsprunenode!
andgraftnode!
(e.g. inresolve
) - when I installTreeTools
master and try to runTreeKnit
- this results in the error msg"prunenode! not defined
. In the last PRprunenode!
andgraftnode!
were removed from the export list - I could just add them back but there has been a lot of restructuring and I am not sure the functionsprunenode!
andgraftnode!
on the current master correspond to their old versions.