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'm trying to run wisp -c foo.wisp from make, but the cond here says that if we're running non-interactively we should always compile from stdin (and so it just ignores my -c foo.wisp and compiles the (empty) stdin into void 0):
I'm trying to run
wisp -c foo.wisp
frommake
, but thecond
here says that if we're running non-interactively we should always compile fromstdin
(and so it just ignores my-c foo.wisp
and compiles the (empty)stdin
intovoid 0
):https://github.com/Gozala/wisp/blob/master/src/wisp.wisp#L97-L102
It would be nice to reorder this so the check for
-c
comes first.The text was updated successfully, but these errors were encountered: