digitalmars.D.announce - Tango 0.99.3 Triller released
- Lars Ivar Igesund (43/43) Nov 14 2007 Dear D community
- Daniel Keep (8/17) Nov 14 2007 Grats to Peter; welcome to the "people who've had a Tango release named
- Jarrett Billingsley (3/23) Nov 14 2007 Yaaaay!
- Clay Smith (11/70) Nov 14 2007 Yay! However I'm having trouble with the Windows DSSS net install... I g...
- Sean Kelly (5/23) Nov 14 2007 Perhaps Gregor can answer this one. I've checked lib/install-dmd.exe
- Lutger (2/2) Nov 14 2007 Great!
- Chad J (3/6) Nov 14 2007 No kidding. I had to take a look when I read this, and I have to agree....
- BCS (9/18) Nov 14 2007 YeeGads I think you've got it!!! That (after about 32 second of scrollin...
- Kris (5/24) Nov 15 2007 Boorad has been messing with some software to convert the Wiki into pdf
- BCS (2/7) Nov 15 2007 That would be great (not my first choice, but it would get the job done)
- Lars Noschinski (3/5) Nov 18 2007 A downloadable HTML version would be much better. IMO, PDF is not
- Kris (3/8) Nov 18 2007 Can you do something to assist in this process?
- Lars Noschinski (5/9) Nov 18 2007 % wget -l1 -R '*\?*' -k -p -r --no-parent -E http://www.dsource.org/proj...
- Daniel Keep (8/22) Nov 18 2007 I use this to suck down the API reference. There are also a few .js
- Adil (2/20) Nov 15 2007
- Kris (3/5) Nov 15 2007 Keinfarbton is the one responsible for that. A whole lot better, I'd say
- Bruno Medeiros (5/5) Nov 15 2007 What, no zombies or ghouls in this release?? :P
- Kris (1/2) Nov 15 2007 Only larsivi and I :p
- redsea (4/5) Nov 16 2007 Upgraded.
- Kris (3/12) Nov 16 2007 Yeah, that had to change in order to make the output atomic
- Denton Cockburn (3/62) Nov 16 2007 This still doesn't allow both to be used in the same code though right?
- Jarrett Billingsley (5/7) Nov 16 2007 It probably won't happen with D1, unless Walter really wants to pull the...
- Kris (11/58) Nov 16 2007 Ach!
- yidabu (3/83) Nov 17 2007 You can say that again!
- Daniel Keep (3/4) Nov 17 2007 Sorry about that. I'll try to reduce the gobbledygook quotient next tim...
- Kris (3/9) Nov 17 2007 hehe ... er, that is, clarity and quality of the most excellent variety ...
- Brian Hay (8/11) Nov 17 2007 Are all the online docs updated to reflect the above?
- Kris (14/26) Nov 17 2007 Hello,
- BLS (5/7) Nov 19 2007 Just want to say: THANK YOU FOLKS.
Dear D community The most recent version of Tango is now available for download. Named after Peter Triller for his robust Unicode classification & transformation contribution (toUpper, toLower, toTitle, isX, etc), this release contains several other notable additions and improvements: * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize the -defaultlib switch. This enables phobos to install side-by-side with Tango * full-featured tango.util.time.ISO8601 from Deewiant * tango.text.Unicode, courtesy of Peter Triller * new tango.io.stream KISS package, exposing various convenience wrappers and filters * VFS (1) is functional and awaiting Zip support. Are you interested in writing a webDav or FTP driver? * Preserve GC block attributes across reallocations, resolving some issues with void[] resizing * Formatting with Layout now works on X86_64, thanks to David Brown * Support for DMD 1.023 Also note that there is an experimental D2.0 branch in our repositories now. For a complete list of changes please see http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all feedback and testing. 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, and for additional VFS adapters. Tango.Scrapple at DSource is functioning as a place for Tango compatible code, and as a staging ground for future inclusion in Tango. (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS 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: http://www.dsource.org/projects/tango/wiki/Contact Signed, The Tango Team http://www.dsource.org/projects/tango/wiki/Contributors ---- Tango is a D library providing a cohesive runtime and library for the D programming language. A feature list can be found on http://www.dsource.org/projects/tango/wiki/Features
Nov 14 2007
Lars Ivar Igesund wrote:Dear D community The most recent version of Tango is now available for download. Named after Peter Triller for his robust Unicode classification & transformation contribution (toUpper, toLower, toTitle, isX, etc), this release contains several other notable additions and improvements:Grats to Peter; welcome to the "people who've had a Tango release named after them" club. *raises glass** DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize the -defaultlib switch. This enables phobos to install side-by-side with TangoHaaaa-le-lu-ja! I can *finally* get rid of my insane side-by-side setup! That's pretty much my whole history with D: find some crazy way of doing something, then have it obsoleted... :P Ok, back to study :'( -- Daniel
Nov 14 2007
"Lars Ivar Igesund" <larsivar igesund.net> wrote in message news:fhed5u$abm$1 digitalmars.com...Dear D community The most recent version of Tango is now available for download. Named after Peter Triller for his robust Unicode classification & transformation contribution (toUpper, toLower, toTitle, isX, etc), this release contains several other notable additions and improvements: * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize the -defaultlib switch. This enables phobos to install side-by-side with Tango * full-featured tango.util.time.ISO8601 from Deewiant * tango.text.Unicode, courtesy of Peter Triller * new tango.io.stream KISS package, exposing various convenience wrappers and filters * VFS (1) is functional and awaiting Zip support. Are you interested in writing a webDav or FTP driver? * Preserve GC block attributes across reallocations, resolving some issues with void[] resizing * Formatting with Layout now works on X86_64, thanks to David Brown * Support for DMD 1.023Yaaaay!
Nov 14 2007
Lars Ivar Igesund wrote:Dear D community The most recent version of Tango is now available for download. Named after Peter Triller for his robust Unicode classification & transformation contribution (toUpper, toLower, toTitle, isX, etc), this release contains several other notable additions and improvements: * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize the -defaultlib switch. This enables phobos to install side-by-side with Tango * full-featured tango.util.time.ISO8601 from Deewiant * tango.text.Unicode, courtesy of Peter Triller * new tango.io.stream KISS package, exposing various convenience wrappers and filters * VFS (1) is functional and awaiting Zip support. Are you interested in writing a webDav or FTP driver? * Preserve GC block attributes across reallocations, resolving some issues with void[] resizing * Formatting with Layout now works on X86_64, thanks to David Brown * Support for DMD 1.023 Also note that there is an experimental D2.0 branch in our repositories now. For a complete list of changes please see http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all feedback and testing. 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, and for additional VFS adapters. Tango.Scrapple at DSource is functioning as a place for Tango compatible code, and as a staging ground for future inclusion in Tango. (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS 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: http://www.dsource.org/projects/tango/wiki/Contact Signed, The Tango Team http://www.dsource.org/projects/tango/wiki/Contributors ---- Tango is a D library providing a cohesive runtime and library for the D programming language. A feature list can be found on http://www.dsource.org/projects/tango/wiki/FeaturesYay! However I'm having trouble with the Windows DSSS net install... I get ---------------- Installing tango core... tango.core.Exception.IOException: .\tango-win32-dmd.lib :: The system cannot find the file specified tango Installing tangocore Installing tango --------------- And my tango program fails to build.
Nov 14 2007
Clay Smith wrote:Yay! However I'm having trouble with the Windows DSSS net install... I get ---------------- Installing tango core... tango.core.Exception.IOException: .\tango-win32-dmd.lib :: The system cannot find the file specified tango Installing tangocore Installing tango --------------- And my tango program fails to build.Perhaps Gregor can answer this one. I've checked lib/install-dmd.exe and it works as intended, so this must be something on the DSSS/Rebuild side. Sean
Nov 14 2007
Lutger wrote:Great! The new IO docs are nice.No kidding. I had to take a look when I read this, and I have to agree. Well done.
Nov 14 2007
Reply to Chad,Lutger wrote:YeeGads I think you've got it!!! That (after about 32 second of scrolling) looks a lot better than I remember the last times I looked. Ok now I need to come up with another pet peeve.... Um, how do I download the docs? Running Wget on the root, doesn't work to well. My first though is to get a second copy of the wiky running on the same content but with page templates that skip all but the navigation links. wget would cover the rest. I'm interested in this because most of my dev time is spent with little or no Internet connection.Great! The new IO docs are nice.No kidding. I had to take a look when I read this, and I have to agree. Well done.
Nov 14 2007
Boorad has been messing with some software to convert the Wiki into pdf format ... - Kris "BCS" <ao pathlink.com> wrote in message news:ce0a334325c1c8c9f5295fcfdc6c news.digitalmars.com...Reply to Chad,Lutger wrote:YeeGads I think you've got it!!! That (after about 32 second of scrolling) looks a lot better than I remember the last times I looked. Ok now I need to come up with another pet peeve.... Um, how do I download the docs? Running Wget on the root, doesn't work to well. My first though is to get a second copy of the wiky running on the same content but with page templates that skip all but the navigation links. wget would cover the rest. I'm interested in this because most of my dev time is spent with little or no Internet connection.Great! The new IO docs are nice.No kidding. I had to take a look when I read this, and I have to agree. Well done.
Nov 15 2007
Reply to kris,Boorad has been messing with some software to convert the Wiki into pdf format ... - KrisThat would be great (not my first choice, but it would get the job done)
Nov 15 2007
* Kris <foo bar.com> [07-11-15 10:11]:Boorad has been messing with some software to convert the Wiki into pdf format ...A downloadable HTML version would be much better. IMO, PDF is not well-suited to be viewed on screen.
Nov 18 2007
Can you do something to assist in this process? "Lars Noschinski" <lars-2006-1 usenet.noschinski.de> wrote in message news:20071118084508.GA21034 lars.home.noschinski.de...* Kris <foo bar.com> [07-11-15 10:11]:Boorad has been messing with some software to convert the Wiki into pdf format ...A downloadable HTML version would be much better. IMO, PDF is not well-suited to be viewed on screen.
Nov 18 2007
* Kris <foo bar.com> [07-11-18 21:00]:"Lars Noschinski" <lars-2006-1 usenet.noschinski.de> wrote:% wget -l1 -R '*\?*' -k -p -r --no-parent -E http://www.dsource.org/projects/tango/wiki/TitleIndex gives usable but raw output. It would be a good idea to filter out those standard wiki pages and apply an XSLT transformation to remove the unneeded navigation elements.A downloadable HTML version would be much better. IMO, PDF is not well-suited to be viewed on screen.Can you do something to assist in this process?
Nov 18 2007
Lars Noschinski wrote:* Kris <foo bar.com> [07-11-18 21:00]:I use this to suck down the API reference. There are also a few .js files you need to manually get, but I'm not sure which ones... wget -np -nH -m -p -k -E -x --cut-dirs=4 \ http://www.dsource.org/projects/tango/docs/current/ wget -np -nH -m -p -k -E -x --cut-dirs=6 \ http://svn.dsource.org/projects/tango/trunk/doc/html/candydoc/img/"Lars Noschinski" <lars-2006-1 usenet.noschinski.de> wrote:% wget -l1 -R '*\?*' -k -p -r --no-parent -E http://www.dsource.org/projects/tango/wiki/TitleIndex gives usable but raw output. It would be a good idea to filter out those standard wiki pages and apply an XSLT transformation to remove the unneeded navigation elements.A downloadable HTML version would be much better. IMO, PDF is not well-suited to be viewed on screen.Can you do something to assist in this process?
Nov 18 2007
Try using http://www.httrack.com/ BCS wrote:Reply to Chad,Lutger wrote:YeeGads I think you've got it!!! That (after about 32 second of scrolling) looks a lot better than I remember the last times I looked. Ok now I need to come up with another pet peeve.... Um, how do I download the docs? Running Wget on the root, doesn't work to well. My first though is to get a second copy of the wiky running on the same content but with page templates that skip all but the navigation links. wget would cover the rest. I'm interested in this because most of my dev time is spent with little or no Internet connection.Great! The new IO docs are nice.No kidding. I had to take a look when I read this, and I have to agree. Well done.
Nov 15 2007
Keinfarbton is the one responsible for that. A whole lot better, I'd say "Lutger" <lutger.blijdestijn gmail.com> wrote in message news:fhf85s$2697$1 digitalmars.com...Great! The new IO docs are nice.
Nov 15 2007
What, no zombies or ghouls in this release?? :P Hehe, keep up the good work :) -- Bruno Medeiros - MSc in CS/E student http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
Nov 15 2007
What, no zombies or ghouls in this release?? :POnly larsivi and I :p
Nov 15 2007
Upgraded. for make it compiled in dsss, I had to compile a svn trunk version dsss. everythin is ok, except log.trace changed, in pervious svn, it provide a api like stdout, so I can use trace(3).newline, so I change from my syncPrint to it, after upgrade, it's api is like log, my code broken, so I change back to my syncPrint :) Lars Ivar Igesund Wrote:Dear D community
Nov 16 2007
Yeah, that had to change in order to make the output atomic "redsea" <redsea 163.com> wrote in message news:fhjsct$1pb2$1 digitalmars.com...Upgraded. for make it compiled in dsss, I had to compile a svn trunk version dsss. everythin is ok, except log.trace changed, in pervious svn, it provide a api like stdout, so I can use trace(3).newline, so I change from my syncPrint to it, after upgrade, it's api is like log, my code broken, so I change back to my syncPrint :) Lars Ivar Igesund Wrote:Dear D community
Nov 16 2007
On Wed, 14 Nov 2007 09:55:26 +0100, Lars Ivar Igesund wrote:Dear D community The most recent version of Tango is now available for download. Named after Peter Triller for his robust Unicode classification & transformation contribution (toUpper, toLower, toTitle, isX, etc), this release contains several other notable additions and improvements: * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize the -defaultlib switch. This enables phobos to install side-by-side with Tango * full-featured tango.util.time.ISO8601 from Deewiant * tango.text.Unicode, courtesy of Peter Triller * new tango.io.stream KISS package, exposing various convenience wrappers and filters * VFS (1) is functional and awaiting Zip support. Are you interested in writing a webDav or FTP driver? * Preserve GC block attributes across reallocations, resolving some issues with void[] resizing * Formatting with Layout now works on X86_64, thanks to David Brown * Support for DMD 1.023 Also note that there is an experimental D2.0 branch in our repositories now. For a complete list of changes please see http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all feedback and testing. 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, and for additional VFS adapters. Tango.Scrapple at DSource is functioning as a place for Tango compatible code, and as a staging ground for future inclusion in Tango. (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS 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: http://www.dsource.org/projects/tango/wiki/Contact Signed, The Tango Team http://www.dsource.org/projects/tango/wiki/Contributors ---- Tango is a D library providing a cohesive runtime and library for the D programming language. A feature list can be found on http://www.dsource.org/projects/tango/wiki/FeaturesThis still doesn't allow both to be used in the same code though right? How's that coming along, timeframe?
Nov 16 2007
"Denton Cockburn" <diboss hotmail.com> wrote in message news:pan.2007.11.16.16.19.08.743371 hotmail.com...This still doesn't allow both to be used in the same code though right? How's that coming along, timeframe?It probably won't happen with D1, unless Walter really wants to pull the rug out from under Phobos 1. But you can still use Tangobos, which works, in most cases, flawlessly.
Nov 16 2007
Ach! Don't know how we managed to skip this one, but Daniel contributed an awesome Convert module, which exposes a to!(type)(value) interface and seems to convert almost anything to almost anything. It has some unique and very handy features, is highly extensible via struct/class methods, and is a really great example of how to apply both templates and CFTE. Written with the usual clarity and quality that Daniel is becoming known for. Oh, and documented also ... check it out in tango.util.Convert! - Kris "Lars Ivar Igesund" <larsivar igesund.net> wrote in message news:fhed5u$abm$1 digitalmars.com...Dear D community The most recent version of Tango is now available for download. Named after Peter Triller for his robust Unicode classification & transformation contribution (toUpper, toLower, toTitle, isX, etc), this release contains several other notable additions and improvements: * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize the -defaultlib switch. This enables phobos to install side-by-side with Tango * full-featured tango.util.time.ISO8601 from Deewiant * tango.text.Unicode, courtesy of Peter Triller * new tango.io.stream KISS package, exposing various convenience wrappers and filters * VFS (1) is functional and awaiting Zip support. Are you interested in writing a webDav or FTP driver? * Preserve GC block attributes across reallocations, resolving some issues with void[] resizing * Formatting with Layout now works on X86_64, thanks to David Brown * Support for DMD 1.023 Also note that there is an experimental D2.0 branch in our repositories now. For a complete list of changes please see http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all feedback and testing. 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, and for additional VFS adapters. Tango.Scrapple at DSource is functioning as a place for Tango compatible code, and as a staging ground for future inclusion in Tango. (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS 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: http://www.dsource.org/projects/tango/wiki/Contact Signed, The Tango Team http://www.dsource.org/projects/tango/wiki/Contributors ---- Tango is a D library providing a cohesive runtime and library for the D programming language. A feature list can be found on http://www.dsource.org/projects/tango/wiki/Features
Nov 16 2007
You can say that again! thanks, kris, Daniel! Kris Wrote:Ach! Don't know how we managed to skip this one, but Daniel contributed an awesome Convert module, which exposes a to!(type)(value) interface and seems to convert almost anything to almost anything. It has some unique and very handy features, is highly extensible via struct/class methods, and is a really great example of how to apply both templates and CFTE. Written with the usual clarity and quality that Daniel is becoming known for. Oh, and documented also ... check it out in tango.util.Convert! - Kris "Lars Ivar Igesund" <larsivar igesund.net> wrote in message news:fhed5u$abm$1 digitalmars.com...Dear D community The most recent version of Tango is now available for download. Named after Peter Triller for his robust Unicode classification & transformation contribution (toUpper, toLower, toTitle, isX, etc), this release contains several other notable additions and improvements: * DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize the -defaultlib switch. This enables phobos to install side-by-side with Tango * full-featured tango.util.time.ISO8601 from Deewiant * tango.text.Unicode, courtesy of Peter Triller * new tango.io.stream KISS package, exposing various convenience wrappers and filters * VFS (1) is functional and awaiting Zip support. Are you interested in writing a webDav or FTP driver? * Preserve GC block attributes across reallocations, resolving some issues with void[] resizing * Formatting with Layout now works on X86_64, thanks to David Brown * Support for DMD 1.023 Also note that there is an experimental D2.0 branch in our repositories now. For a complete list of changes please see http://www.dsource.org/projects/tango/wiki/0_99_3_Changelog. We welcome all feedback and testing. 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, and for additional VFS adapters. Tango.Scrapple at DSource is functioning as a place for Tango compatible code, and as a staging ground for future inclusion in Tango. (1) http://www.dsource.org/projects/tango/wiki/ChapterVFS 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: http://www.dsource.org/projects/tango/wiki/Contact Signed, The Tango Team http://www.dsource.org/projects/tango/wiki/Contributors ---- Tango is a D library providing a cohesive runtime and library for the D programming language. A feature list can be found on http://www.dsource.org/projects/tango/wiki/Features
Nov 17 2007
Kris wrote:... Written with the usual clarity and quality that Daniel is becoming known for.Sorry about that. I'll try to reduce the gobbledygook quotient next time... -- Daniel
Nov 17 2007
hehe ... er, that is, clarity and quality of the most excellent variety :) "Daniel Keep" <daniel.keep.lists gmail.com> wrote in message news:fho83r$209d$1 digitalmars.com...Kris wrote:... Written with the usual clarity and quality that Daniel is becoming known for.Sorry about that. I'll try to reduce the gobbledygook quotient next time... -- Daniel
Nov 17 2007
Lars Ivar Igesund wrote:* DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize the -defaultlib switch. This enables phobos to install side-by-side with TangoAre all the online docs updated to reflect the above? I am a little confused regarding: http://dsource.org/projects/tango/wiki/WindowsInstall http://dsource.org/projects/tango/wiki/TopicFirstTangoProgram And use of the DMD -defaultlib switch. Maybe I haven't read things correctly, so sorry for the silly questions if that's the case.
Nov 17 2007
Hello, The install doc looks recent enough (from a glance) since it refers to -defaultlib, though the other link appears to show the use of 'bud' for compilation. I'm not sure whether bud is aware of -defaultlib or not, or whether that would even matter. However, if you have an sc.ini configured to use -defaultlib (or have installed the downloadable dmd+Tango bundle from dsource) then you should be good to go just using dmd. If you are using Win32, I'd tend to suggest using the bundle. If on linux, I understand there are tools/scripts to update the config files appropriately. Hope this helps, but if not, perhaps you can describe the issue you've run into a bit further? Better still, jump onto freenode IRC and join #d.tango ... someone there should be able to help you get going quickly. "Brian Hay" <bhay construct3d.com> wrote in message news:fhoc0k$25dr$1 digitalmars.com...Lars Ivar Igesund wrote:* DMD builds no longer generate libphobos.a/phobos.lib, but instead utilize the -defaultlib switch. This enables phobos to install side-by-side with TangoAre all the online docs updated to reflect the above? I am a little confused regarding: http://dsource.org/projects/tango/wiki/WindowsInstall http://dsource.org/projects/tango/wiki/TopicFirstTangoProgram And use of the DMD -defaultlib switch. Maybe I haven't read things correctly, so sorry for the silly questions if that's the case.
Nov 17 2007
Lars Ivar Igesund schrieb:Dear D community ....Just want to say: THANK YOU FOLKS. It is absolutely amazing what you have created in your spare time. Incredible. Bjoern
Nov 19 2007