windward-studios/ikvm8

Missing methods

joc-proxem opened this issue · 3 comments

Hi

There are missing methods in class String: https://sourceforge.net/p/ikvm/mailman/message/35351681/

This is weird - any idea why this wasn't in the latest build that Jeroen left up?

Any chance other final additions are missing?

thanks - dave

His message dates from 2016-09-07, after his latest release.
Maybe by reading the mailing list or by comparing with his CVS repository we might find other additions.
Unfortunately, the missing String.codePoints method is used by https://github.com/apache/jena, more precisely in TDBFactory.createDataset. This means that, as of today, one cannot seriously use Web Semantics tools in .NET.

Can you branch and add it? Then create a pull request and I'll review and merge it back in.

Also, any idea where the unit tests for IKVM are? I'm not wild on making changes without a test suite to then run to validate the changes.

thanks - dave