I trig it all the time now, although I really rather not since it's another bug I'd like to be hunting now. Sigh.. :P
Anyway, it's this construct that fails to loop:
string s = "foo"; foreach (s[1..];; int c) werror ("%O\n", c);
The loop is never entered. If the range is removed then it works. I'm continuing the investigation, but hints are welcome.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-11-13 22:24: Subject: -DNOT_INSTALLED
If you are able to trigg the bug; please add some debug to lib/modules/Getopt.pmod, and check where it goes wrong.
/ Henrik Grubbström (Lysator)