[Issue 6329] Out of range exceptions not thrown in certain cases

2014-08-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6329 Vladimir Panteleev changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 6329] Out of range exceptions not thrown in certain cases

2013-08-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Josh changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-07-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Alex R�nne Petersen changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #15 from Andrej Mitrovic 2012-06-06 04:21:49 PDT --- (In reply to comment #13) > The problem seems solved with 2.059 Win32. > I can see the errors with or without -g. I don't think it's solved, the dirEntries function was changed

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #14 from SomeDude 2012-06-06 02:43:34 PDT --- On 2.059 Windows and Linux 32 bit, the problem seems solved. However the (No error) message is uninformative. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=e

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-05-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #13

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-04-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #12 f

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-04-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #11 from Andrej Mitrovic 2012-04-07 13:41:00 PDT --- I've run into this issue yet again. And I've noticed something: If I compile with '-g' then I get the exception thrown. Otherwise nothing is thrown and I get back an exit code: -

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #10 from Vladimir Panteleev 2012-03-03 20:26:02 PST --- (In reply to comment #9) > The range error is 'entry' is a string, and you are slicing it beyond it's > end. > This is not a bug in the compiler or runtime, it's in your code

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-03-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #9 from Walter Bright 2012-03-03 20:21:31 PST --- (In reply to comment #0) > import std.stdio; > import std.file; > void main() > { > foreach (string entry; dirEntries(".", SpanMode.shallow)) > { > writeln(entry[0..

[Issue 6329] Out of range exceptions not thrown in certain cases

2012-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Compo

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-10-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #7 from Andrej Mitrovic 2011-10-12 16:35:00 PDT --- Here's more issues, this time the sample tries to write to a file handle that was opened in read-only mode: import std.stdio; import std.file; void main() { foreach (string

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #6 from Andrej Mitrovic 2011-09-08 09:28:29 PDT --- Typically I install DMD fresh to make sure I didn't screw something up while updating. I can confirm adding -g removes the access violations. -- Configure issuemail: http://d.pu

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Vladimir Panteleev changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLIC

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #4 from Vladimir Panteleev 2011-09-08 09:23:06 PDT --- It doesn't happen on my machine. Have you updated DMD/Phobos/Druntime properly? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #2 from Andrej Mitrovic 2011-09-08 09:18:00 PDT --- Created an attachment (id=1022) Error messages 2.055 still prints out excessive error messages. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 --- Comment #3 from Andrej Mitrovic 2011-09-08 09:19:09 PDT --- (In reply to comment #2) > Created an attachment (id=1022) [details] > Error messages > > 2.055 still prints out excessive error messages. I'm sorry, not "still", this is new be

[Issue 6329] Out of range exceptions not thrown in certain cases

2011-07-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6329 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED CC|