| 18 Nov 2025 |
just1602 | ❯ git push origin HEAD:refs/for/main
Enumerating objects: 44, done.
Counting objects: 100% (44/44), done.
Delta compression using up to 24 threads
Compressing objects: 100% (23/23), done.
Writing objects: 100% (23/23), 1.83 KiB | 1.83 MiB/s, done.
Total 23 (delta 21), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (21/21)
remote: Processing changes: refs: 2, done
To ssh://gerrit.lix.systems:2022/lix
! [remote rejected] HEAD -> refs/for/main (cannot combine normal pushes and magic pushes)
! [remote rejected] 2.94.0 -> 2.94.0 (cannot combine normal pushes and magic pushes)
error: failed to push some refs to 'ssh://gerrit.lix.systems:2022/lix'
| 15:32:01 |
puck | it suggests you're trying to push to 2.94.0? | 16:03:47 |
just1602 | but I don't :P | 16:35:06 |
just1602 | I'll try to check what's going on. | 16:35:13 |
| @lorenzleutgeb:matrix.org left the room. | 16:37:09 |
just1602 | Thanks puck you point me toward the right thing. I had followTags = true in my git config. | 16:42:18 |
puck | yeah,. i was going to point to the config file if you didn't notice | 16:46:23 |
just1602 | That's the sad part with jj, it doesn't always rely on git, but when it does the git config still applies. | 16:49:26 |
Winter | Contrary to the release notes, we did not observe a 38 % improvement on nix search.
this should clarify that it's (presumably) referencing the Nix relnotes | 16:52:48 |
raitobezarius | it refers to our own release notes | 16:53:44 |
raitobezarius | i should probably update the actual number we figured out | 16:53:57 |
raitobezarius | it went past review | 16:54:05 |
Winter | build-dir no longer defaults to temp-dir
I was under the impression that this is also true in 2.93.{1..} -- if it is, maybe make the differences between latest 2.93.z and 2.94.0 the only thing there to avoid confusion? Or is this just for greater visibility? | 16:57:00 |
raitobezarius | yeah, i was on the edge on this one | 16:57:46 |
raitobezarius | and i consider that repeating things is key to pedagogy | 16:57:54 |
raitobezarius | there's extra information in the blog post around this feature | 16:58:03 |
raitobezarius | namely two things | 16:58:04 |
raitobezarius | (a) the Darwin fixes | 16:58:07 |
raitobezarius | (b) the sysadmin guidance on tmpfs | 16:58:11 |
raitobezarius | i did mark things that were already in 2.93.1 normally in the body, but the release notes are "raw" | 16:58:31 |
Winter | but the release notes are "raw"
still kinda not accurate if it's in the 2.94 relnotes bc it was in 2.93...? | 16:59:06 |
raitobezarius | 2.94 branched off 2.93.0 | 17:00:12 |
raitobezarius | * 2.94.0 branched off 2.93.0 | 17:00:14 |
raitobezarius | so effectively, it's a "new" thing in the 2.94 series | 17:00:21 |
raitobezarius | but i understand what you are trying to say | 17:00:26 |
raitobezarius | if you have an idea on how to make this better, can you open an issue? | 17:00:34 |
raitobezarius | but ideally, a solution would take into account this branching model or mesh with the releng process | 17:00:48 |
leona | e.g. an additional hint "We already released this as a security fix in 2.93.1"? | 17:01:49 |
leona | sorry don't have the energy today for writing a full issue and so | 17:02:02 |
raitobezarius | just so i understand well, we are talking about the release notes right? | 17:02:07 |