TiLogic
TiLogic
Case statement fails when used with a variable with the following error: ``` Execution error (AssertionError) at cljd.compiler/emit-case* (compiler.cljc:1600). Assert failed: (and (symbol? expr) (env expr)) ``` ClojureDart version: 1e38014dcb93dcdb230d125c7d0966556a82d234...
I think this is related to issue #96. Calling a variadic function that contains argument destructuring fails with the following exception: `Unhandled Exception: Invalid argument(s): Index out of bounds` Example:...
The ClojureDart documentation [Consts and const opt-out](https://github.com/Tensegritics/ClojureDart/blob/main/doc/README.md#consts-and-const-opt-out) section states that "ClojureDart maximally infers const expressions." However, this is currently not the case for top level variables. ## Current ### ClojureDart...
Failed assertion on macOS (0.12-dev branch) when calling `ma_device_start` after calling `ma_device_stop`. ## Demo ```c #define MA_DEBUG_OUTPUT #define MINIAUDIO_IMPLEMENTATION #include "miniaudio/miniaudio.h" #include void data_callback(ma_device *pDevice, void *pOutput, const void *pInput,...