Erik Ogenvik

Results 5 issues of Erik Ogenvik

Fixes for the issue where const references are incorrectly deleted by Lua GC, as described in a separate Issue (https://github.com/ThePhD/sol2/issues/1365). This fixes the issue, and all tests passes, but it's...

If a C++ function returns a "const reference" object, that object will be pushed into Lua as a "value type", which means that the destructor of the reference will be...

The signature of the io.ktor.client.call.TypeInfo class was changed in KTor 1.3, from ``` data class TypeInfo(val type: KClass, val reifiedType: Type) ``` to ``` data class TypeInfo( val type: KClass,...

When used as a library in other components slf4j-api should be used, allowing the component to select the logging backend themselves (for example logback). This fixes an issue where slf4j...

When version 8.6.0 was created it was (probably by mistake) based on version 8.2.1 instead of 8.5.0. The result is that all versions on the 8.x.x branch from 8.6.0 and...

type: bug