BuggyOrg / lisgy

1 stars 1 forks source link

Lisgy sometimes interprets string inputs as portnames #20

Closed LittleHelicase closed 7 years ago

LittleHelicase commented 7 years ago

Somehow Lisgy does not like the following:

(defco main [IO] (print "Hello World" IO))

(main "IO")

I get the following error message:

ERROR: The source node "#cixoo1ggf0000sig2cybp3mx3" does not have the outgoing port "IO".

It works when writing (main "X"). Somehow it seems that lisgy interprets the string constant as a the portname and gets confused.