• Nils Goroll's avatar
    fix assert_nexus for partially delivered / unpended subtrees · 2fff605e
    Nils Goroll authored
    we do not unpend T_NEXUS nodes, so the following situation is perfectly
    legal:
    
    	T_NEXUS
    	ST_CLOSED
    
    T_NEXUS		T_DATA
    ST_CLOSED	ST_UNPENDING
    
    the purpose of the assertion is that, if a node below a nexus is
    not yet unpended/delivered, the following need to be also, but this is
    not true for T_NEXUS.
    2fff605e
Name
Last commit
Last update
pkg/rpm Loading commit data...
src Loading commit data...
.dir-locals.el Loading commit data...
.gitignore Loading commit data...
CONTRIBUTING.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...