James Brock
James Brock
This *hdevtools* branch, if accepted, will give you the ability to put your *GHC* options in local `.hdevtoolsrc` project file. https://github.com/hdevtools/hdevtools/pull/59
Try passing the [`-fdefter-type-errors`](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/glasgow_exts.html#enabling-deferring-of-type-errors) flag to the *GHC* invoked by *hdevtools*. With *vim-hdevtools*, that would be, in `.vimrc`, let g:hdevtools_options = '-g-fdefer-type-errors'
Thanks for opening this issue, I'll investigate.
I can't reproduce your issue. Did you ever solve this?
> Is it doing that because it makes it easier on other backends? Maybe. That's a good point.
I tried swapping in a “fast” `CodePoints.uncons` function in __purescript-parsing__ and couldn't detect any speedup.
I want this too.
I appreciate the PR, but I don't really think that this PR is better. We don't want to enter all the FIX fields by hand, we want to auto-generate the...
So this is what you think the definitions should look like (with the X macro `HFFIX_FIX_MSGTYPE`)? ```C++ namespace msg_type { #if __cplusplus >= 201103L #define HFFIX_dummy(name, value) static constexpr const...
Thank you very much for this PR @chris-pattern . I used your code for adding a `hffix::msg_type` namespace in #47 . I'm not going to use your PR because I...