Re: [Incrtcl-develop] Tcl's TIP 278
by Miguel Sofer other posts by this author
Oct 14 2006 8:21AM messages near this date
Re: [Incrtcl-develop] Tcl's TIP 278
|
[Incrtcl-develop] [ incrtcl-Iwidgets Bugs-1563013 ] entryfield paste behavior busted
Eckhard Lehmann wrote:
> > Tip 278 apparently breaks quite a bit of itcl's testsuite. The
> > feature that causes some mayhem is the fact that fully qualified
> > variable names bypass the special resolvers that itcl sets in
> > place.
> [...]
>
> How many tests fail? Lately I recognized that 3 tests fail anyway
> with Tcl8.5a4 - which were running through under 8.4. This happens
> already without TIP #278 implementation. Do you have a full
> implementation of the TIP finished? If you have and it goes in the
> core, I will look at the Itcl issues. Currently I am not quite sure
> about how and to which extend the Itcl variable resolvers are
> affected...
Itcl HEAD shows failures in 28 tests; I have posted the log to
http://www.utdt.edu/~mig/itclErr.txt
As stated in the previous mail: I have opened tip-278-branch at tcl cvs,
where the tip is implemented. Currently with really minimal mods: just
disableing the secondary lookup path for variables, no other code
changes. The newly possible optimisations are not yet in place.
You can get the branch via anon ftp from sourceforge:
cvs -d:pserver:anonymous@tcl.cvs.sourceforge.net:/cvsroot/tcl login
(hit return on pwd request)
cvs -z3 -d:pserver:anonymous@tcl.cvs.sourceforge.net:/cvsroot/tcl co -tip-278-branc
h tcl
Building the branch with --disable-shared, then configuring itcl with
--with-tcl=/path/to/branch/unix and running make test on itcl.
> > My questions to itcl devels: (1) is the breakage I am seeing
> > fundamental, or just a problem with the testsuite?
>
> Would be easier if I know what breakage we're talking about ;-).
> Could you post the test output for the ones that failed?
See above.
Cheers, thanks for looking
Miguel
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Incrtcl-develop mailing list
Incrtcl-develop@[...].net
https://lists.sourceforge.net/lists/listinfo/incrtcl-develop
Thread:
Miguel Sofer
Eckhard Lehmann
Miguel Sofer
|