purescript - How to launch psci without compiling current project? -
my project has compiler error, should not deter me opening interactive purescript session, yet does:
$ pulp psci error found: @ /users/srid/code/ps/pallanguzhi/src/board.purs line 41, column 50 - line 41, column 50 unable parse module: [..] see https://github.com/purescript/purescript/wiki/error-code-errorparsingmodule more information, or contribute content related error.
how launch psci shell regardless of state of project? don't care not being able import project modules; need bare shell.
there no way now, other running psci directly , providing glob of subset of modules known build.
we have open issue track already.
Comments
Post a Comment