-
Notifications
You must be signed in to change notification settings - Fork 134
Add support for spago run with alternative backends
#452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @csicar @andyarvanitis could you take a look at this and maybe try it out? |
|
First of all, thank you for the contribution. It's awesome to see further work being done in that area. This works properly with One problem, that remains is, that (at least |
f-f
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks! 👏
The only thing left is to update the fixture for the output when psa is installed (to reproduce locally just install purescript-psa and run the tests)
|
Fixed. |
|
Oops.. wrong button 🙈 |
spago run with alternative backends. (#435)spago run with alternative backends
|
@tenniscp25 thank you for doing this! 🙂 |
|
Happy to try this, but it will have to be this weekend. Looking forward to it! |
|
Runs fine with |
Description of the change
spago runcall the backend with--runargument.spago runspecs for node backend.spago teststill uses node backend.As for the test, if creating a shell script and a batch file to echo $1 to check backend arg is the way to go, I'll be happy to implement it.
Checklist:
README