[Helma-user] rhino.strictvars = true

Hannes Wallnoefer hannesw at gmail.com
Wed Dec 20 23:38:30 CET 2006


One new feature I just committed to cvs HEAD is the rhino.strictvars
property, which, if set to "true" in the server or app properties
file, reports errors for variables with missing var statement:

  rhino.strictvars = true

may results in something like:

Attempt to assign non-existing name "PageList" in the strict mode. It
could indicate a missing variable statement.
(/home/hannes/gobi/code/Global/PageList.js#1)

Please test well and report any problems. This was quite a big change
(although really worth it). The chance of getting Helma 1.6 out before
chrismas has become quite slim (I'll be doing server setup tomorrow),
but I'll at least release a set of beta/test packages on friday.

hannes


More information about the Helma-user mailing list