February 15, 2013
On 2/15/13 4:29 AM, Jacob Carlborg wrote:
>
>
> On Feb 15, 2013, at 04:39 AM, Jesse Phillips
> <jesse.k.phillips@gmail.com> wrote:
>
>> I'll have to write an article explaining why; I suggest Lua.
>
> Unfortunately, any language that is no D, shell script or C/C++ is
> basically banned from D. For a while the Mac OS X installer was built
> using a Ruby script. But that was converted to a shell script.

Jacob, will you please stop this. There was no rationale for using Ruby in the installer other than "Jacob likes Ruby." Changing from Ruby to shell script made the code simpler and smaller.

Jesse, offhand I think there would be a long shot to use a whole language for simple things like configuration files, but if you feel strongly definitely do argue your point in an article.


Andrei

_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 15, 2013
On Fri, Feb 15, 2013 at 9:55 AM, Andrei Alexandrescu <andrei@erdani.com> wrote:
> Jesse, offhand I think there would be a long shot to use a whole language for simple things like configuration files, but if you feel strongly definitely do argue your point in an article.

I know, and it may not be worth it. Like I said, this particular need
is probably smaller than its original creators expected. But I am
serious and believe it reasonable. It probably also isn't as nice to
use from C++ as it is from D.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 16, 2013
On 2/14/2013 7:52 PM, David Nadlinger wrote:
> On Fri, Feb 15, 2013 at 3:40 AM, Walter Bright <walter@digitalmars.com> wrote:
>> Barring any last minute objections, I'm going to do the release tonight.
> There is at least one regression affecting Thrift:
>
> http://d.puremagic.com/issues/show_bug.cgi?id=9514
>

Kenji fixed it, new beta posted.
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 16, 2013
'freebsd/lib32/libphobos2.a' appears to be old: 2012/11/15
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 17, 2013
On Sun, Feb 17, 2013 at 12:50 AM, Walter Bright <walter@digitalmars.com> wrote:
> On 2/14/2013 7:52 PM, David Nadlinger wrote:
>> http://d.puremagic.com/issues/show_bug.cgi?id=9514
> Kenji fixed it, new beta posted.

Thanks, staging passes the Thrift test suite now.

David
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 16, 2013
On 2/16/2013 4:23 PM, Nick Sabalausky wrote:
> 'freebsd/lib32/libphobos2.a' appears to be old: 2012/11/15
>


It seems my ancient freebsd box is running out of memory. Argh. Anyone know how to increase the limit on virtual memory allocated to a process?
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 16, 2013
On 2/16/2013 4:48 PM, Walter Bright wrote:
>
> On 2/16/2013 4:23 PM, Nick Sabalausky wrote:
>> 'freebsd/lib32/libphobos2.a' appears to be old: 2012/11/15
>>
>
>
> It seems my ancient freebsd box is running out of memory. Argh. Anyone know how to increase the limit on virtual memory allocated to a process?

Increasing the memory doesn't work - off to try desperate measures!
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 17, 2013
On 2/17/13, Walter Bright <walter@digitalmars.com> wrote:
>
> On 2/16/2013 4:23 PM, Nick Sabalausky wrote:
>> 'freebsd/lib32/libphobos2.a' appears to be old: 2012/11/15
>>
>
>
> It seems my ancient freebsd box is running out of memory.

Since you got yourself that new Win7 machine I bet it would run
FreeBSD in a virtual machine faster than whatever box you have. :)
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 16, 2013
On 2/16/2013 5:42 PM, Andrej Mitrovic wrote:
> On 2/17/13, Walter Bright <walter@digitalmars.com> wrote:
>> On 2/16/2013 4:23 PM, Nick Sabalausky wrote:
>>> 'freebsd/lib32/libphobos2.a' appears to be old: 2012/11/15
>>>
>>
>> It seems my ancient freebsd box is running out of memory.
> Since you got yourself that new Win7 machine I bet it would run
> FreeBSD in a virtual machine faster than whatever box you have. :)
> _______________________________________________
>

Probably. I just have no idea how to do that :-(

(It is a fast machine - 6 cores, 16Gb ram, it flies through the test suite!)
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta

February 16, 2013
On Sat, 16 Feb 2013 18:34:22 -0800
Walter Bright <walter@digitalmars.com> wrote:

> 
> On 2/16/2013 5:42 PM, Andrej Mitrovic wrote:
> > On 2/17/13, Walter Bright <walter@digitalmars.com> wrote:
> >> On 2/16/2013 4:23 PM, Nick Sabalausky wrote:
> >>> 'freebsd/lib32/libphobos2.a' appears to be old: 2012/11/15
> >>>
> >>
> >> It seems my ancient freebsd box is running out of memory.
> > Since you got yourself that new Win7 machine I bet it would run FreeBSD in a virtual machine faster than whatever box you have. :) _______________________________________________
> >
> 
> Probably. I just have no idea how to do that :-(
> 

I wonder if there's some way to take a disk image of a drive and convert it to a VM disc image? (But then I have no idea whether or not BSD handles hardware changes well.)

> (It is a fast machine - 6 cores, 16Gb ram, it flies through the test suite!) _______________________________________________

Dayam!
_______________________________________________
dmd-beta mailing list
dmd-beta@puremagic.com
http://lists.puremagic.com/mailman/listinfo/dmd-beta