Dne 11.2.2016 v 01:20 Adam D. Ruppe via Digitalmars-d napsal(a):
On Wednesday, 10 February 2016 at 23:30:03 UTC, Márcio Martins wrote:
I did my changes to druntime, rebuilt with make -f posix.mak
You really need to build all three together to see changes effectively...
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.
Separate repositories make this really annoying. This is one of thing
where gdc developers makes better than ldc.