Re: [tcljava-dev] Fconfigure status
Brought to you by:
mdejong
From: Mo D. <md...@cy...> - 2001-02-13 21:17:10
|
On Tue, 13 Feb 2001, Johnson, Bruce wrote: > I've continued working on fconfigure and the related read/write routines in > Jacl. At this point I can pass 96 of the first 119 tests in the Tcl 8.3.2 > io.test script. Wow, that sounds great. > Starting at test 14.1 I need the "testchannel" command > working, which I haven't yet had a chance to implement. In fact some of the > failures in the first 119 tests are because some of these also require the > "testchannel" command. Yeah, those test commands are a pain. > There are some problems with encoding with some of > the failed tests (my modified code supports Unicode encoding but I haven't > checked it out much). Others have to do with the "tell" command reporting > where the actual file pointer is, rather than where the last character was > read from (the difference being do to buffering). The problem here is that > there is no simple way (that I can find) to tell how many bytes get > converted to how many unicode characters). The list below shows what tests > are currently failing. > > cheers, > > Bruce Do you want to check in what you have now or wait until it is 100% done? I would go for the "check it in now" option if I were you. It may not be perfect, but it is better than the nothing that we have now :) You may want to get signed up as a sourceforge developer so that you can check in code. Of course, you can always post patches if that would be easier for you. You are working off the 1.3 tree, right? I just made a bunch of test related changes that you should be testing with. Mo DeJong Red Hat Inc |