We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error evaluating JSON file:
/cc @Clyybber @kaushalmodi
regression introduced in nim-lang#13606
./koch boot -d:release -d:nimUseLinenoise --hints:off
iteration: 1 bin/nim c --skipUserCfg --skipParentCfg -d:release -d:nimUseLinenoise --hints:off --nimcache:nimcache/r_macosx_amd64 --compileOnly compiler/nim.nim /Users/timothee/git_clone/nim/Nim_temp/compiler/scriptconfig.nim(17, 3) Warning: imported and not used: 'lineinfos' [UnusedImport] /Users/timothee/git_clone/nim/Nim_temp/compiler/scriptconfig.nim(15, 48) Warning: imported and not used: 'msgs' [UnusedImport] bin/nim jsonscript -d:release -d:nimUseLinenoise --hints:off --nimcache:nimcache/r_macosx_amd64 compiler/nim.nim iteration: 2 compiler/nim1 c -d:release -d:nimUseLinenoise --hints:off --nimcache:nimcache/r_macosx_amd64 --compileOnly compiler/nim.nim /Users/timothee/git_clone/nim/Nim_temp/compiler/scriptconfig.nim(17, 3) Warning: imported and not used: 'lineinfos' [UnusedImport] /Users/timothee/git_clone/nim/Nim_temp/compiler/scriptconfig.nim(15, 48) Warning: imported and not used: 'msgs' [UnusedImport] compiler/nim1 jsonscript -d:release -d:nimUseLinenoise --hints:off --nimcache:nimcache/r_macosx_amd64 compiler/nim.nim caught exception:n/Users/timothee/git_clone/nim/Nim_temp/nimcache/r_macosx_amd64/nim.json(2, 1) Error: { expected stacktrace: parsejson.nim(522) raiseParseErr error evaluating JSON file: /Users/timothee/git_clone/nim/Nim_temp/nimcache/r_macosx_amd64/nim.json FAILURE
works
The text was updated successfully, but these errors were encountered:
=> nim-lang#13633
Sorry, something went wrong.
No branches or pull requests
/cc @Clyybber @kaushalmodi
regression introduced in nim-lang#13606
Example
Current Output
Expected Output
works
Additional Information
regression introduced in nim-lang#13606
The text was updated successfully, but these errors were encountered: