RE: [Ikvm-developers] (no subject)
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2003-07-24 14:31:55
|
Jonathan Pierce wrote: > >In IKVM java.lang.String =3D=3D System.String. Obviously, = System.String > >doesn't implement CharSequence, so I'm going to have to fake=20 > it. I think > >I've got pretty much figured out how to do it, but I haven't gotten > >around to implement it. This is mostly due to the fact that=20 > I've never > >encountered code that actually used CharSequence. >=20 > Can't you just use your StringHelper class to implement it by=20 > returning another System.String object, one that has a view of > a portion of the original character array. System.String doesn't implement CharSequence, so that wouldn't work (at least not until I write the code that makes the compiler pretend that System.String implements CharSequence). > I'll continue to look for any additional bugs, but it looks > like you are very close to acomplete bug-free implementation. Thanks. Reproduceable bug reports are always welcome. > Approximately how many developers do you currently have on=20 > your mailing list? At the moment there are 32 subscribers to the ikvm-developers list. > >I'll make a new snapshot tomorrow. BTW, I've not yet checked=20 > in the code. I put up the new snapshots. =20 > Great, Have you considered automating the snapshots from cvs=20 > with daily builds like Apache does? It may not be necessary > with so few cvs committers. I have to prioritize and this is not very high on my list ;-) Regards, Jeroen |