dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
45 stars 7 forks source link

in the function_lowering helper, deleted items are being used for some reason #8

Closed dcbaker closed 3 years ago

dcbaker commented 3 years ago

This was due to a bug in my logic, causing lowering functions for free functions to act when they shouldn't. This is fixed.