Conversation
|
I think this only partially addresses #2604 - we also need to remove hardcoded bower paths from psc-publish and maybe other compiler tools. But perhaps it would be better to make a separate issue for that. |
|
@hdgarrood There is #2517 to track the work to remove Bower. I'll merge all of these together now. Thanks. |
|
|
app/Command/IDE.hs
Outdated
| {-# LANGUAGE NoImplicitPrelude #-} | ||
|
|
||
| module Main where | ||
| module Command.IDE (command) where |
There was a problem hiding this comment.
Would prefer Ide like in the rest of the codebase, just for consistencies sake.
|
You've checked the wrapper scripts item in your checklist but I can't find any wrapper scripts in this PR's diff, am I missing something? |
|
Sorry, forgot to push my changes. |
|
Looks great :) perhaps we should consider wrapper scripts for Windows too? I think we want e.g. |
|
If anyone has a Windows environment around to check that that works, that would be handy. |
|
Shall I merge this then? I guess if we want to make a 0.10.7 then we can branch from the tag, yes? |
|
Yep, sounds good to me. |
|
Thanks everyone. |
Fixes #2604, #2618 and #2336.
I created a separate repo for
psc-packageat https://github.com/purescript/psc-package/.