On Thursday, 11 February 2016 at 06:57:39 UTC, Daniel Kozak wrote:
Dne 11.2.2016 v 01:20 Adam D. Ruppe via Digitalmars-d napsal(a):
IMO it is a denial of reality to put them in three separate
repositories since they are so strongly coupled in practice -
their makefiles reference each other!
Yes, this is the main reason why I does not do dmd and
druntime development much often. I really hate when I try to
bisect regressions.
That's what digger is for: https://github.com/CyberShadow/Digger
But yes, having everything in one repo would make some things
easier.
- Jonathan M Davis