Zac Slade

Results 9 comments of Zac Slade

This is the latest bug to show this error so I'm putting this here. (_also mentioned in #192 and #191_) I have pushed a commit with a potential fix in...

If you are using gcc-7 then this issue is 100% fixed. Potentially there is still an issue for pre-gcc-7 version (maybe), but we haven't seen reports of this issue when...

@deech I tried using the following in a test stack.yaml file: ``` packages: - '.' # Added to fix issue #192 for c2hs on github/haskell/c2hs - location: git: https://github.com/deech/c2hs.git commit:...

I got this working, from your (@deech) branch of c2hs do a stack init and try the following snippet ``` packages: - . - location: git: https://github.com/krakrjak/language-c.git commit: 5c0efb4d5d49bcd065b8c9e41188a41562edf37c extra-dep:...

That error makes sense... With the `language-c` update you don't need this typdef any more. It's cruft and the way the fix I did makes them both be `__float128` so...

@deech https://github.com/visq/language-c/pull/41 has been merged.

@peti yeah, but I think for different reasons. It's hard to pick the signal out of your log posting, but I think you have a failure in test case #7....

I have submitted a small fix, https://github.com/visq/language-c/pull/41 I tested it with the 0.7.0 compatibility improvements made by @deech and my test cases started working without having to define `_Float128` for...

On Mon, Jan 20, 2014 at 11:26 AM, Mike Shulman [email protected]: > On github, when I push changes to a branch in my fork and then click > "compare and...