Thread overview
[dmd-internals] broken master?
Feb 21, 2012
Brad Roberts
Feb 21, 2012
Walter Bright
Feb 21, 2012
Don Clugston
Feb 21, 2012
Daniel Murphy
Feb 21, 2012
Daniel Murphy
Feb 21, 2012
kenji hara
Feb 21, 2012
Walter Bright
Feb 21, 2012
kenji hara
Feb 21, 2012
Jonathan M Davis
February 20, 2012
Walter, dmd hasn't built since one of the pushes earlier today, yet more changes are being piled on top.  Is your local
build working somehow?
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

February 21, 2012

On 2/20/2012 11:23 PM, Brad Roberts wrote:
> Walter, dmd hasn't built since one of the pushes earlier today, yet more changes are being piled on top.  Is your local
> build working somehow?
>

Yes, it is. I'll take a look.
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

February 21, 2012
And even with that fixed, Phobos still doesn't build.

On 21 February 2012 09:50, Walter Bright <walter@digitalmars.com> wrote:
>
>
> On 2/20/2012 11:23 PM, Brad Roberts wrote:
>>
>> Walter, dmd hasn't built since one of the pushes earlier today, yet more
>> changes are being piled on top.  Is your local
>> build working somehow?
>>
>
> Yes, it is. I'll take a look.
>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

February 21, 2012
Could we please fix this, permanently?
Something as simple as a 'stable' (or 'passing') branch of each
repository that's only merged to when master is passing should do the
trick.  The pull tester could then use this instead of verifying that
no, none of the open pulls fix master.

There will be a slight delay before 'stable' is up to date, but it should be ok for Don and Brad to update this branch.  Three is better than one, right?

Best thing is - this would be backwards compatible.  Anybody using master can continue to use it as is - occasionally broken for days at a time.

On Tue, Feb 21, 2012 at 20:40, Don Clugston <dclugston@googlemail.com> wrote:
> And even with that fixed, Phobos still doesn't build.
>
> On 21 February 2012 09:50, Walter Bright <walter@digitalmars.com> wrote:
>>
>>
>> On 2/20/2012 11:23 PM, Brad Roberts wrote:
>>>
>>> Walter, dmd hasn't built since one of the pushes earlier today, yet more
>>> changes are being piled on top.  Is your local
>>> build working somehow?
>>>
>>
>> Yes, it is. I'll take a look.
>>
>> _______________________________________________
>> dmd-internals mailing list
>> dmd-internals@puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
> _______________________________________________
> dmd-internals mailing list
> dmd-internals@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

February 21, 2012
On Tue, Feb 21, 2012 at 21:19, Daniel Murphy <yebblies@gmail.com> wrote:
> Could we please fix this, permanently?
> Something as simple as a 'stable' (or 'passing') branch of each
> repository that's only merged to when master is passing should do the
> trick.  The pull tester could then use this instead of verifying that
> no, none of the open pulls fix master.
>
> There will be a slight delay before 'stable' is up to date, but it should be ok for Don and Brad to update this branch.  Three is better than one, right?
>
> Best thing is - this would be backwards compatible.  Anybody using master can continue to use it as is - occasionally broken for days at a time.
>

Should have sent this to druntime and phobos lists too.
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

February 21, 2012
Today my two pulls were merged. https://github.com/D-Programming-Language/dmd/pull/41 https://github.com/D-Programming-Language/phobos/pull/120

But dmd's pull was silently broken few days ago (and I didn't noticed
it), so Walter reverted it.
But Phobos change is still merged, that is the reason of current breaking.

