aleph

igrishaev 2019-02-15T10:11:23.001600Z

Can anybody help me with that manifold-related question? https://github.com/ztellman/manifold/issues/168

mccraigmccraig 2019-02-15T11:06:27.004600Z

finally is generally used for resource cleanup, and doesn't stop the propagation of an exception or otherwise affect flow control - i don't know what would happen in your example, i've never tried similar, but it seems unnatural to do flow-control stuff in a finally block - why not just do it straight after the catch ?

igrishaev 2019-02-15T12:31:55.005100Z

hm, makes sense, thank you

igrishaev 2019-02-15T12:46:12.005400Z

put a proper version of code there

alexyakushev 2019-02-15T14:14:09.005800Z

@igrishaev Replied.