We have a library with: Text.hx and Text_js.hx We want a local patch (temporarily before it can be merged in the library) of Text and Text_js, The problem is that mpartial will try (and fail) to merge all the copies of Text_js it finds, instead of having the patch hiding the original.
We have a library with: Text.hx and Text_js.hx
We want a local patch (temporarily before it can be merged in the library) of Text and Text_js,
The problem is that mpartial will try (and fail) to merge all the copies of Text_js it finds, instead of having the patch hiding the original.