Joo Han Ham
Joo Han Ham
It seems something wrong in typing korean after update 0.0.89.  But when I downgraded vscode-neovim 0.0.88, it doesn't happen and everything works fine.  Version: 1.69.2 (user setup) Commit:...
- [ ] Comment `eudplib.core` module - [ ] Comment `eudplib.utils` module - [ ] Comment `eudplib.trigger` module - [ ] Comment `eudplib.epscript` module - [ ] Comment `eudplib.ctrlstru` module...
It seems there's only libepScriptLib.dll exists but .so and .dylib isn't. Is it intended? I'm using Arch Linux on WSL 2. OSError: ***/eudplib/epscript/libepScriptLib.so: cannot open shared object file: No such...
# Issue In eudplib/.../epscript/CMakeLists.txt contains `COMMAND cmake -E mv parser/epparser.c parser/epparser.cpp` , but it's invalid command because cmake command-line tool doesn't have `mv` signature. https://github.com/armoha/eudplib/blob/2310f03c20b0a143a2c41bb04a7a910e98571c57/src/epscript/CMakeLists.txt#L38 https://cmake.org/cmake/help/latest/manual/cmake.1.html#run-a-command-line-tool # Solve Instead of...
# Issue CMakeList.txt in epscript doing test parser, and tokenizer via [catch.hpp](https://github.com/armoha/eudplib/blob/main/src/epscript/test/catch.hpp). But current version of catch(v2.0.1) is outdated causing `error: unrecognized instruction mnemonic, did you mean: bit, cnt, hint,...