aikawayataro
aikawayataro
I understood your philosophy, thanks for clarifying. > while your patch is platform aware Yeah, but for Windows there's no simple solution :) > Windows support requires the following: >...
I just want to have a nice way to compile and package your library. Anyways if it's all bad I can just create a repo with makefiles for Windows/Darwin strugglers...
> That’s an understatement. 🤣 I know nothing of Windows development, and the only times I actually developed on Windows the build magic was already done for me, and I...
Ahead of the question about Darwin here is the same for it: ``` % make install-lib PREFIX=./testprefix cc -pedantic -Wall -Wextra -O3 -march=native -I src -I src/optional -fPIC -c -o...
I think the only good solution is separate makefiles then. Let me know if you have something in mind.
> If that’s okay with you I’m not closing it until I reach a definite decision. No problem, I just wanted to mark my changes as not acceptable at this...
Looks like VSCode switched to new grammar https://github.com/microsoft/vscode/commit/9255a27d883c812feae2473d7af428267c875030 There were a lot of issues with the old
I've tried new grammar and the YAML highlight just got more broken. I will need some time to find the bug
@Numpsy thanks for the example! I'll have a look at it
@Numpsy I was working on pthread build and adjusted the condition, but unfortunately it doesn't change anything (I verified that the resulting Wasm links onigwrap). I've noticed that when I...