www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - std2 updated to DMD 2.008

reply Bill Baxter <dnewsgroup billbaxter.com> writes:
I've updated std2 (backport of new 2.x phobos goodies to D 1.x).

It's now in sync with DMD 2.008.

See  http://www.dsource.org/projects/std2

--bb
Dec 09 2007
parent reply =?ISO-8859-1?Q?=22J=E9r=F4me_M=2E_Berger=22?= <jeberger free.fr> writes:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bill Baxter wrote:
 I've updated std2 (backport of new 2.x phobos goodies to D 1.x).
 
 It's now in sync with DMD 2.008.
 
 See  http://www.dsource.org/projects/std2
 
 --bb
There's a wrong link on the wiki: std.slist points to the std.contracts page. Jerome - -- +------------------------- Jerome M. BERGER ---------------------+ | mailto:jeberger free.fr | ICQ: 238062172 | | http://jeberger.free.fr/ | Jabber: jeberger jabber.fr | +---------------------------------+------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFHXurfd0kWM4JG3k8RAmAIAKCRe2jTGrr0BSlFFFf6q4JXkgEcPwCgp/2l 2CdizFldAUgVHlDyYeEbKCU= =6qTp -----END PGP SIGNATURE-----
Dec 11 2007
parent reply Bill Baxter <dnewsgroup billbaxter.com> writes:
Jérôme M. Berger wrote:
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
 Bill Baxter wrote:
 I've updated std2 (backport of new 2.x phobos goodies to D 1.x).

 It's now in sync with DMD 2.008.

 See  http://www.dsource.org/projects/std2

 --bb
There's a wrong link on the wiki: std.slist points to the std.contracts page.
Thanks. I think I'll just remove the link, since apparently slist wasn't supposed to be in the D 2.008 release anyway. --bb
Dec 11 2007
parent reply Aarti <aarti interia.pl> writes:
Bill Baxter pisze:
 Jérôme M. Berger wrote:
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1

 Bill Baxter wrote:
 I've updated std2 (backport of new 2.x phobos goodies to D 1.x).

 It's now in sync with DMD 2.008.

 See  http://www.dsource.org/projects/std2

 --bb
There's a wrong link on the wiki: std.slist points to the std.contracts page.
Thanks. I think I'll just remove the link, since apparently slist wasn't supposed to be in the D 2.008 release anyway. --bb
...And it seems that std2.string is almost completely commented out... Only unit tests are left uncommented :-) BR Marcin Kuszczak (aarti_pl)
Dec 11 2007
parent reply Bill Baxter <dnewsgroup billbaxter.com> writes:
Aarti wrote:
 Bill Baxter pisze:
 Jérôme M. Berger wrote:
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1

 Bill Baxter wrote:
 I've updated std2 (backport of new 2.x phobos goodies to D 1.x).

 It's now in sync with DMD 2.008.

 See  http://www.dsource.org/projects/std2

 --bb
There's a wrong link on the wiki: std.slist points to the std.contracts page.
Thanks. I think I'll just remove the link, since apparently slist wasn't supposed to be in the D 2.008 release anyway. --bb
...And it seems that std2.string is almost completely commented out... Only unit tests are left uncommented :-) BR Marcin Kuszczak (aarti_pl)
The commented stuff is all part of std.string, which is publicly imported at the top of the file. All the commenting makes merging with the latest D2 std.string easier. --bb
Dec 11 2007
parent Aarti <aarti interia.pl> writes:
Bill Baxter pisze:
 Aarti wrote:
 Bill Baxter pisze:
 Jérôme M. Berger wrote:
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1

 Bill Baxter wrote:
 I've updated std2 (backport of new 2.x phobos goodies to D 1.x).

 It's now in sync with DMD 2.008.

 See  http://www.dsource.org/projects/std2

 --bb
There's a wrong link on the wiki: std.slist points to the std.contracts page.
Thanks. I think I'll just remove the link, since apparently slist wasn't supposed to be in the D 2.008 release anyway. --bb
...And it seems that std2.string is almost completely commented out... Only unit tests are left uncommented :-) BR Marcin Kuszczak (aarti_pl)
The commented stuff is all part of std.string, which is publicly imported at the top of the file. All the commenting makes merging with the latest D2 std.string easier. --bb
aaah... I was thinking that everything is commented out... I was looking for munch() function which is from 2.0. Now I found it -- thanks! BR Marcin Kuszczak (aarti_pl)
Dec 11 2007