Re: [tcljava-user] JACL corresponds to which level of Tcl?
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2007-03-02 17:49:19
|
On Tue, Feb 27, 2007 at 05:03:35PM +0000, Patrick Finnegan wrote: > > Using jacl 1.4. "- all" is not a valid option for lsearch. What version > of Tcl corresponds to JACL. Anything more recent than 8.0. > > bad option "-all": must be -ascii, -decreasing, -dictionary, -exact, > -increasing, -integer, -glob, -real, -regexp, or -sorted > while executing > "lsearch -all $serverList "*ManagedProcess*" " > invoked from within > "set jvmList [ lsearch -all $serverList "*ManagedProcess*" ]" > (procedure "stopServers" line 48) > invoked from within I believe it mostly 8.0, with some commands having 8.0 - 8.4 features. On my to-do list is auditing Jacl commands vis-a-vis Tcl 8.4, and coming up with a list of commands to implement or enhance to 8.4 levels. I figure if *we* (the collective, but relatively very small community of Jacl users) attack one or two commands each, we can bring Jacl up to 8.4 compliance. 'fileevent' and a newer 'regexp/regsub' are probably the most difficult. Mo - if you already have such a list, please post. Who else is willing to volunteer? -- Tom Poindexter tpo...@ny... |