Skip to content

Modernize project structure#569

Merged
treeform merged 3 commits intomasterfrom
modernize-pixie
Apr 30, 2026
Merged

Modernize project structure#569
treeform merged 3 commits intomasterfrom
modernize-pixie

Conversation

@treeform
Copy link
Copy Markdown
Owner

@treeform treeform commented Apr 30, 2026

Summary

  • update build and docs workflows to use actions/checkout@v5, treeform/setup-nim-action@v6, and Nimby
  • install dependencies with cd .. && nimby install -g pixie/pixie.nimble so Nimby sees the checked-out Pixie package in workspace layout
  • run CI tests on ubuntu-latest, windows-latest, and macos-latest with
    im r tests/tests.nim
  • rename tests/all.nim to tests/tests.nim
  • mark Pixie as Nim 2+ and update dependency floors to the currently checked-out package versions
  • refresh README install/testing commands, badges, and .gitignore baseline

Dependency floors

  • nim >= 2.0.0
  • vmath >= 3.0.0
  • chroma >= 1.0.0
  • zippy >= 0.10.16
  • flatty >= 0.3.4
  • nimsimd >= 1.3.2
  • bumpy >= 1.1.3
  • crunchy >= 0.1.11

Verification

  • local:
    im r tests/tests.nim
  • local: git diff --check
  • CI: ubuntu-latest, windows-latest, macos-latest passing

@treeform treeform merged commit 087eed4 into master Apr 30, 2026
3 checks passed
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.

1 participant