On Sat Nov 19 05:13:10 2022 +0000, Gabriel Ivăncescu wrote:
Do you plan to convert the entire module soon (i.e. next week)? I have a lot of jscript patches and it would be a pain to only replace some of them, much easier to just search/replace everything at once when rebasing. (otherwise I could take a jab at doing it after this MR is in)
Right now I'm focused on getting rid of the duplicate string functions, like heap_strdupW, that are scattered throughout the Wine codebase. If you want to convert the rest of jscript to use the standard memory allocation functions, that would be great! It will have to be done eventually anyway.