jdc8 / wub

Automatically exported from code.google.com/p/wub
0 stars 0 forks source link

Broken forms: typo in Utilities/Form.tcl #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Open Wub URL: Domains/stx.stx
2. Look at 'Form Example 2'
3. Ditto for 'Form Example 3'

What is the expected output? What do you see instead?

Unbroken form. Broken one.

What version of the product are you using? On what operating system?

Wub SVN revno 1159, wubwikit-20081212.kit 

Please provide any additional information below.

It seems for me that above description is quite enough. A 2 cents medicine
is provided.

Original issue reported on code.google.com by sergei.g...@gmail.com on 10 Jan 2009 at 4:29

Attachments:

GoogleCodeExporter commented 9 years ago
It seemed for me I did used bad title for issue. SVN revno is 1177. Hope, the 
below
output is more informative (Note: I've found the typo manually at first):

tclchecker -W1 Utilities/Form.tcl 
scanning: /home/sg/repo/wub/Utilities/Form.tcl
checking: /home/sg/repo/wub/Utilities/Form.tcl
Utilities/Form.tcl:436 (parse) parse error: missing close-bracket
        return [uplevel 1 [list <selectlist> {*}$args]

FYI: tclchecker finds even more errors (-W1) in WUB Tcl sources.

Sergei

Original comment by sergei.g...@gmail.com on 12 Jan 2009 at 9:30

GoogleCodeExporter commented 9 years ago
Thank you for spotting this, fixed in svn now.

Original comment by mcc...@gmail.com on 5 Mar 2009 at 11:37