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
In a PureScript buffer, I run M-x psci and an empty “psci” buffer opens. Then the entry “psci/--project-root!: Wrong type argument: stringp, nil” is added to “Messages”. debug-on-error is enabled, but I don’t end up in the debugger for some reason.
It looks like psci/--project-root! doesn’t try to do anything (even report a better error, like “need a .psci file”) if locate-dominating-file returns nil.
The text was updated successfully, but these errors were encountered:
In a PureScript buffer, I run M-x psci and an empty “psci” buffer
opens. Then the entry “psci/--project-root!: Wrong type argument: stringp,
nil” is added to “Messages”. debug-on-error is enabled, but I don’t end
up in the debugger for some reason.
It looks like psci/--project-root! doesn’t try to do anything (even
report a better error, like “need a .psci file”) if locate-dominating-file
returns nil.
—
Reply to this email directly or view it on GitHub #3.
In a PureScript buffer, I run
M-x psci
and an empty “psci” buffer opens. Then the entry “psci/--project-root!: Wrong type argument: stringp, nil” is added to “Messages”.debug-on-error
is enabled, but I don’t end up in the debugger for some reason.It looks like
psci/--project-root!
doesn’t try to do anything (even report a better error, like “need a .psci file”) iflocate-dominating-file
returnsnil
.The text was updated successfully, but these errors were encountered: