Ingwie Phoenix
Ingwie Phoenix
Ahh, fair enough. Good luck on the journey of implementing it then! ^_^
Bumping this just to ask if this has been updated as I see quite a lot of "module" filenames, though most of them seem to refer to CJS style modules.
Hey, Yes, I am only really iterating over UCL_ARRAYS, like sources [ „src/*.cpp“, „wrapper/main.cpp" ]; Hope to see the API docs soon so I cam implement it into the project...
Well, it kinda does not look very well in an array which is within a list - especially when using a proper tab-based format: obj { key { someLongText: [...
Turns out the way I had passed the parser as user-data was not right. I used `&parser` - but was supposed to cast it to void\* instead. now it works....
Okay, I then just cheated. XD ``` (void*)parser; ``` And got no error. ## "Yo Dawg, I heard you like C++, so I added C++ to your build system, so...
Ohhh, I see. Though, I find variables quite useful, which is why I will be looking into at least adding environmental variables to the config file, so they can be...
A bit of an update: ``` $ ./get.sh links.txt URL: https://9anime.to/watch/that-time-i-got-reincarnated-as-a-slime-dub.8w2y 2020-08-05 01:38:49 bigboi anime_downloader.util[1457] INFO anime-downloader 4.5.0 2020-08-05 01:38:49 bigboi anime_downloader.util[1457] DEBUG Platform: Linux-4.19.104-microsoft-standard-x86_64-with-debian-10.5 2020-08-05 01:38:49 bigboi anime_downloader.util[1457] DEBUG...
Issue found. I might update the script later - but really, the issue is so silly, I forgot it was a thing. So, Microsoft Notepad saves using CRLF line endings...
This happened somewhat later in the build: ``` [ 87%] Linking CXX shared library ../../lib/libLTO.dylib ld: unknown option: -z clang: error: linker command failed with exit code 1 (use -v...