Jump to page: 1 2
Thread overview
End of July Absences
Jul 17, 2013
Iain Buclaw
Jul 17, 2013
eles
Jul 17, 2013
Iain Buclaw
Jul 18, 2013
Johannes Pfau
Jul 24, 2013
Johannes Pfau
Jul 24, 2013
Brad Roberts
Jul 24, 2013
Leandro Lucarella
Jul 26, 2013
Johannes Pfau
Jul 26, 2013
Brad Roberts
Jul 24, 2013
Iain Buclaw
Jul 23, 2013
Iain Buclaw
July 17, 2013
Hi there,

I will be away for a fortnight on an upcoming cycling tour round Britain (well, Margate -> Lands End) with friends from Saturday 20th July until 3rd August.

If anyone needs to contact me, direct email would suffice in my absence on IRC.  For the time being keys are handed over to Johannes, to which I expect the place won't be burning down when I get back. :o)

Regards
Iain.
July 17, 2013
On Wednesday, 17 July 2013 at 07:59:49 UTC, Iain Buclaw wrote:
> Hi there,
>
> I will be away for a fortnight on an upcoming cycling tour Regards
> Iain.

Bonnes vacances, Iain!
July 17, 2013
On 07/17/2013 09:59 AM, Iain Buclaw wrote:
> I will be away for a fortnight on an upcoming cycling tour round Britain (well, Margate -> Lands End) with friends from Saturday 20th July until 3rd August.

Have lots of fun, Iain!

I'm going to see if I can make it to Paris -- I have friends there, so GHM makes a good excuse to visit.  Assuming I can make it, what's the preferred vintage of choice for a hard-working compiler maintainer -- whisky, wine or beer? :-)

July 17, 2013
On 17 July 2013 19:15, Joseph Rushton Wakeling <joseph.wakeling@webdrake.net> wrote:
> On 07/17/2013 09:59 AM, Iain Buclaw wrote:
>> I will be away for a fortnight on an upcoming cycling tour round Britain (well, Margate -> Lands End) with friends from Saturday 20th July until 3rd August.
>
> Have lots of fun, Iain!
>
> I'm going to see if I can make it to Paris -- I have friends there, so GHM makes a good excuse to visit.  Assuming I can make it, what's the preferred vintage of choice for a hard-working compiler maintainer -- whisky, wine or beer? :-)
>

If I was to be picky...  Ruavieja Herb Liquor.  :o)


--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';
July 18, 2013
Am Wed, 17 Jul 2013 09:59:48 +0200
schrieb "Iain Buclaw" <ibuclaw@ubuntu.com>:

> Hi there,
> 
> I will be away for a fortnight on an upcoming cycling tour round Britain (well, Margate -> Lands End) with friends from Saturday 20th July until 3rd August.
> 
> If anyone needs to contact me, direct email would suffice in my absence on IRC.  For the time being keys are handed over to Johannes, to which I expect the place won't be burning down when I get back. :o)
> 
> Regards
> Iain.

Have fun!
Maybe I can track down that std.parallelism issue in the meantime...
July 23, 2013
On 17 July 2013 08:59, Iain Buclaw <ibuclaw@ubuntu.com> wrote:
> Hi there,
>
> I will be away for a fortnight on an upcoming cycling tour round Britain (well, Margate -> Lands End) with friends from Saturday 20th July until 3rd August.
>
> If anyone needs to contact me, direct email would suffice in my absence on IRC.  For the time being keys are handed over to Johannes, to which I expect the place won't be burning down when I get back. :o)

Au revoir!

--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';
July 24, 2013
Am Thu, 18 Jul 2013 19:28:53 +0200
schrieb Johannes Pfau <nospam@example.com>:

> Maybe I can track down that std.parallelism issue in the meantime...

It was a memory corruption caused by core/thread.di and core/thread.d being out of sync.

Fixed in https://github.com/D-Programming-GDC/GDC/commit/1298c440c8cbb7faa5efba375ad29742774c0adf

So we now pass all tests again for 2.063 ;-) Now we 'only' have to finish shared library support.
July 24, 2013
On 7/24/13 9:04 AM, Johannes Pfau wrote:
> Am Thu, 18 Jul 2013 19:28:53 +0200
> schrieb Johannes Pfau <nospam@example.com>:
>
>> Maybe I can track down that std.parallelism issue in the meantime...
>
> It was a memory corruption caused by core/thread.di and core/thread.d
> being out of sync.
>
> Fixed in
> https://github.com/D-Programming-GDC/GDC/commit/1298c440c8cbb7faa5efba375ad29742774c0adf
>
> So we now pass all tests again for 2.063 ;-) Now we 'only' have to
> finish shared library support.
>

Congrats!  This is the first build that's actually passed the auto-testers. :)

http://d.puremagic.com/test-results/?projectid=2


July 24, 2013
On Jul 24, 2013 5:05 PM, "Johannes Pfau" <nospam@example.com> wrote:
>
> Am Thu, 18 Jul 2013 19:28:53 +0200
> schrieb Johannes Pfau <nospam@example.com>:
>
> > Maybe I can track down that std.parallelism issue in the meantime...
>
> It was a memory corruption caused by core/thread.di and core/thread.d being out of sync.
>
> Fixed in
>
https://github.com/D-Programming-GDC/GDC/commit/1298c440c8cbb7faa5efba375ad29742774c0adf
>
> So we now pass all tests again for 2.063 ;-) Now we 'only' have to finish shared library support.

Thanks Johannes, book yourself a train to Brighton, UK.  I'll get you a beer, or several. :)

Regards
-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';


July 24, 2013
Brad Roberts, el 24 de July a las 09:59 me escribiste:
> On 7/24/13 9:04 AM, Johannes Pfau wrote:
> >Am Thu, 18 Jul 2013 19:28:53 +0200
> >schrieb Johannes Pfau <nospam@example.com>:
> >
> >>Maybe I can track down that std.parallelism issue in the meantime...
> >
> >It was a memory corruption caused by core/thread.di and core/thread.d being out of sync.
> >
> >Fixed in https://github.com/D-Programming-GDC/GDC/commit/1298c440c8cbb7faa5efba375ad29742774c0adf
> >
> >So we now pass all tests again for 2.063 ;-) Now we 'only' have to finish shared library support.
> >
> 
> Congrats!  This is the first build that's actually passed the auto-testers. :)
> 
> http://d.puremagic.com/test-results/?projectid=2

Both very good news! Having GDC in the auto-tester and passing the tests!

-- 
Leandro Lucarella (AKA luca)                     http://llucax.com.ar/
----------------------------------------------------------------------
GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145  104C 949E BFB6 5F5A 8D05)
----------------------------------------------------------------------
When I was a child
I caught a fleeting glimpse
Out of the corner of my eye.
I turned to look but it was gone
I cannot put my finger on it now
The child is grown,
The dream is gone.
I have become comfortably numb.
« First   ‹ Prev
1 2