jhogberg

jhogberg

Erlang Core Team

`maint` and `master` have been force-pushed to correct a mistake, again

maint was accidentally hard-reset to master about an hour ago and pushed upstream, and a few of our own commits were then based on incorrect versions of maint and master, so we’ve had to force-push earlier versions of maint and master to correct it.

No work has been lost and all pull requests we’ve merged from outside contributors are still there, but you will need to reset your local copy of the maint and master branches. We’re sorry for the inconvenience.


Original announcement: `maint` and `master` have been force-pushed to correct a mistake, again - Erlang News - Erlang Programming Language Forum - Erlang Forums

Most Liked

jhogberg

jhogberg

Erlang Core Team

Sort of. These are two separate branches, where maint is always supposed to trail master, and unfortunately GitHub doesn’t allow us to express such a branch protection. We have a pre-push hook in the repository that checks this for us, scripts/pre-push, but it cannot protect anything unless it’s installed locally.

Someone hard-reset maint so that it had the same hash as master then pushed both to the main repository, without having the hook installed.

arcanemachine

arcanemachine

Did someone forget to protect the branch or something? :thinking:

Where Next?

Popular in Erlang News Top

Devtalk
A new Erlang news item has been posted! Link: Release OTP 23.2.6 · erlang/otp · GitHub Posted via Devtalk.
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 24.1.1 · erlang/otp · GitHub
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 24.0.1 · erlang/otp · GitHub Posted via Devtalk.
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 23.3.2 · erlang/otp · GitHub Posted via Devtalk.
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 23.2.7 · erlang/otp · GitHub Posted via Devtalk.
New
garazdawi
Patch Package: OTP 27.3.4.1 Git Tag: OTP-27.3.4.1 Date: 2025-06-16 Trouble Report Id: ...
New
erlangforums
A new Erlang announcement has been posted: Original announcement:
New
Devtalk
A new Erlang news item has been posted! Link: Release OTP 23.1.4.1 · erlang/otp · GitHub Posted via Devtalk.
New
lpil
Hello everyone! The latest version of Gleam is out, v0.13. I’ve written a blog post detailing what’s new in this release here: I hope ...
New
kennethL
You don’t want to miss the third post in the series about BEAM the execution engine for Erlang. This time we are going to explore the jus...
New

Other popular topics Top

aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
stefanluptak
Hello everybody, usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
Emily
I have VueJS GUIs with the project generated using Webpack. I have Elixir modules that will need to be used by the VueJS GUIs. I forese...
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
klo
Got a question about when to concat vs. prepending items to list then reversing to achieve appending. So i know lists boil down to [1 | ...
New
komlanvi
Hi everyone, I was playing with phoenix liveView but I run into an issue. I have a form and want to validate each input text when the te...
New

Latest on Elixir Forum

Elixir Forum

We're in Beta

About us Mission Statement