Thanks. I reinstalled the development version of the compiler (removed previous
~/.nimble dir and started new, verified the paths for conflicts). This is the
error from running "nimble build" :
... /home/gt/.nimble/pkgs/jester-#64295c8/jester.nim(551)
ctParsePattern
... /home/gt/.nimble/pkgs/jester-#64295c8/jester/patterns.nim(39)
parsePattern
... forum.nim(757, 1) template/generic instantiation from here
... /home/gt/.nimble/pkgs/jester-#64295c8/jester/patterns.nim(39,
29) Error: index out of bounds
Run
A "nimble backend" build has this:
home/gt/Documents/dev-nim/nimforum-master/nimforum.nimble(29) backendTask
home/gt/Documents/dev-nim/Nim/lib/system/nimscript.nim(237) exec
home/gt/Documents/dev-nim/Nim/lib/system/nimscript.nim(237, 7) Error:
unhandled exception: FAILED: nimble c src/forum.nim
Run
a "nimble frontend" build has this:
stack trace: (most recent call last)
home/gt/Documents/dev-nim/nimforum-master/nimforum.nimble(36) frontendTask
home/gt/Documents/dev-nim/Nim/lib/system/nimscript.nim(237) exec
home/gt/Documents/dev-nim/Nim/lib/system/nimscript.nim(237, 7) Error:
unhandled exception: FAILED: nimble c -r src/buildcss
Run