drym-org / symex.el

An intuitive way to edit Lisp symbolic expressions ("symexes") structurally in Emacs
Other
272 stars 23 forks source link

Rename `master` branch to `main` #85

Open countvajhula opened 1 year ago

countvajhula commented 1 year ago

Are there any MELPA changes required or will it detect main automatically?

Initial searches through issues on MELPA repo don't show any PRs changing master to main, so it seems like it might auto-detect the change, but still, verify this / ask a question there if necessary.

tommy-mor commented 1 year ago

https://github.com/melpa/melpa#recipe-format at the very least we can update the melpa recipe to point to main explicitly.

tommy-mor commented 1 year ago

the docs do say that it uses the "default branch" when unspecified. and this package https://melpa.org/#/magit does not specify its branch in recipe, and uses the main branch. I suspect that it will just work.

countvajhula commented 1 year ago

Thank you for double-checking. Looking at magit, I found this: melpa/melpa#8443, which confirms that MELPA would just work once master is renamed to main (and remains the default branch). That issue does appear to imply that Straight would have some issues, but we can cross that bridge when we come to it.