Bugzilla working? Strange exception behaviour
Mukhsein Johari <[email protected]> Tue, 25 May 2004 09:05:51 +0100 (BST)
| Newsgroups | gmane.comp.lang.prothon.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello all, I was wondering, is our bugzilla already "in production use" or not? I was playing with the new V0.1.0 and stumbled across a small bug. Not sure if it is critical but mildly confusing. (in interactive console) -------------------- >>> 5.len() Uncaught exception: --- File: 5len-src.txt, line: 1, char: 8 Function not found Error, Function `len not found. -------------------- What 'file' is this? Also, the type of error is not always reported, eg: -------------------- >>> 23 /0 Uncaught exception: --- File: 230-src.txt, line: 1, char: 6 >>> -------------------- At another point: -------------------- >>> 23 / 0 Divide by zero Error, Uncaught exception: --- File: 230-src.txt, line: 1, char: 7 >>> dg Divide by zero Error, Uncaught exception: --- File: dg-src.txt, line: 2, char: 1 Program Error, attribute `dg not found. -------------------- Why is 'dg' a divide by zero Error? Refering to previous error perhaps? ________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html