kb1000

Results 43 comments of kb1000

I've been searching a bit more about this, and it seems as if that code can still be disabled by defining AS_MAX_PORTABILITY, but I'm not sure if that would break...

> Just a quick note: Java 15 was added to some launcher meta this snapshot, so it now looks really likely that they'll be going for 15 and not 16....

`impl` would generally mean "don't touch this or it may break at any time" (it's not part of the API which with loader always has `api` in the package name)...

That actually sounds like something resource loader should be doing, surprised it doesn't FML did that even back in 1.7

@jankcat @jaimelive try gitgud2

It has currently no improvements, but I'll do many changes and eventually port it to C/C++ soon

It may also make sense to use `@Mutable` and `@ReadOnly` from the kotlin-annotations-jvm module, to mark collection arguments and return values as mutable or read-only, respectively. Just like with `@NotNull`,...

The whole error only exists when the function is `public`.

In C++, `extern "C++"` is the default, but in this case, Cython overrides it with `extern "C"`.