Neil Mitchell
Neil Mitchell
Or if Fsatrace was a C API
With the current scheme, I can `needed` a file (indicate that a file was just used at it's current value). With a blocking API I could instead switch to a...
Imagine your .c file includes a .h file that is generated from a .txt file. The first time round, your build fails because the .h file hasn't been generated. A...
Cool, sounds good. I hope to try and get the tests running sometime this week, and see if there's anything I can do to cover all the kinds of things...
How easy is opening a library dynamically from Haskell? I've done it in C++ apps before, but never tried from Haskell - I guess it involves a separate Windows/Posix bit...
Ok, that's not so bad then.
For info, thinking more, I think the preemptive notification will be exceptionally useful, eg https://github.com/snowleopard/shaking-up-ghc/issues/48#issuecomment-167447745
It's not that I have the same name twice - it's all unique. The problem is that I refer to the same project under two different paths. I put together...
I ran into this. At the moment the error messages are less precise than normal fs::create_dir_all, which was a bit disappointing.
ghc-exactprint would definitely need to migrate (or offer the option) first. If ghc-exactprint and apply-refact were on matching versions of ghc-lib, I'd be slightly tempted to wonder if we could...