with
statements should have weak references to combinational groups
#1421
Labels
with
statements should have weak references to combinational groups
#1421
I ran into a bug where even though a combinational group had been detached from a component (using
drain
oncomponent.comb_groups
), it was retained in memory by aninvoke
-with
statement. Probably the right thing here would be forwith
statements to carry weak references to combinational groups and have the ownership of the combinational group associated with only the component's field.The text was updated successfully, but these errors were encountered: