snowleopard / hadrian

Hadrian: a new build system for the Glasgow Haskell Compiler. Now merged into the GHC tree!
https://gitlab.haskell.org/ghc/ghc/tree/master/hadrian
MIT License
208 stars 37 forks source link

Hadrian commits mess up GHC Trac #480

Closed snowleopard closed 6 years ago

snowleopard commented 6 years ago

Just spotted: https://ghc.haskell.org/trac/ghc/ticket/454#comment:7

@bgamari Can we do anything about this?

angerman commented 6 years ago

May I propose a submodule until we fully merge Hadrian as subtree into ghc and at that point delete the upstream repository?

bgamari commented 6 years ago

@bgamari Can we do anything about this?

Of course. There are at least three options,

a. Be careful to delete the commit messages in the squashed commit b. Do as @angerman suggests and move hadrian to a submodule until we are closer to merging c. Ignore the problem in hopes that we can merge soon

Which we should do really depends upon how quickly we think we will be able to retire the GitHub repository.

snowleopard commented 6 years ago

@bgamari @angerman Thanks! I think option (a) is my current preference.