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
/usr/src/nim/.nimble/pkgs2/nimx-0.2-93e5296f1feb91608ec49384ce0081397da0c11d/nimx/view.nim(562, 7) template/generic instantiation of visitProperty from here
/usr/src/nim/.nimble/pkgs2/nimx-0.2-93e5296f1feb91608ec49384ce0081397da0c11d/nimx/property_visitor.nim(65, 39) template/generic instantiation of newVariant from here
/usr/src/nim/.nimble/pkgs2/variant-0.2.13-9656734a4e0d1c35efe70db11fc355ebd60d53fd/variant.nim(206, 30) template/generic instantiation of getTypeId from here
/usr/src/nim/.nimble/pkgs2/variant-0.2.13-9656734a4e0d1c35efe70db11fc355ebd60d53fd/variant.nim(61, 32) Error: interpretation requires too many iterations; if you are sure this is not a bug in your code, compile with --maxLoopIterationsVM:number (current value: 10000000)
The text was updated successfully, but these errors were encountered:
Using the "hello world" example as shown on https://github.com/yglukhov/nimx/ this fails to build with nimx 0.2 installed using nimble
nim c -r mygui/ui.nim
Hint: used config file '/etc/nim/nim.cfg' [Conf]
Hint: used config file '/etc/nim/config.nims' [Conf]
......................................................................................................................................................................................................
/usr/src/nim/.nimble/pkgs2/async_http_request-0.1.4-944652f72180b0daac91cd897a466e3a0f7c0625/async_http_request.nim(157, 34) template/generic instantiation of
request
from here/usr/lib64/nim/lib/pure/httpclient.nim(1122, 14) Warning: Deprecated since v1.5; use HttpMethod enum instead; string parameter httpMethod is deprecated [User]
...................................
stack trace: (most recent call last)
9999902 calls omitted
/usr/src/nim/.nimble/pkgs2/variant-0.2.13-9656734a4e0d1c35efe70db11fc355ebd60d53fd/variant.nim(61, 32) mangledNameAux
... repeats multiple tens of times ....
/usr/src/nim/.nimble/pkgs2/nimx-0.2-93e5296f1feb91608ec49384ce0081397da0c11d/nimx/view.nim(562, 7) template/generic instantiation of
visitProperty
from here/usr/src/nim/.nimble/pkgs2/nimx-0.2-93e5296f1feb91608ec49384ce0081397da0c11d/nimx/property_visitor.nim(65, 39) template/generic instantiation of
newVariant
from here/usr/src/nim/.nimble/pkgs2/variant-0.2.13-9656734a4e0d1c35efe70db11fc355ebd60d53fd/variant.nim(206, 30) template/generic instantiation of
getTypeId
from here/usr/src/nim/.nimble/pkgs2/variant-0.2.13-9656734a4e0d1c35efe70db11fc355ebd60d53fd/variant.nim(61, 32) Error: interpretation requires too many iterations; if you are sure this is not a bug in your code, compile with
--maxLoopIterationsVM:number
(current value: 10000000)The text was updated successfully, but these errors were encountered: