digitalmars.D.announce - DMD 1.002 release
- Walter Bright (3/3) Jan 24 2007 2nd try at this.
- Bill Baxter (5/10) Jan 24 2007 I'm sure everyone will figure it out for themselves, but for everyone's
- Lionello Lunesu (6/11) Jan 25 2007 My problem's still not solved :(
- Walter Bright (2/8) Jan 25 2007 Try running the split earlier in the program.
- Lionello Lunesu (7/16) Jan 25 2007 It's in a unittest! :S
- Lionello Lunesu (9/18) Jan 25 2007 Here's some code that reproduces the problem. Note: the order of the
- aloaa (1/24) Jan 29 2007
- Frits van Bommel (4/12) Jan 25 2007 Did you notice the direct link in the post is incorrect?
- Lionello Lunesu (3/4) Jan 25 2007 Yes, I got used to them : )
- Frits van Bommel (4/8) Jan 25 2007 Me too, but since your post was essentially that you didn't see a
2nd try at this. http://www.digitalmars.com/d/changelog.html http://ftp.digitalmars.com/dmd.1.001.zip
Jan 24 2007
Walter Bright wrote:2nd try at this. http://www.digitalmars.com/d/changelog.html http://ftp.digitalmars.com/dmd.1.001.zipI'm sure everyone will figure it out for themselves, but for everyone's one-clicking pleasure here's the correct link: http://ftp.digitalmars.com/dmd.1.002.zip --bb
Jan 24 2007
Walter Bright wrote:2nd try at this. http://www.digitalmars.com/d/changelog.html http://ftp.digitalmars.com/dmd.1.001.zipMy problem's still not solved :( String constants are pointing to wrong data at run-time. For example, std.string.split(a,"\t"), the "\t" points to random data. I cannot seem to isolate it, and it works fine with 1.00. L.
Jan 25 2007
Lionello Lunesu wrote:My problem's still not solved :( String constants are pointing to wrong data at run-time. For example, std.string.split(a,"\t"), the "\t" points to random data. I cannot seem to isolate it, and it works fine with 1.00.Try running the split earlier in the program.
Jan 25 2007
Walter Bright wrote:Lionello Lunesu wrote:It's in a unittest! :S Anyway, I have it isolated, somewhat. Can I send you a .zip? It also happens in linux, by the way. Just thought I'd test that, since in linux I would have gotten an access violation if something would overwrite string constants. Instead, I get the same assert failure. L.My problem's still not solved :( String constants are pointing to wrong data at run-time. For example, std.string.split(a,"\t"), the "\t" points to random data. I cannot seem to isolate it, and it works fine with 1.00.Try running the split earlier in the program.
Jan 25 2007
Walter Bright wrote:Lionello Lunesu wrote:Here's some code that reproduces the problem. Note: the order of the modules on the dmd command line is important! Also, the main module (m.d) does not use anything from the other two modules, but without them it works. Those two modules don't have static ctor/dtor, nor unittests. You should get: Error: AssertError Failure m(9) L.My problem's still not solved :( String constants are pointing to wrong data at run-time. For example, std.string.split(a,"\t"), the "\t" points to random data. I cannot seem to isolate it, and it works fine with 1.00.Try running the split earlier in the program.
Jan 25 2007
Lionello Lunesu Wrote:Walter Bright wrote:Lionello Lunesu wrote:Here's some code that reproduces the problem. Note: the order of the modules on the dmd command line is important! Also, the main module (m.d) does not use anything from the other two modules, but without them it works. Those two modules don't have static ctor/dtor, nor unittests. You should get: Error: AssertError Failure m(9) L.My problem's still not solved :( String constants are pointing to wrong data at run-time. For example, std.string.split(a,"\t"), the "\t" points to random data. I cannot seem to isolate it, and it works fine with 1.00.Try running the split earlier in the program.
Jan 29 2007
Lionello Lunesu wrote:Walter Bright wrote:Did you notice the direct link in the post is incorrect? If you've accidentally downloaded v1.001 again, it's not so surprising it's not fixed...2nd try at this. http://www.digitalmars.com/d/changelog.html http://ftp.digitalmars.com/dmd.1.001.zipMy problem's still not solved :(
Jan 25 2007
Frits van Bommel wrote:Did you notice the direct link in the post is incorrect?Yes, I got used to them : ) L.
Jan 25 2007
Lionello Lunesu wrote:Frits van Bommel wrote:Me too, but since your post was essentially that you didn't see a difference (for your program) I couldn't just assume the same about you, now could I ;)?Did you notice the direct link in the post is incorrect?Yes, I got used to them : )
Jan 25 2007