Re: [Ikvm-developers] A few fixes and a call for participation
Brought to you by:
jfrijters
|
From: Brian S. <bs...@le...> - 2003-08-08 17:21:27
|
Jeroen Frijters wrote: > I wrote: > >>For the ClassCircularityError, I don't necessarily need a small repro, >>if you don't mind sending me the whole code I can easily work >>from that(if you include instructions on how to run it). > > Through a lucky coincidence I happened to run into this bug myself just > now. It was caused by a missing class. The class loader didn't clear the > "loading in progress" flag for a class, if loading failed, thus causing > this messages if subsequently it was attempted to load the class again. > > Regards, > Jeroen Thank you, the latest snapshot did indeed fix the ClassCircularityError messages. We have only one issue left with IKVM that I'll try to simplify (missing classes causing System.InvalidOperationException: get_Type), and some Classpath issues with date/time (that I'll probably have to fix), and then the ANSI COBOL testsuite will execute successfully. After that, it's just a matter of building up the other Classpath libraries or using .NET classes directly. Thanks, Brian |