Skip to content
New issue

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

regression: error evaluating JSON file: with koch boot #62

Closed
timotheecour opened this issue Mar 12, 2020 · 1 comment
Closed

regression: error evaluating JSON file: with koch boot #62

timotheecour opened this issue Mar 12, 2020 · 1 comment

Comments

@timotheecour
Copy link
Owner

/cc @Clyybber @kaushalmodi

regression introduced in nim-lang#13606

Example

./koch boot -d:release -d:nimUseLinenoise --hints:off

Current Output

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

Expected Output

works

Additional Information

regression introduced in nim-lang#13606

@timotheecour
Copy link
Owner Author

=> nim-lang#13633

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant