Pim Snel

Results 192 issues of Pim Snel

create logo contest page

currently installs fail.

use a OS agnostic path in the Shebang for bash

the shebang should use /usr/bin/env

it breaks with this output: ``` ➜ pim@rodin tests (feature/setupSimpleCI) ✗ bash test7.sh test #1 "echo -e 'LET A7=90\nGETNUM A20\nGETNUM G20\nUNDO\nREDO\nGETNUM A20\nGETNUM G20' | valgrind -v --log-file=${NAME}_vallog --tool=memcheck --track-origins=yes --leak-check=full...

Sc-im crashes with buffer overflow when trying ot align a visual selection. ``` *** buffer overflow detected ***: terminated [1] 1081326 IOT instruction (core dumped) sc-im ``` https://github.com/user-attachments/assets/269a93cd-83f8-4dcf-9923-02b170f6ce06

This github action instantly shows if sc-im compiles and runs all tests. This saves time when people submit a PR. Next step would be to ask people who send PRs...

This Nix flake allows dev's with a Nix setup to run commands like: ``` ## Build sc-im nix build ## Enter a dev shell nix develop ## Enter a shell...