Komodo / KomodoEdit

Komodo Edit is a fast and free multi-language code editor. Written in JS, Python, C++ and based on the Mozilla platform.
http://www.komodoide.com/komodo-edit
Other
2.14k stars 298 forks source link

Incorrect Tcl syntax warnings #1661

Open sgeard opened 8 years ago

sgeard commented 8 years ago

Short Summary

Erroneous 'use of undefined variable' messages are being reported.

Steps to Reproduce

Open the attached file and look at the Syntax Checking tab

Expected results

No warnings - the code is perfect!

Actual results

7 incorrect warnings

Platform Information

Komodo IDE, version 10.0.0, build 89159, platform linux-x86_64

Additional Information

File attached ladders.tcl.gz

sgeard commented 8 years ago

This seems to be a regression issue. I just tried in on Komodo 8 and it was correct but Komodo 9 has the same error.

mitchell-as commented 8 years ago

I think we updated our Tcl stuff around Komodo 9 so that might explain the regression.