• Nils Goroll's avatar
    fix assert_nexus for partially delivered / unpended subtrees · 5297394c
    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.
    5297394c
node_assert.h 3.46 KB