[Tcl Java] Re: merge with aolserver

2000-10-13 Thread Daniel Wickstrom
> "Jiang" == Jiang Wu <[EMAIL PROTECTED]> writes: Jiang> I ran your test on my version of the fix. I don't see any Jiang> crash. One difference in my code is that I didn't remove Jiang> any of the reference counting code that was in the C part Jiang> of TclBlend. I.e. when

[Tcl Java] Re: merge with aolserver

2000-10-10 Thread Jiang Wu
onday, October 09, 2000 9:42 PM > To: [EMAIL PROTECTED] > Subject: [Tcl Java] Re: merge with aolserver > > > On Mon, 9 Oct 2000, Daniel Wickstrom wrote: > > > >>>>> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes: > > > > Mo>

[Tcl Java] Re: merge with aolserver

2000-10-09 Thread Mo DeJong
On Mon, 9 Oct 2000, Daniel Wickstrom wrote: > > "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes: > > Mo> Humm, I think so but I can't remember off hand. The problem > Mo> with this "fix" is that it currently does not work. There are > Mo> strange crashes when running the test suite.

[Tcl Java] Re: merge with aolserver

2000-10-09 Thread Daniel Wickstrom
> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes: Mo> Humm, I think so but I can't remember off hand. The problem Mo> with this "fix" is that it currently does not work. There are Mo> strange crashes when running the test suite. By strange crashes, do you mean that it doesn't con

[Tcl Java] Re: merge with aolserver

2000-10-09 Thread Daniel Wickstrom
> "Jiang" == Jiang Wu <[EMAIL PROTECTED]> writes: Jiang> This patch contains my code for the ref count fix. Patch Jiang> is generated against 1.2.6. It passes the test suite Jiang> without any problems. It includes the reflect object bug Jiang> fix, which causes the test su

[Tcl Java] Re: merge with aolserver

2000-10-09 Thread Jiang Wu
. But with this fix, it makes life much easier to write Tcl commands in Java. -- Jiang Wu [EMAIL PROTECTED] > -Original Message- > From: Daniel Wickstrom [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 09, 2000 6:51 AM > To: [EMAIL PROTECTED] > Subject: [Tcl Java]

[Tcl Java] Re: merge with aolserver

2000-10-09 Thread Daniel Wickstrom
> "Mo" == Mo DeJong <[EMAIL PROTECTED]> writes: Jiang> 1. The work on fixing how TclObject uses Tcl_Obj's Jiang> reference counting. >> Is this detailed earlier in the mailing list archvies? Mo> Humm, I think so but I can't remember off hand. The problem Mo> with this "

[Tcl Java] Re: merge with aolserver

2000-10-09 Thread Mo DeJong
On Fri, 6 Oct 2000, Daniel Wickstrom wrote: > > "Jiang" == Jiang Wu <[EMAIL PROTECTED]> writes: > > Jiang> I had allocated time to work on this until the end of > Jiang> August. Due to various delays, the project was not > Jiang> finished in that time frame. I am no longer work

[Tcl Java] Re: merge with aolserver

2000-10-06 Thread Daniel Wickstrom
> "Jiang" == Jiang Wu <[EMAIL PROTECTED]> writes: Jiang> I had allocated time to work on this until the end of Jiang> August. Due to various delays, the project was not Jiang> finished in that time frame. I am no longer working on it. Jiang> Looking at the CVS branch, I thin

[Tcl Java] Re: merge with aolserver

2000-10-06 Thread Jiang Wu
I had allocated time to work on this until the end of August. Due to various delays, the project was not finished in that time frame. I am no longer working on it. Looking at the CVS branch, I think the following things have to be added before you can get a working version: 1. The work on fi