mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 17:49:07 -05:00
[PR #1158] [MERGED] fix(ci): handle branch names with slashes in fresh install test #1148
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/harvard-edge/cs249r_book/pull/1158
Author: @profvjreddi
Created: 2/4/2026
Status: ✅ Merged
Merged: 2/4/2026
Merged by: @profvjreddi
Base:
dev← Head:feature/tinytorch-core📝 Commits (1)
19093cefix(ci): use pipe delimiter in sed to handle branch names with slashes📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
tinytorch/scripts/test-fresh-install.sh(+1 -1)📄 Description
Summary
seddelimiter intest-fresh-install.shfrom/to|so branch names containing/(e.g.feature/foo,1156/merge) don't break the substitutionTest plan
sed "s|__BRANCH__|feature/tinytorch-core|g"works correctly🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.