fubark / cyber

Fast and concurrent scripting.
https://cyberscript.dev
MIT License
1.16k stars 38 forks source link

Cyber Core dumped when running the loop example from the docs #39

Closed dhensen closed 1 year ago

dhensen commented 1 year ago

image

fubark commented 1 year ago

This is fixed in bcc6bb81a8fc517a13d6b3a69432238c801fad95. It should now panic like this:

panic: Missing method symbol `iterator` from receiver of type `none`.

foo.cy:1:5 main:
for items each it:
    ^