aikawayataro

Results 10 issues of aikawayataro

The current makefile is not portable. These changes will allow to compile the library under Windows (cygwin/MinGW/MSYS) and Darwin. Tested with cygwin, MinGW, MSYS2, macOS Sonoma, Debian

### Input code ```js /** * Test function. * @param {string} [arg] - Test argument. */ export function test(arg = 'default_value') {} ``` ### JSDoc configuration Default. ### JSDoc debug...

Because of a typo in the `0010-sqlite-3.34.0-lemon.patch` (`tpltname` with the leftover value was used instead of `templatename`) lemon couldn't find the `lempar.c` template. Also `tplt_open` was refactored to correctly emit...

### Description / Steps to reproduce the issue Using lemon to generate parser from non-empty grammar: `lemon grammar.l`: ``` Can't open the template file "/usr/share/lemon//lempar.c". ``` Where `` is the...

bug

From https://github.com/eclipse/openvsx : > Open VSX is a [vendor-neutral](https://projects.eclipse.org/projects/ecd.openvsx) open-source alternative to the [Visual Studio Marketplace](https://marketplace.visualstudio.com/vscode). It provides a server application that manages [VS Code extensions](https://code.visualstudio.com/api) in a database, a...

30f54566adfc33d303d56e19cedf01f77602e7da (#1901) breaks `RapidJSON_INCLUDE_DIRS` (`RapidJSON_INCLUDE_DIR`), the variable have a trailing `"/rapidjson"` directory now, this change breaks existing includes in external code when using it as include path. Before: `/rapidjson/include/` After:...

## Description Updating qsort implementation fixed only part of the non-transitive compare issue. Using such a compare function should be considered a user code bug, but I believe it's better...

The "-v" argument is the same as "--version", but the linker should not exit after the version is printed. CMake passes this argument during ABI info detection, and currently zig...

## Is your feature request related to a problem? Please describe. I have netcoredbg installed in my system and I would like to use the one I have installed instead...