Anji
Anji
``` Compiling rustpython-compiler v0.1.2 (/data/data/com.termux/files/home/RustPython/compiler) Compiling rustpython-derive v0.1.2 (/data/data/com.termux/files/home/RustPython/derive) error[E0308]: mismatched types --> stdlib/src/ssl.rs:1363:21 | 1363 | vm.ctx.exceptions.file_not_found_error.clone(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `PyRef`, found `&Py` | = note: expected struct...
Since Crystal is not currently available on Termux, I installed Crystal using `proot-distro` (simulated Alpine, Arch & Debian environment). When tried to compile to binary using `-Dpreview_mt` flag, error occurred...
## Description - Jruby version ``` ➜ ruby_tests jruby --version jruby 9.3.8.0 (2.6.8) 2022-09-13 98d69c9461 OpenJDK 64-Bit Server VM 17-internal+0-adhoc..src on 17-internal+0-adhoc..src +jit [aarch64-linux] ``` - Error message ``` ➜...
``` gcc src/volume_renderer.c -c -I ./include -I ../../include -std=gnu99 -Wall -Werror -Wno-unused -O3 -g -o obj/volume_renderer.o In file included from /usr/include/CL/cl.h:32, from ./include/kernel.h:5, from src/volume_renderer.c:4: /usr/include/CL/cl_version.h:34:9: note: #pragma message: cl_version.h:...
``` $ pwd /Users/XXX/tools/corange $ ls LICENCE.md README.md corange.ico demos obj Makefile assets_core corange.rc include src $ sudo make Password: gcc src/cengine.c -c -I ./include -std=gnu99 -Wall -Werror -Wno-unused -O3...
I'm trying to build codon from source on Termux, using `clang`. ``` ~/.../codon-0.15.5/build $ clang --version clang version 15.0.7 Target: aarch64-unknown-linux-android24 Thread model: posix InstalledDir: /data/data/com.termux/files/usr/bin ``` ``` (Skipping...) [...
### Problem description Binary file generated by `mkbundle` is broken. ``` [I] u0_a202@localhost ~/d/csharp> ls HelloWorld.cs HelloWorld.exe a.out* [I] u0_a202@localhost ~/d/csharp> cat HelloWorld.cs using System; namespace Hello { class Hello...
 I was expecting cride to work like `nano`?
 `Pointer tag for 0x76ca5e1860 was truncated.` - Java version openjdk 17 - Python version 3.10 - uname -a `Linux localhost 4.14.180-perf+ #2 SMP PREEMPT Fri Oct 21 23:24:28 CST...
Hello, I've been using Helix for years. Excellent work, and thanks ;-) It is suggested to have better error messages when executing shell commands fails. Specifically, if the failure is...