nandi/cosmicnimpublic Fork 0
v0.6.0
Commits
Clone
git clone https://git.rickub.com/nandi/cosmicnim.git
git clone ssh://git@rickub.com/nandi/cosmicnim.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

nim.cfg · 6 lines · 341 BINI Blame HistoryRaw
1
2
3
4
5
6
# libcosmic creates threads Nim knows nothing about (tokio workers, the
# notify-rs inotify watcher). Nim's signal handlers are installed process-wide
# and allocate a string to build a traceback, so a signal delivered to one of
# those threads segfaults inside the handler itself. Let the default action
# stand instead.
-d:noSignalHandler