David P. Reed

Results 5 issues of David P. Reed

The current implementation of the const hook is disappointing. Essentially it is a string replacement only for a define, so it doesn't do a reasonable thing with any kind of...

The following style of struct is relatively common in C interfaces, using the unnamed structure or union as a holder for items without requiring an intermediate qualifier: struct foo {...

I built C2HS using GHC 8.6.3 on my Fedora 29 system. When I ran the tests, in "test-bugs" issue 7 failed. I can't figure out why it fails - the...

I've moved to using a Chromebook for my tinkering computer, now that Linux(debian) is supported in ChromeOS (in beta) and it supports USB devices. But the issue I'm encountering is...

I tried converting package language-c that I had cloned to work with stack using hpack-convert after "stack init". It almost got things right, except for not including the required extensions...