-
-
Notifications
You must be signed in to change notification settings - Fork 276
Description
As you all know contributors at Phobos silently broke LDC by checking in new, fancy changes. Now that we have an easy to adapt CI in place, we should be able to tackle this problem and warn the reviewers. Doing this is simply one more job in the queue and I think no one will bother if it doesn't break all the time, so the crucial thing here is to get it right from the beginning, s.t. people don't complain.
I have played a bit around with your build setup and everything seems straight-forward, except for the most-important bit: merging dlang/phobos with ldc-developers/phobos
Why is this so problematic?
With "342 commits ahead" merge conflict arise pretty quickly (with master there are currently five files conflicting) and a CI can't auto-resolve those conflicts intelligently.
So imho the only way we can make this happen is cutting down all the modifications and in the best case moving all modifications over to dlang/phobos and dropping the repo.
What's your opinion on this?
For the time being we could also just run the LDC test-suite at Phobos, but always return 0 and send a message to a mailing list. However I am not sure whether that's worth it then :7