Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is there is any tool to make tcl code robust and error free

0 views
Skip to first unread message

Puneet

unread,
Jan 26, 2005, 10:43:34 PM1/26/05
to
Hi All,

Is there are any tool which make tcl code robust and error free
(almost).
I mean, i have written a program. And when i run this tool on that
program then this tool give me the errors like memory leak, deadcode,
unused code, return NULL error ... etc.

If it is there then please tell me the location of that tool.
-- Puneet

Michael Schlenker

unread,
Jan 27, 2005, 4:26:03 AM1/27/05
to
Puneet schrieb:
There is no single tool.

But there are tools for static syntax analysis to find simple syntax
flaws, tools for test coverage checks, and tools for running unit tests.

Read:
http://wiki.tcl.tk/tcltest
http://wiki.tcl.tk/static%20syntax%20analysis
http://wiki.tcl.tk/8638

Michael

Rufus V. Smith

unread,
Jan 27, 2005, 10:03:42 AM1/27/05
to

"Puneet" <mr.pune...@gmail.com> wrote in message
news:1106797414.9...@c13g2000cwb.googlegroups.com...

ROTFLMAO!

I almost busted my stitches when I saw the subject line!

Isn't that the holy grail of all languages?

Gray Cells and Testing...

Rufus

keithv

unread,
Jan 27, 2005, 3:36:57 PM1/27/05
to

Look at tip #131--http://www.tcl.tk/cgi-bin/tct/tip/131

Unfortunately it's still only in the draft stage but I'm
sure it will be in a release very soon now.

Keith

Michael A. Cleverly

unread,
Jan 27, 2005, 4:46:14 PM1/27/05
to
On Thu, 27 Jan 2005, keithv wrote:

> Look at tip #131--http://www.tcl.tk/cgi-bin/tct/tip/131
>
> Unfortunately it's still only in the draft stage but I'm
> sure it will be in a release very soon now.

We're coming up on a possible "release window" in sixty-three days...

0 new messages