Alexey Rochev

Results 100 comments of Alexey Rochev

>Now, this issue here is more about reading the values from enum objects in JNI. CheckJNI also affect passing enums from native to Java, since javacpp creates a new instance...

>It prevents creating new instances of enum classes?? No, I meant that it prevents setting field with field id from wrong class. Sorry for confusion. I [tried](https://github.com/equeim/javacpp/commit/6396bd3887e1af8a0e94c013ec7ca009440b53d8) to rewrite enums...

>Note that we could push the logic a bit further and add a Map Enum => value. This would remove the need for a value field in the Enum and...

Yes, that's what original error message is about. When GetIntField is called on enum object with method ID from IntEnum, CheckJNI crashes app.

I just checked or your solution for instantiating enum object with Unsafe on Android, and it works. Weirdly enough, doing it via normal reflection works too even though Java spec...

As an alternative, we still could implement this in C++ by extending my solution (or similar one) to add allocation of new enum objects with values that don't exist on...

Video card is AMD Radeon R9 280X, OpenGL driver is radeonsi from Mesa 17.0.1, xf86-video-ati 7.8.99. The issue is present regardless of if I run any other apps. I also...

>> probably because QtWebEngine is QQuickWidget and that doesn't mix well with QtWidgets performance-wise AFAIK, QWebEngineView is QWidget.

It doesn't matter how common this is (although it is quite common in my case, yes), if a program takes filenames as arguments it must process them correctly. On Unix-like...

I also experience similar error when linking to Qt built by vcpkg using x64-windows-static triplet (on GitHub Actions): ``` Qt6Networkd.lib(qtlsbackend.cpp.obj) : error LNK2019: unresolved external symbol __std_find_trivial_8 referenced in function...