Skip to content

Release v1.1.0 — the tag build, fixed for real - #520

Merged
JustVugg merged 4 commits into
mainfrom
dev
Jul 22, 2026
Merged

Release v1.1.0 — the tag build, fixed for real#520
JustVugg merged 4 commits into
mainfrom
dev

Conversation

@JustVugg

Copy link
Copy Markdown
Owner

Everything needed for the v1.1.0 tag to build and publish. Three attempts, three distinct defects in the tag-only code path, all now fixed and each verified:

The full CI package+verify sequence (tar → clean-dir extract → coli info → assertions) was replayed locally on the final state and passes.

After merge: re-point the v1.1.0 tag at the new main head.

🤖 Generated with Claude Code

JustVugg and others added 4 commits July 22, 2026 09:11
…librì, not colibri

The behavioral check unpacks the archive and asserts 'coli info' output
contains "colibri" — but the banner spells the project name "colibrì",
with U+00EC, and no plain-ASCII "colibri" appears anywhere in the output.
Every other assertion passed (engine found, ready): the second v1.1.0 tag
build died purely on the accent. grep for the ASCII prefix "colibr".

Reproduced and verified locally by simulating the full package+verify step
(tar, clean-dir extract, coli info): old grep FAIL, new grep PASS.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
release verify: grep for "colibr" — the banner's accented "colibrì" failed the ASCII match
…ase title

The launcher printed the name with an accent ('colibri' with a grave i) while
the binary, the package, the commands and the archives are all plain ASCII
'colibri'. That inconsistency is what broke the v1.1.0 tag build: the release
verify step greps the 'coli info' output for 'colibri' and the accented banner
never contained it.

Fix the name, not the check: the banner, --version, the argparse description
and the section headers now print 'colibri', and the release verify keeps its
exact 'colibri' match (reverting the looser prefix grep from #516). The GitHub
Release title is ASCII too, matching the archives it ships.

Verified by replaying the CI package+verify sequence locally (tar, clean-dir
extract, coli info): banner reads 'colibri v1.1.0', exact grep PASS.
test-python green (135).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
name: the program is plain-ASCII "colibri" — banner, --version, release title (unblocks the v1.1.0 tag build)
@JustVugg
JustVugg merged commit b08fcf9 into main Jul 22, 2026
18 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.

[Bug]: TEMP env var conflicts with ROCm on AMD GPUs causing SIGSEGV

1 participant