Thanks, but you've apparently added a function(s) that also need to be added to druntime/gcstub/gc.d

Steve Schveighoffer wrote:
Not sure if you did it recently or not, but I do have commit access, thanks!

I'll commit the patch shortly

-Steve



----- Original Message ----
From: Sean Kelly <[email protected]>
To: Steve Schveighoffer <[email protected]>
Cc: Walter Bright <[email protected]>
Sent: Mon, February 22, 2010 11:17:03 AM
Subject: Re: [Fwd: Re: [Fwd: Re: [phobos] array appending changes to druntime]]

Oops!  I thought you had access already.  I'll look into it.

On Feb 22, 2010, at 4:26 AM, Steve Schveighoffer wrote:

I have one -- schveiguy

But I need access to druntime, not phobos (although I may need access to
phobos to do other things). I guess that would take Sean's approval. I don't mind helping out in druntime, but I'm not really any kind of expert on the runtime, and I doubt I'll make many contributions besides this one without assignment. If Sean just wants to apply the patch, that is fine with me, but if you want me to do it, that is fine too.
-Steve




----- Original Message ----
From: Walter Bright To: Steve Schveighoffer Sent: Sun, February 21, 2010 4:35:56 PM
Subject: [Fwd: Re: [Fwd: Re: [phobos] array appending changes to druntime]]

I guess you need a dsource id!

-------- Original Message --------
Subject:     Re: [Fwd: Re: [phobos] array appending changes to druntime]
Date:     Sun, 21 Feb 2010 13:25:37 -0800
From: Brad Roberts To: Walter Bright CC: Brad Anderson References: <[email protected]>



On dsource, go to the phobos project, click on the admin link. On that page
is
a section for adding permissions.  You'll need his dsource id and to select a
permission level, presumably developer.

That should do it.

On 2/21/2010 10:52 AM, Walter Bright wrote:
Can we fix up Steve with Phobos commits? Thanks!

-------- Original Message --------
Subject:     Re: [phobos] array appending changes to druntime
Date:     Sun, 21 Feb 2010 04:37:38 -0800 (PST)
From: Steve Schveighoffer Reply-To: Discuss the phobos library for D To: Discuss the phobos library for D References: <[email protected]>
<[email protected]>
<[email protected]>
<[email protected]> <[email protected]>

<[email protected]>
<[email protected]>
<[email protected]>



By "All Set" I meant that the patch is recreated against the current
trunk and can be applied to druntime.  I don't have commit access, so I
can't apply it.

-Steve



----- Original Message ----
From: Walter Bright To: Discuss the phobos library for D Sent: Sat, February 20, 2010 7:46:56 PM
Subject: Re: [phobos] array appending changes to druntime


Steve Schveighoffer wrote:
All set:



The changes don't seem to be checked in, this still
fails:
unittest {
#line 950 "0350-arrays.tex"
int[] a = [0, 10, 20,
30, 40, 50, 60, 70];
auto b = a[4 .. $];
a = a[0 .. 4];
// At this
point a and b are adjacent
a ~= [0, 0, 0, 0];
assert(b == [40, 50, 60,
70]); // passes; a got reallocated
}

void
main(){}
_______________________________________________
phobos mailing
list
href="mailto:[email protected]";>[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos


    _______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos








_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to