March 21, 2007
Anders F Björklund wrote:
> Andrei Alexandrescu (See Website For Email) wrote:
> 
>> Over the past couple of weeks Walter and I have worked on improving the stdio module, following my shocking discovery that its performance was inadequate for any amount of serious coding. To say nothing about the lack of the input routines readf, readln, etc.
> 
> It's excellent news that std.stdio is finally getting revamped!
> Hopefully you were able to make some use of our previous code
> and suggestions, from the discussions held earlier (in 2005).

The only concern is the risk of concurrent development of stdio and Tango's I/O. It would be best to not balkanize the community by presenting them functionally almost equivalent interfaces. Phobos already has two, no, three mutually incompatible ways of dealing with files. I don't know how this can be approached effectively.


Andrei
March 21, 2007
Andrei Alexandrescu (See Website For Email) wrote:
> 
> Excellent! I have collected some data on stdio and a couple of baselines, and I'll install Tango now. In fact I've already hit a hitch:  README.txt sends the reader to http://dsource.org/projects/tango/wiki/TopicInstallTango which says one should run ./lib/install-dmd.sh, which is not to be found in the distribution... probably I'll need to set an account on dsource.org and ask there.

It was moved to /install/install-dmd.sh, and I guess we missed updating the README :-)  If you want to do a manual install, the instructions are here: http://www.dsource.org/projects/tango/wiki/TopicInstallTango

Personally, I just publish the appropriate stuff to /include/d/tango and /usr/lib directly from the SVN tree via a script.


Sean
March 21, 2007
Sean Kelly wrote:
> Andrei Alexandrescu (See Website For Email) wrote:
>>
>> Excellent! I have collected some data on stdio and a couple of baselines, and I'll install Tango now. In fact I've already hit a hitch:  README.txt sends the reader to http://dsource.org/projects/tango/wiki/TopicInstallTango which says one should run ./lib/install-dmd.sh, which is not to be found in the distribution... probably I'll need to set an account on dsource.org and ask there.
> 
> It was moved to /install/install-dmd.sh, and I guess we missed updating the README :-)  If you want to do a manual install, the instructions are here: http://www.dsource.org/projects/tango/wiki/TopicInstallTango

Oops, I misunderstood.  That link also has instructions for how to perform a manual install.
1 2
Next ›   Last »