Aditya Siram

Results 138 comments of Aditya Siram

Then the backquotes should be part of the symbol, I consider an this an information losing bug which in this case turned valid into invalid code.

As of 2 hours ago this is happening to me as well. Stock configuration and a fresh clone I can't get OSX to give me a stack trace.

This is now solved for me. The problem was that I had compiled `emacs` from source without `gnutls`, in `emacs` 26 and above it is required and setting `dotspacemacs-elpa-https nil`...

Thanks for the pointers but I'm not sure how it helps in this case. My issue is that my `xmonad` executable isn't dynamically reloading configuration when I do `xmonad --restart`...

I got it working with a `build` shell script as per the instructions and @mgsloan examples and I can confirm that a new executable, `xmonad.state` and `xmonad.errors` are generated and...

I haven't tried the `strace` route but I did restart my window manager. After a `mod-S-q` the new config loads fine.

The short answer is that this is due to using an incompatible version of Cabal. >= 1.20 is required. Which version is this build server using? Cabal >= 1.20 made...

Hmm ... it should have spit out an error before it got to this stage because `fltkhs.cabal` specifies `cabal-version: >=1.20`. Try upgrading cabal with `cabal install cabal-install` and try the...

Yeah, not quite sure what to do here. The problem is breaking API changes between Cabal 1.18 and 1.20. Do you know what CPP macro detects Cabal version?

Had this been installed with `cabal install` this would have been detected. Unless you have a better suggestion I'm going to hunt for some `#define` that has the current Cabal...