mahocitrus
mahocitrus
Fixed char is unsigned by default in arm-linux-gcc by adding -fsigned-char.
Running on arm64 android termux. Assert failed: s.atB(0) == -26 at src/MiniScript/SimpleString.cpp:314 s.atB(0) is 230 instead of -26.
add a `trans` keyword(which stands for transtype) to cast a varible to another type or to declare a varible of certain type(since type annotations doesnt do anything) example: ``` var...
code to trigger it: ``` a = function b = function end function end function while true a end while ```
it seems like once transaction gets received by another client, the msg will not be viewable in the current version of dagchat client. any plans to fix that by adding...