-
Notifications
You must be signed in to change notification settings - Fork 23
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
Contents are null #31
Comments
Same for me: in most repositories, stack ide only print
then remains silent.
On a macbook air |
I'm also seeing this. I've never got anything other than null. On Sun, 19 Jul 2015 09:33 Rémi Vion [email protected] wrote:
|
Hi guys! This was a problem with ide-backend (fpco/ide-backend#289, where you'd need to have the internal That's been fixed now — can you try again with the newest (i.e. from git — I don't think all the releases have been made yet) stack, ide-backend and stack-ide? Basically following the installation instructions from https://github.com/commercialhaskell/stack-ide/blob/master/README.md |
@lukexi Sorry I forgot to mention it, but I am already using it. Still it doesn't always work. Edit: Other examples that don't work are
|
same for me, I was using git versions from yesterday for both stack and stack ide |
@rvion You also need to have the git version of |
I now do but:
or
|
(see my reply to @rvion's newer "not enough bytes" issue #33 if you are having that problem) I can confirm that Aha, this should help. Try pasting this into the terminal window after running
That should force a more descriptive error. |
Allright, the problem is not using stackage nightly because old ghcs/cabals need to be patched. Once I switched my projects to nightly everything works. cabal-install is an exception, but that seems to do some very weird stuff that seems to be unrelated. Thanks for your help @lukexi |
While |
For some reason I can't seem to get
stack ide
working on some repositories. E.g. take the cabal repo which has astack.yaml
file. However if I try to runstack ide cabal-install
I get the message:After that nothing happens and
stack ide
just stays silent and keeps running. I have run stack build before and that works just fine.This happens on some repositories but other repositories like the
stack-ide
repo itself work just fine. So far I couldn't find a pattern.The text was updated successfully, but these errors were encountered: