Pell Smit
Pell Smit
It is not so simple because it says "llGetNotecardLine takes 255 _bytes_" but Haskell's `take` function takes n _characters_. BTW, who uses debugger? I don't use.
Which branch should I make pull request? I added PRIM_PROJECTOR and adapted to GHC-8.10.7.
I agree to making master the latest branch, and we need to warn that debug functions are not maintained. BTW, is next version number 0.1.9.9?
Hi Ray, additionally I made big update: 1. Migrate native Haskell executable to GHC 8.10.7, we can generate Apple Silicon Native code. 2. Migrate Eclipse plugin to Java-11 platform, can...
Wait, I have not changed version number yet. Which number is better, 0.1.9.9, 0.1.10.0 or 0.2.0.0?
Ok, I pushed version number change commit but is it ok to use your master as a working branch? My branch includes only native plugin for macOS x86_64.
At least we should update change log. And I noticed another way to contribute Haskell plugin. I think we can push lslforge-os-arch-version.jar file(including LSLForge binary), it seems site.xml can build...
I built only macosx_x86_64 executable and it is in eclipse/plugin/lslforge_macosx_x86_64_0.1.9.9.jar. You can check it to unzip the jar file. I don't have M1 mac and stack doesn't support aarch64 build...
Hi Ray, I added description to build native plugin. Try to build win32 plugin and correct if I made mistakes.
Thank you KoolLSL! I tried to choose JDK11 in latest eclipse installer and it successfully worked on macOS Big Sur. I should make LSLForge binary to support Apple Silicon...