Jump to page: 1 24  
Page
Thread overview
Tango 0.99.8 Sean released
Mar 26, 2009
Lars Ivar Igesund
Mar 27, 2009
Nick Sabalausky
Mar 27, 2009
Lutger
Mar 27, 2009
Nick Sabalausky
Mar 27, 2009
Don
Mar 27, 2009
Moritz Warning
Mar 27, 2009
Christopher Wright
Mar 27, 2009
Chad J
Mar 27, 2009
Lars Kyllingstad
Mar 27, 2009
Christian Kamm
Mar 27, 2009
Lars Kyllingstad
Mar 29, 2009
goshawk
Mar 27, 2009
Mike James
Mar 27, 2009
Ellery Newcomer
Mar 27, 2009
Trass3r
Mar 27, 2009
Trass3r
Mar 28, 2009
Trass3r
Mar 27, 2009
Piotrek
Mar 27, 2009
Jacob Carlborg
Mar 28, 2009
Lars Ivar Igesund
Mar 28, 2009
Nick Sabalausky
Mar 28, 2009
torhu
Mar 28, 2009
Nick Sabalausky
Mar 28, 2009
Christopher Wright
Mar 28, 2009
Chad J
Mar 28, 2009
Lars Ivar Igesund
Mar 29, 2009
Chad J
Mar 28, 2009
Robert Fraser
March 26, 2009
Dear D community

A new version of Tango is now available for download. The release is named
after Sean Kelly for his past work on the Tango runtime and now druntime.
The release have several new features, and fairly major changes to tie the
IO even closer together. To make the transition easier, the previous
incarnation is still available for this release.

This has been a much delayed release compared to the earlier Tango releases,
but time has been spent fairly well, covering 301 closed tickets and more
than 600 commits.

 * Final refinement of the IO
 * JSON parser/builder
 * FTP adapter for the VFS by Lester L. Martin II
 * Serial port support by Robin Kreis
 * Inter-thread communication by Steven Schveighoffer
 * /dev/null support by Fawzi Mohamed
 * Random framework by same Fawzi
 * BigInt by Don Clugston
 * Updated for DMD 1.041, including Mac support
 * Support for LDC
 * OpenSolaris support by BlueZeniX
 * New API docs courtesy of Aziz and Moritz
 * More containers such as HashFile

For a complete list of changes please see the changelog. We welcome all
feedback and testing.

We're in the process of updating to new API docs as mentioned above, now generated by dil. You can see the docs for 0.99.8 at http://www.dsource.org/projects/tango/docs/0.99.8 or later download them from via the download pages.

We are always looking for new participants, so feel free to contact us via the page linked below. In particular, we are looking for someone to help drive the online presence via our Trac pages.

The Tango homepage can be found at http://www.dsource.org/projects/tango

Downloads: http://www.dsource.org/projects/tango/wiki/Download

See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more detailed installation instructions for your system.

Contact information at http://www.dsource.org/projects/tango/wiki/Contact

------

Signed,

The Tango Team

