Re: [tcljava-user] [ANNOUNCE] JTcl-2.0.0-b1 released
Brought to you by:
mdejong
From: Tom P. <tpo...@ny...> - 2011-04-14 19:57:36
|
On Thu, Apr 14, 2011 at 11:00:48AM -0400, Omer boyaci wrote: > > There is something wrong with your Interp class.For the given test code, the main method never terminates with your jtcl-2.0.0-b1.jar.But the original jacl is working fine. Hi Omer, Thanks for the bug report. I was able to replicate and fix the problem. The new stdio I/O uses a thread, which should have been set as a daemon. I would ask that further comments and bug reports use the JTcl project's mailing lists and Bugzilla: Mailing lists: http://kenai.com/projects/jtcl/lists Bug reporting: http://kenai.com/bugzilla/buglist.cgi?product=jtcl -- Tom Poindexter tpo...@ny... |