Aditya Siram

Results 138 comments of Aditya Siram

@Kleidukos @kozross Are you still planning on working this issue? Is there anything I can do to help?

This is an issue with `language-c` not being able to parse those constructs. I've been getting around them with something like this in my `.cabal` file: ``` if os(darwin) cc-options:...

Sorry this took me a while to get to this. Last week was Thanksgiving and today was the first time I was able to work on the this issue. In...

Are you using `c2hs-0.28.2`? If not please upgrade. You can verify with `c2hs --version`.

But it still fails with `_Float128`. https://github.com/visq/language-c/issues/39

I think this is now fixed in https://github.com/haskell/c2hs/issues/192#issuecomment-346962050. Please try and let me know and I'll close.

This PR is now merged. Thanks for your patience.

It looks like this change is causing timeouts on CI. Can I get some help diagnosing which test is taking too long? I don't know where to look for test...

Now that CI passes unless people have an issue with the [new flag](https://github.com/nim-lang/Nim/pull/20377/files#diff-6b7c28355957ab974fa38584bc810d1aac557bdcc7874e98d8ec005cc2200d72R307) this an incremental improvement that can be merged. In the long term it would be good to...

This PR can be merged. We talked about it on Discord and Araq was good with this change.