March 27, 2009
On Thu, Mar 26, 2009 at 7:45 PM, Lars Ivar Igesund <larsivar@igesund.net> wrote:
> Dear D community
>
> A new version of Tango is now available for download. The release is named after Sean Kelly for his past work on the Tango runtime and now druntime. The release have several new features, and fairly major changes to tie the IO even closer together. To make the transition easier, the previous incarnation is still available for this release.
>
> This has been a much delayed release compared to the earlier Tango releases, but time has been spent fairly well, covering 301 closed tickets and more than 600 commits.
>
>  * Final refinement of the IO
>  * JSON parser/builder
>  * FTP adapter for the VFS by Lester L. Martin II
>  * Serial port support by Robin Kreis
>  * Inter-thread communication by Steven Schveighoffer
>  * /dev/null support by Fawzi Mohamed
>  * Random framework by same Fawzi
>  * BigInt by Don Clugston
>  * Updated for DMD 1.041, including Mac support
>  * Support for LDC
>  * OpenSolaris support by BlueZeniX
>  * New API docs courtesy of Aziz and Moritz
>  * More containers such as HashFile
>
> For a complete list of changes please see the changelog. We welcome all feedback and testing.
>
> We're in the process of updating to new API docs as mentioned above, now generated by dil. You can see the docs for 0.99.8 at http://www.dsource.org/projects/tango/docs/0.99.8 or later download them from via the download pages.
>
> We are always looking for new participants, so feel free to contact us via the page linked below. In particular, we are looking for someone to help drive the online presence via our Trac pages.
>
> The Tango homepage can be found at http://www.dsource.org/projects/tango
>
> Downloads: http://www.dsource.org/projects/tango/wiki/Download
>
> See http://www.dsource.org/projects/tango/wiki/TopicInstallTango for more detailed installation instructions for your system.
>
> Contact information at http://www.dsource.org/projects/tango/wiki/Contact
>
> ------
>
> Signed,
>
> The Tango Team
>
>

Yaay!  Thanks!
March 27, 2009
"Lars Ivar Igesund" <larsivar@igesund.net> wrote in message news:gqh437$2cl2$1@digitalmars.com...
> Dear D community
>
> A new version of Tango is now available for download.

Hooray!


March 27, 2009
Wow that's great. Thanks!


March 27, 2009
On Thu, 26 Mar 2009 19:45:42 -0400, Lars Ivar Igesund <larsivar@igesund.net> wrote:

> Dear D community
>
> A new version of Tango is now available for download.

Just an FYI, the Win32 binary version is not working yet, stay tuned.

-Steve
March 27, 2009
On Fri, 27 Mar 2009 00:45:42 +0100, Lars Ivar Igesund wrote:

> Dear D community
[..]
> Signed,
> 
> The Tango Team


Great work everybody!
March 27, 2009
On Thu, 26 Mar 2009 20:22:51 -0400, Steven Schveighoffer <schveiguy@yahoo.com> wrote:

> On Thu, 26 Mar 2009 19:45:42 -0400, Lars Ivar Igesund <larsivar@igesund.net> wrote:
>
>> Dear D community
>>
>> A new version of Tango is now available for download.
>
> Just an FYI, the Win32 binary version is not working yet, stay tuned.
>
> -Steve

Should be there now, my first time uploading one of these, so be wary ;)

-Steve
March 27, 2009
Huzzah! I'm so happy for you! Let the peasants rejoice!
March 27, 2009
Lars Ivar Igesund wrote:
> Dear D community
> 
> A new version of Tango is now available for download. ...
> 
> Signed,
> 
> The Tango Team
> 

Awesome!
Thank you!
March 27, 2009
"Steven Schveighoffer" <schveiguy@yahoo.com> wrote in message news:op.urfelis1eav7ka@steves.networkengines.com...
> On Thu, 26 Mar 2009 20:22:51 -0400, Steven Schveighoffer <schveiguy@yahoo.com> wrote:
>
>> On Thu, 26 Mar 2009 19:45:42 -0400, Lars Ivar Igesund <larsivar@igesund.net> wrote:
>>
>>> Dear D community
>>>
>>> A new version of Tango is now available for download.
>>
>> Just an FYI, the Win32 binary version is not working yet, stay tuned.
>>
>> -Steve
>
> Should be there now, my first time uploading one of these, so be wary ;)
>
> -Steve

Seems to be working fine for me :)

Also, I noticed the warnings I used to get from tango (when compiling with -w) are now gone. Normally I wouldn't really care, but due to DMD's inability to actually treat warnings as warnings, this finally allows me to actually check my my own project for warnings without DMD deciding to complain and bail out before it gets to my code. So, I guess that's my roundabout way of saying thanks to the Tango crew for doing such a great job and taking care of those.


« First   ‹ Prev
1 2 3 4