[Tcl Java] Re: Procedure question, again

1999-09-06 Thread Moses DeJong
On Mon, 6 Sep 1999, Randolph S. Kahle wrote: > Moses, > > Thank you for explaining the story behind the code base, etc. Is this really a bug or is it just a change that was made to Tcl in versions 8.1 or 8.2? > Let me expand on my current focus. I have found a bug in TclIndex.java. I > have d

[Tcl Java] Procedure question, again

1999-09-06 Thread Randolph S. Kahle
Moses, Thank you for explaining the story behind the code base, etc. Let me expand on my current focus. I have found a bug in TclIndex.java. I have developed a fix, but when I run it, it breaks about 6 - 10 of the tests in the validation suite. (The fix changes the error message from ", or "

[Tcl Java] Ignore last error report

1999-09-06 Thread Randolph S. Kahle
I apologize for sending out that last set of errors for the JDK 1.1.8 build. Most of them were due to some changes I was working on in the TclIndex.java file. I am new to this code base and I'm trying to get up to speed! Embarrassed :-( -- Randy Kahle --

[Tcl Java] Re: Jacl 1.2.4 fails tests?

1999-09-06 Thread Moses DeJong
You might want to send Sun a bug report about this one. Sun seems to like getting JIT bug reports, but they just ignore you the rest of the time. > Thanks for the tip about the JIT. I made this change and now the tests run. I will have to try the Sun JDK sometime in the future. I gave up on Sun,

[Tcl Java] Re: How are changes proposed/made to the Jacl code base?

1999-09-06 Thread Moses DeJong
On Mon, 6 Sep 1999, Randolph S. Kahle wrote: > I am starting to work through Jacl release 1.2.4. Help fixing bugs would be great. Just find a test case that fails and hack away until it passes. > I am finding bugs that I can help fix. Yep, anyone can propose changes. > My understanding is th

[Tcl Java] Re: Jacl 1.2.4 fails tests?

1999-09-06 Thread Randolph S. Kahle
>On Sun, 5 Sep 1999, Randolph S. Kahle wrote: > > > Hello. I am new to Jacl and I am trying to build the latest release, but I > > am running into a number of problems. I don't know if I have "operator > > error", "configuration errors" or if I'm turning up real bugs. > > > > I am on WindowsNT 4.

[Tcl Java] Re: Jacl 1.2.4 fails tests?

1999-09-06 Thread Moses DeJong
On Sun, 5 Sep 1999, Randolph S. Kahle wrote: > Hello. I am new to Jacl and I am trying to build the latest release, but I > am running into a number of problems. I don't know if I have "operator > error", "configuration errors" or if I'm turning up real bugs. > > I am on WindowsNT 4.0 SP4 using

[Tcl Java] How are changes proposed/made to the Jacl code base?

1999-09-06 Thread Randolph S. Kahle
I am starting to work through Jacl release 1.2.4. I am finding bugs that I can help fix. My understanding is that this code base is "open" for people to help. How are these contributions made? What is the proper procedure? Regards, Randy Kahle ---