I've posted a new dmd pull with a small fixup.
https://github.com/D-Programming-Language/dmd/pull/753
Furthermore I've posted a druntime fix that I've forgotten to post.
https://github.com/D-Programming-Language/druntime/pull/157
(I'm really sorry for my confusing.)

The last two pulls will make struct literal to rvalue.

Kenji Hara

2012/2/21 Don Clugston <dclugston@googlemail.com>:
> And even with that fixed, Phobos still doesn't build.
>
> On 21 February 2012 09:50, Walter Bright <walter@digitalmars.com> wrote:
>>
>>
>> On 2/20/2012 11:23 PM, Brad Roberts wrote:
>>>
>>> Walter, dmd hasn't built since one of the pushes earlier today, yet more
>>> changes are being piled on top.  Is your local
>>> build working somehow?
>>>
>>
>> Yes, it is. I'll take a look.
>>
>> _______________________________________________
>> dmd-internals mailing list
>> dmd-internals@puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
> _______________________________________________
> dmd-internals mailing list
> dmd-internals@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

February 21, 2012
But I did the revert,  I wonder why that didn't work.

On 2/21/2012 3:02 AM, kenji hara wrote:
> Today my two pulls were merged.
> https://github.com/D-Programming-Language/dmd/pull/41
> https://github.com/D-Programming-Language/phobos/pull/120
>
> But dmd's pull was silently broken few days ago (and I didn't noticed
> it), so Walter reverted it.
> But Phobos change is still merged, that is the reason of current breaking.
>
> I've posted a new dmd pull with a small fixup.
> https://github.com/D-Programming-Language/dmd/pull/753
> Furthermore I've posted a druntime fix that I've forgotten to post.
> https://github.com/D-Programming-Language/druntime/pull/157
> (I'm really sorry for my confusing.)
>
> The last two pulls will make struct literal to rvalue.
>
> Kenji Hara
>
> 2012/2/21 Don Clugston<dclugston@googlemail.com>:
>> And even with that fixed, Phobos still doesn't build.
>>
>> On 21 February 2012 09:50, Walter Bright<walter@digitalmars.com>  wrote:
>>>
>>> On 2/20/2012 11:23 PM, Brad Roberts wrote:
>>>> Walter, dmd hasn't built since one of the pushes earlier today, yet more
>>>> changes are being piled on top.  Is your local
>>>> build working somehow?
>>>>
>>> Yes, it is. I'll take a look.
>>>
>>> _______________________________________________
>>> dmd-internals mailing list
>>> dmd-internals@puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>> _______________________________________________
>> dmd-internals mailing list
>> dmd-internals@puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
> _______________________________________________
> dmd-internals mailing list
> dmd-internals@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>
>
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

February 21, 2012
OK, I've posted a revert pull for Phobos. The new three are:

https://github.com/D-Programming-Language/dmd/pull/753 https://github.com/D-Programming-Language/druntime/pull/157 https://github.com/D-Programming-Language/phobos/pull/448

I'm waiting to fix the issue from one year ago.

Kenji Hara

2012/2/21 Walter Bright <walter@digitalmars.com>:
> But I did the revert,  I wonder why that didn't work.
>
>
> On 2/21/2012 3:02 AM, kenji hara wrote:
>>
>> Today my two pulls were merged. https://github.com/D-Programming-Language/dmd/pull/41 https://github.com/D-Programming-Language/phobos/pull/120
>>
>> But dmd's pull was silently broken few days ago (and I didn't noticed
>> it), so Walter reverted it.
>> But Phobos change is still merged, that is the reason of current breaking.
>>
>> I've posted a new dmd pull with a small fixup.
>> https://github.com/D-Programming-Language/dmd/pull/753
>> Furthermore I've posted a druntime fix that I've forgotten to post.
>> https://github.com/D-Programming-Language/druntime/pull/157
>> (I'm really sorry for my confusing.)
>>
>> The last two pulls will make struct literal to rvalue.
>>
>> Kenji Hara
>>
>> 2012/2/21 Don Clugston<dclugston@googlemail.com>:
>>>
>>> And even with that fixed, Phobos still doesn't build.
>>>
>>> On 21 February 2012 09:50, Walter Bright<walter@digitalmars.com>  wrote:
>>>>
>>>>
>>>> On 2/20/2012 11:23 PM, Brad Roberts wrote:
>>>>>
>>>>> Walter, dmd hasn't built since one of the pushes earlier today, yet
>>>>> more
>>>>> changes are being piled on top.  Is your local
>>>>> build working somehow?
>>>>>
>>>> Yes, it is. I'll take a look.
>>>>
>>>> _______________________________________________
>>>> dmd-internals mailing list
>>>> dmd-internals@puremagic.com
>>>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>>>
>>> _______________________________________________
>>> dmd-internals mailing list
>>> dmd-internals@puremagic.com
>>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>>
>> _______________________________________________
>> dmd-internals mailing list
>> dmd-internals@puremagic.com
>> http://lists.puremagic.com/mailman/listinfo/dmd-internals
>>
>>
> _______________________________________________
> dmd-internals mailing list
> dmd-internals@puremagic.com
> http://lists.puremagic.com/mailman/listinfo/dmd-internals
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals

February 21, 2012
On Tuesday, February 21, 2012 03:42:11 Walter Bright wrote:
> But I did the revert,  I wonder why that didn't work.

Maybe you forgot to push it?

- Jonathan M Davis
_______________________________________________
dmd-internals mailing list
dmd-internals@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-internals