You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user@user:~$ nim c mvp.nim Hint: used config file '/home/user/nim/config/nim.cfg' [Conf]Hint: used config file '/home/user/nim/config/config.nims' [Conf]....fatal.nim(49) sysFatalError: unhandled exception: int128.nim(72, 11) `arg.sdata(2) == 0` out of range [AssertionDefect]
Changing the type definition to
typeArrayBlock[I: static[Natural], T]
removes the compilation error, but the error message does not suggest that.
user@user:~$ nim -vNim Compiler Version 1.5.1 [Linux: amd64]Compiled at 2020-11-06Copyright (c) 2006-2020 by Andreas Rumpfgit hash: fa5f225efc7161110b0d4cf57e86646f2b0d97f8active boot switches: -d:release
The text was updated successfully, but these errors were encountered:
Current Output
Compiling the following file fails and produces an unhelpful error.
Changing the
type
definition toremoves the compilation error, but the error message does not suggest that.
Additional Information
git hash: fa5f225
The text was updated successfully, but these errors were encountered: