Clem Cords

Results 8 issues of Clem Cords

**Welcome to the dark side of the j~~moon~~luna** Please be patient and understanding when opening issues, we're a very small team, but we'll try our best to get back to...

help
FAQ

After installing a fresh version of jluna into `~/Desktop/jluna`: ```bash mkdir build cd build cmake .. -DCMAKE_INSTALL_PREFIX=~/Desktop/jluna/ make install ``` Causes a loop: ```bash -- Installing: /home/clem/Desktop/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/jluna/include/array.hpp ``` Where `jluna/include/jluna/include`...

bug
known issue
cmake error
temporary fix available

Add additional macro for implicit type conversion from a usertype-wrapped type, c.f. #35. Fix a typo that called usertype::implement in Main-scope, rather than the specified scope, c.f. #36. Thank you...

I had to recompile and refactor my project because the argument for `constructor` was changed to require a finalizer policy instead of a boolean. I replaced every `true` with `jlcxx::finalize_policy::yes`,...

Hi, the following MWE project crashes on my and [one of my users](https://github.com/Clemapfel/mousetrap.jl/issues/11) Ubuntu 22.04 machines: ### CMakeLists.txt ```cmake cmake_minimum_required(VERSION 3.18) project(cxxwrap_test LANGUAGES CXX) set(LIBRARY_NAME cxxwrap_test) find_package(JlCxx REQUIRED) add_library(${LIBRARY_NAME} SHARED...

On Apple machines with the aarch64 architecture, such as the M1/M2 Macs, compiler errors of the following type may appear when compiling jluna. These is due to integer-sizes of common...

known issue
compiler error
apple

Exposes the native gobject pointers of the C++ interface, furthermore updates the docs regarding various issue

Attempting to download the lua version of this library using luarocks on Windows 11 throws: ```ps1 > luarocks install --server=https://tinyspline.github.io/lua tinyspline Error: No results matching query were found. ``` Manually...