digitalmars.D - Managed to crash DMD
- Arcane Jill (4/5) Jun 12 2004 made DMD crash. Observe the typo there (comma instead of dot). Windows X...
- Walter (4/8) Jun 13 2004 Please post bugs in the digitalmars.D.bugs newsgroup. Also, I need a
- The Dr ... who? (4/9) Jun 13 2004 You should post bugs on the bugs NG, as it might get ignored / in the wa...
- Regan Heath (7/11) Jun 13 2004 FYI You can turn that off .. (right-click)"My Computer"|Properties|Error...
- Stephen Waits (3/6) Jun 14 2004 OMFG THANK YOU!!!
This code:if (!std.ctype,isalnum(s[i])) s[i] = ' ';made DMD crash. Observe the typo there (comma instead of dot). Windows XP helpfully asked me if I wanted to report the problem to Microsoft. As if! Arcane Jill
Jun 12 2004
"Arcane Jill" <Arcane_member pathlink.com> wrote in message news:cags55$1ss8$1 digitaldaemon.com...This code:Please post bugs in the digitalmars.D.bugs newsgroup. Also, I need a reproducible example so I can fix it. Thanks!if (!std.ctype,isalnum(s[i])) s[i] = ' ';made DMD crash. Observe the typo there (comma instead of dot). Windows XP helpfully asked me if I wanted to report the problem to Microsoft. As if!
Jun 13 2004
You should post bugs on the bugs NG, as it might get ignored / in the way on this one. :) "Arcane Jill" <Arcane_member pathlink.com> wrote in message news:cags55$1ss8$1 digitaldaemon.com...This code:if (!std.ctype,isalnum(s[i])) s[i] = ' ';made DMD crash. Observe the typo there (comma instead of dot). Windows XP helpfully asked me if I wanted to report the problem to Microsoft. As if! Arcane Jill
Jun 13 2004
On Sun, 13 Jun 2004 06:27:49 +0000 (UTC), Arcane Jill <Arcane_member pathlink.com> wrote:This code:FYI You can turn that off .. (right-click)"My Computer"|Properties|Error Reporting.. IIRC. Regan -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/if (!std.ctype,isalnum(s[i])) s[i] = ' ';made DMD crash. Observe the typo there (comma instead of dot). Windows XP helpfully asked me if I wanted to report the problem to Microsoft. As if!
Jun 13 2004
Regan Heath wrote:FYI You can turn that off .. (right-click)"My Computer"|Properties|Error Reporting.. IIRC.OMFG THANK YOU!!! --Steve
Jun 14 2004