What are the opinions of deleting all branches older than like a month old? Now that the rust compiler is no longer being worked on, those branches have no meaning. (if a branch is needed it can be restored, but likely these are all stale)
https://github.com/roc-lang/roc/branches/all
It doesn't hurt to leave them there right?
I think we should wait until we see more evidence the zig compiler is going to work out. I'm not sure what that looks like. But there is a nonzero chance we still want the rust branches right?
I guess if they can be restored easily.. than its kind of a wash
Yeah, they can easily be restored and most of them are so stale that they likely should be deleted even if we go back to the rust compiler
Deleting old branches that are merged is definitely fine. I'd be a little wary of deleting old branches that have open PRs on them though
We closed all the old rust compiler open PRs. So basically none of the branches have PRs attached.
Last updated: Jul 06 2025 at 12:14 UTC