John Wiegley
John Wiegley
Right now `long double` becomes `CDouble` and `double long` becomes `CLong`, neither of which is correct.
Example: ``` c {- struct cal_table { int size; struct { int raw; int val; } table[32]; }; -} #starttype struct cal_table #field size , CInt #array_field table , #stoptype...
Right now I'm depending on the correctness of the C code to ensure this doesn't happen, but it would provide us with an additional check.
It would be handy if `save` could return the `RevisionId` it just saved the `FilePath` at, rather than requiring that you immediately call `latest` for that same `FilePath`. I mention...
If I could specify the delay for a specific keymap: ```el (put 'ctl-x-r-map 'which-key-idle-delay 0.0) ``` This would allow `which-key` to cover most of the cases where I use Hydra.
I have a large project that I build with cabal-dev. "hdevtools check" claims that a module installed into my cabal-dev isn't available, while "ghc-mod check" works correctly.
If you look here: https://github.com/lunaryorn/flycheck/issues/32, you find a checker for Emacs that I wrote that uses hdevtools. It works extremely well so far, and since flycheck is smart about highlighting...