Skip to content

chore: embed the history of the scala 2 stdlib#23099

Merged
hamzaremmal merged 8430 commits intomainfrom
embed-stdlib
May 20, 2025
Merged

chore: embed the history of the scala 2 stdlib#23099
hamzaremmal merged 8430 commits intomainfrom
embed-stdlib

Conversation

@hamzaremmal
Copy link
Copy Markdown
Member

Here are the steps I followed:

git clone git@github.com:scala/scala.git --single-branch --no-tags --branch 2.13.x embed
cd embed
git filter-repo --path src/library --path-rename src/library:library/src
git filter-repo --message-callback 'return re.sub(rb"(?<!\w)#(\d+)", rb"scala/scala#\1", message)'
git remote add scala3 git@github.com:scala/scala3.git
git fetch scala3 main
git replace --graft b594c22eac364ca2449a2700506b4f6b3f571b86 2308509d2651ee78e1122b5d61b798c984c96c4d
git filter-repo --proceed
git checkout -b embed-stdlib
git push scala3

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.