AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

Tiny Erlang VM

Results 299 AtomVM issues
Sort by recently updated
recently updated
newest added

CI for release was using outdated/wrong way of building atomvmlib-pico.uf2/atomvmlib-pico2.uf2, fixed to the new ninja building. Moved said building to a job before the various pico builds, with the necessary...

Make imported functions available to JIT compiler Optimize +/2 and -/2 as well as < and > using types. These changes are made under both the "Apache 2.0" and the...

These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

Continuation of: - #1881 - #1829 - #1891 - #1838 - #1900 - #1901 - #1903 - #1913 Precompile an ELF binary with DWARF symbols. Suitable for debugging, registering symbols...

Continuation of: - #1896 Introduce `term_from_int28` that is always safe and update usage in main library and generic_unix port These changes are made under both the "Apache 2.0" and the...

Following crash has been observed here first time: https://github.com/atomvm/AtomVM/actions/runs/18310690206/job/52138386516 coredump is available here: [core-ubuntu-22.04-gcc-11-27-18310690206-1.zip](https://github.com/user-attachments/files/22769570/core-ubuntu-22.04-gcc-11-27-18310690206-1.zip) backtrace: ``` #0 0x0000563307443688 in smp_spinlock_lock (lock=) at /home/runner/work/AtomVM/AtomVM/src/libAtomVM/smp.h:219 #1 scheduler_make_ready (ctx=ctx@entry=0x7f737802fb30) at /home/runner/work/AtomVM/AtomVM/src/libAtomVM/scheduler.c:352 #2 0x0000563307443fc9...

These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

👋 @bettio @pguyot I need your help on this one, as I'm not sure if it doesn't break anything, and it relies on at least one hack, described in the...

These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

PR #1814 fails after JIT changes, apply fix before merging it to main. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1...