Tcl Source Code

View Ticket
Login
Ticket UUID: 2960852
Title: tclCmdIL.c fails to compile
Type: Bug Version: obsolete: 8.6b1.1
Submitter: kennykb Created on: 2010-02-28 20:40:36
Subsystem: 17. Commands I-L Assigned To: dkf
Priority: 8 Severity:
Status: Closed Last Modified: 2010-03-01 05:06:28
Resolution: Fixed Closed By: dkf
    Closed on: 2010-02-28 22:06:28
Description:
/home/kennykb/SourceForge-tip-357/tcl/generic/tclCmdIL.c: In function ‘InfoDefaultCmd’:
/home/kennykb/SourceForge-tip-357/tcl/generic/tclCmdIL.c:980: error: ‘name’ undeclared (first use in this function)
/home/kennykb/SourceForge-tip-357/tcl/generic/tclCmdIL.c:980: error: (Each undeclared identifier is reported only once
/home/kennykb/SourceForge-tip-357/tcl/generic/tclCmdIL.c:980: error: for each function it appears in.)
/home/kennykb/SourceForge-tip-357/tcl/generic/tclCmdIL.c: In function ‘InfoFrameCmd’:
/home/kennykb/SourceForge-tip-357/tcl/generic/tclCmdIL.c:1136: error: ‘obj’ undeclared (first use in this function)
User Comments: dkf added on 2010-03-01 05:06:28:

allow_comments - 1

dkf added on 2010-03-01 04:47:04:
And no, they're not checked for in the test suite. Doing testing of errorcodes is not especially elegant with tcltest as it currently stands.

dkf added on 2010-03-01 04:15:57:
D'oh!

kennykb added on 2010-03-01 03:55:51:
Have the test cases been updated to check for the new errorCode's?

kennykb added on 2010-03-01 03:40:36:

File Added - 364879: tclCmdIL.c.patch

Attachments: