Skip to content

Fix(RAP-7/#20): CLI crashes on Linux#23

Merged
DnA-IntRicate merged 8 commits into
mainfrom
issue/RAP-7-issue-20-cli-crashes-on
May 27, 2026
Merged

Fix(RAP-7/#20): CLI crashes on Linux#23
DnA-IntRicate merged 8 commits into
mainfrom
issue/RAP-7-issue-20-cli-crashes-on

Conversation

@DnA-IntRicate

Copy link
Copy Markdown
Member

This PR fixes issue #20 where Raptor would crash at import-time when attempting to import winreg from core/environ.py on non-Windows machines.

Additionally, this PR moves the setup scripts to the new scripts/ folder and implements the new dev scripts which may be run from a terminal to setup the environment before beginning development. These dev scripts ensure that the uv cache is stored locally inside the repo folder - instead of on a different disk or in the home/appdata directories which could raise that annoying uv hardlinking error:

warning: Failed to hardlink files; falling back to full copy. This may lead to degraded performance.
         If the cache and target directories are on different filesystems, hardlinking may not be supported.
         If this is intentional, set `export UV_LINK_MODE=copy` or use `--link-mode=copy` to suppress this warning.

@DnA-IntRicate DnA-IntRicate self-assigned this May 27, 2026
@DnA-IntRicate DnA-IntRicate linked an issue May 27, 2026 that may be closed by this pull request

@DnA-IntRicate DnA-IntRicate left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed.

@DnA-IntRicate
DnA-IntRicate merged commit ced1338 into main May 27, 2026
4 checks passed
@DnA-IntRicate
DnA-IntRicate deleted the issue/RAP-7-issue-20-cli-crashes-on branch May 27, 2026 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cli crashes on Linux

1 participant