hadrian icon indicating copy to clipboard operation
hadrian copied to clipboard

Hadrian: a new build system for the Glasgow Haskell Compiler. Now merged into the GHC tree!

Results 39 hadrian issues
Sort by recently updated
recently updated
newest added

Thanks to @izgzhen we now have dynamic way working on Linux and OSX (#4). But Windows is still not supported. We'll track the progress here. Presumably this is not high...

Windows
dynamic
medium-priority

Ctrl + c does put me back into the shell, but the build continues. I assume the actual build is done by a subprocess which happily continues after the primary...

enhancement
infrastructure
Windows
medium-priority

Hello everyone, hadrian has been merged into GHC proper, just today! You can see the commit here: https://github.com/ghc/ghc/commit/94756201349685a34c4495addd3484fdfcc8b498 From now on, let's: - submit new issues on trac: https://ghc.haskell.org/trac/ghc/newticket ;...

https://azure.microsoft.com/en-us/blog/announcing-azure-pipelines-with-unlimited-ci-cd-minutes-for-open-source/ - a six hour limit on fast VMs for free could be very useful

enhancement
infrastructure

I've tried changing the build root on Windows like this: ``` $ ./build.stack.bat -j --flavour=quickest --integer-simple -c -o/d/test ``` and this: ``` $ ./build.stack.bat -j --flavour=quickest --integer-simple -c -oD:\test ```...

bug
Windows
medium-priority

We should provide a comprehensive description of all available *predicates* such as `input "//Prelude.*"` in https://github.com/snowleopard/hadrian/blob/master/doc/user-settings.md.

documentation

I've been running `hadrian/build.sh` in a terminal now, and the terminal where it's running keeps requesting my attention since `hadrian` annoyingly seems to emit bell/urgency hints every couple of seconds...

bug
infrastructure
low-priority

Two observations: * Changing `rts/rts.cabal.in` doesn't seem to change `rts/rts.cabal`. * Deleting `rts/rts.cabal` and then rebuilding results in a complaint that the rule that was meant to produce `rts.cabal` didn't....

bug
help wanted
OS X
medium-priority

I got the error message: ``` hadrian.EXE: _build/stage1/gmp/objs/zero.o: openFile: does not exist (No such file or directory) hc.hs: Failed when running system command: hadrian\build.bat -j --flavour=quickest --configure CallStack (from HasCallStack):...

bug
Windows

@bgamari brought up [this ticket](https://ghc.haskell.org/trac/ghc/ticket/15448#ticket) in a discussion we were having, and to be entirely honest this is quite likely something we want to implement in hadrian rather than the...

enhancement
help wanted
cross-compilation