Welcome to the main channel on the development of MoarVM, a virtual machine for NQP and Rakudo (moarvm.org). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
MasterDuke looks at what node does for mkdir and what my pr does, i'm not really seeing any significant differences. now i haven't read/written c++ in quite a while, so maybe i'm missing something 19:25
*looking at
ugexe MasterDuke: from my notes somewhere its important to note that rakudo without your PR will create the directory, but it will report that it doesn't exist if you check with .e or try to create a file/directory in that new path 19:49
so its possible that the difference in how node vs moarvm use e.g. uv_fs_stat 19:50
also important to note that node is able to correctly report the existence of the new long directory as well 19:51
MasterDuke ugexe: right, thanks, i'd forgotten you'd mentioned that 20:20
it does also create the directory with my pr, correct? 20:21
ugexe No it doesn’t 22:41
which seems
bizarre