On Sun Oct 16 15:49:19 2022 +0000, Esme Povirk wrote:
Might be good to call finalize_uia_node something else, I keep thinking it's going to free things because that's what finalizers do.
Hm... okay. Any suggestions on a better word than `finalize()`? The function gets used later on to do other things as well. It's basically a function that gets ran once all possible providers have been added to a node. I have thought of `close` maybe, but without there being a corresponding `open` it seems weird.