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
I just discovered that when writing a Rust-esque ohua file that involves a smap function (like this one), the compiled output will not list the ohua/lang functions size, oneToN, smapFun and collect as sf dependencies. Is this intended behavior?
The compiled output for the above file can be found here.
The text was updated successfully, but these errors were encountered:
I think so. The way I wrote it was that basically anything the user imports via explicit import declarations end up as sf dependencies and not the internal stuff, with the reasoning being that these should exist anyway.
However if you wold prefer we add them to the dependencies list that could certainly be done.
I just discovered that when writing a Rust-esque ohua file that involves a smap function (like this one), the compiled output will not list the
ohua/lang
functionssize
,oneToN
,smapFun
andcollect
as sf dependencies. Is this intended behavior?The compiled output for the above file can be found here.
The text was updated successfully, but these errors were encountered: