Re: Bug fix week

2010-05-26 Thread Masahiro Nakagawa
On Thu, 27 May 2010 05:47:50 +0900, Brad Roberts  
 wrote:



On Thu, 27 May 2010, Masahiro Nakagawa wrote:


On Sun, 23 May 2010 22:50:14 +0900, Andrei Alexandrescu
 wrote:

> We've had a tremendous infusion of talent and energy in Phobos, and  
lately
> work has picked up in unprecedented ways, both in terms of new  
features and

> bug fixes. I can't say how happy I am about that!
>
> At the end of this starting week, on Friday May 28, TDPL will be out  
on

> trucks to bookstores.
>
> Let's make this week a bug fixing week for both dmd and Phobos, and  
issue a

> release on Monday. We're going public!
>
>
> Andrei

I think we need improvement of DDoc.
Current DDoc doesn't keep up with D Spec(e.g. ignore @attribute, pure,
etc...).


Fixes are generated at the rate Walter plus several other volunteers
generate them.  Care to add yourself to that set of volunteers?  The
source is fully available..  Bugzilla has a lot of issues to choose your
favorite(s) from...

Later,
Brad



Yes. I would like to fix dmd bugs.
But, I don't understand dmd internal now :(
Give me a more time.


Re: Bug fix week

2010-05-26 Thread Brad Roberts
On Thu, 27 May 2010, Masahiro Nakagawa wrote:

> On Sun, 23 May 2010 22:50:14 +0900, Andrei Alexandrescu
>  wrote:
> 
> > We've had a tremendous infusion of talent and energy in Phobos, and lately
> > work has picked up in unprecedented ways, both in terms of new features and
> > bug fixes. I can't say how happy I am about that!
> > 
> > At the end of this starting week, on Friday May 28, TDPL will be out on
> > trucks to bookstores.
> > 
> > Let's make this week a bug fixing week for both dmd and Phobos, and issue a
> > release on Monday. We're going public!
> > 
> > 
> > Andrei
> 
> I think we need improvement of DDoc.
> Current DDoc doesn't keep up with D Spec(e.g. ignore @attribute, pure,
> etc...).

Fixes are generated at the rate Walter plus several other volunteers 
generate them.  Care to add yourself to that set of volunteers?  The 
source is fully available..  Bugzilla has a lot of issues to choose your 
favorite(s) from...

Later,
Brad



Re: Bug fix week

2010-05-26 Thread Masahiro Nakagawa

On Sun, 23 May 2010 22:50:14 +0900, Andrei Alexandrescu
 wrote:

We've had a tremendous infusion of talent and energy in Phobos, and  
lately work has picked up in unprecedented ways, both in terms of new  
features and bug fixes. I can't say how happy I am about that!


At the end of this starting week, on Friday May 28, TDPL will be out on  
trucks to bookstores.


Let's make this week a bug fixing week for both dmd and Phobos, and  
issue a release on Monday. We're going public!



Andrei


I think we need improvement of DDoc.
Current DDoc doesn't keep up with D Spec(e.g. ignore @attribute, pure,
etc...).


Re: dcollections 1.0 and 2.0a beta released

2010-05-26 Thread Bruno Medeiros

On 24/05/2010 16:45, Andrei Alexandrescu wrote:

In the past I have built a C++ library that abstracted features of
the OS. My goal was to make it possible to dynamically load a module
that abstracted things like setting the IP address of a network
interface. My modules used std::string instead of char * to lookup
services to get objects that implement the interface. Big mistake. On
a later version of the standard C++ runtime, the private
implementation of std::string changed, so the dynamically loaded
libraries crashed horribly. No change in string's interface, just the
private stuff changed, but because it's a template, the code that
uses it necessarily has to be aware of it. We ended up ditching the
standard C++ library's version of string, and used STLPort so we
could control the library.

I envision this same sort of problem would be likely with D
collection objects that were not used via interfaces.


I see no problem retrofitting a no-interface container into a formal
interface if so needed.



I don't understand this discussion: isn't the reason above pretty much a 
dead-on hard requirement for the collections to have interfaces?

Something like, for example, an interface version of the range traits?

--
Bruno Medeiros - Software Engineer


Re: Bartosz' Message Passing talk tonight

2010-05-26 Thread Nick B

Nick B wrote:

Phil Deets wrote:
On Wed, 19 May 2010 22:28:26 -0600, Phil Deets  
wrote:


On Wed, 19 May 2010 18:31:53 -0600, Walter Bright 
 wrote:



Title: The Anatomy of Message Passing
Speaker: Bartosz Milewski
Date: May 19, 2010
Time: 7 pm
Place: Microsoft Eastside Campus, Bldg 41, Townsend (see our website
www.nwcpp.org for directions).




see comment 12

http://reliablesoftware.wordpress.com/2010/02/08/real-life-multithreading/

Nick


Here Bartosz has posted the video and notes from his talk.

http://bartoszmilewski.wordpress.com/2010/05/21/the-anatomy-of-message-passing/

happy reading.

Nick B