!kjdutkOsheZdjqYmqp:nixos.org

Empty Room

1906 Members
399 Servers

Load older messages


SenderMessageTime
10 Jan 2025
@sigmasquadron:matrix.org@sigmasquadron:matrix.org changed their display name from SigmaSquadron (Away until 2024-01-11) to SigmaSquadron (Away until 2025-01-11).22:43:10
11 Jan 2025
@orzklv:matrix.org@orzklv:matrix.org left the room.04:07:51
@sinan:sinanmohd.comSinan (comfy) changed their profile picture.11:36:33
@sigmasquadron:matrix.org@sigmasquadron:matrix.org changed their display name from SigmaSquadron (Away until 2025-01-11) to SigmaSquadron.15:06:32
@marie:marie.cologne@marie:marie.cologne i need some help with jj, I want to rebase some work to staging, I thought I could just do jj rebase -d staging, but that gives me Error: Commit 302c5392f503 is immutable. I tried a bunch of things, but I didn't figure out the correct thing. What do I need to do? 16:11:26
@marie:marie.cologne@marie:marie.cologne 302c5392f503 is my local master bookmark where my work is on top 16:12:44
@mjm:midna.devmjmi'm guessing that master is not merged into staging, so it's trying to include that in the rebase16:13:03
@emilazy:matrix.orgemily perhaps pass -s <base commit of your work>. by default it will infer the stack to rebase from your current branch of work 16:13:18
@mjm:midna.devmjm you probably need -s to be more specific about which change to rebase 16:13:16
@emilazy:matrix.orgemilywhich if you haven't pushed may not be accurate16:13:26
@emilazy:matrix.orgemily I would also suggest -d 'fork_point(master, staging)' when possible, so that you can test on a revision close to master that still merges into staging 16:13:44
@emilazy:matrix.orgemily (this is the equivalent of the git merge-base suggestion in CONTRIBUTING.md) 16:13:53
@mjm:midna.devmjm woah there's a fork_point function in there? 16:14:08
@mjm:midna.devmjm i had written my own merge_base revset alias for that lol 16:16:38
@marie:marie.cologne@marie:marie.colognethat seems to work thank you very much16:16:50
@marie:marie.cologne@marie:marie.cologne hm that does not seem to work for me, it gives me Error: Failed to parse revset: Function "fork_point": Expected 1 arguments 16:17:20
@emilazy:matrix.orgemily you can omit the -s after git push -c basically. it's a little awkward, the default revset should maybe be a bit better 16:17:29
@emilazy:matrix.orgemily ah, fork_point(master | staging) should do it 16:17:36
@emilazy:matrix.orgemily (or the old-school heads(::master & ::staging) which I still use because of muscle memory) 16:17:54
@marie:marie.cologne@marie:marie.colognethat worked! thanks16:18:16
@mjm:midna.devmjmoh okay fork_point didn't exist when i added my version :D16:20:30
@emilazy:matrix.orgemily I wish it was called base(), I need to send a PR for that. (but getting off-topic I suppose) 16:21:54
@mjm:midna.devmjm idk, i think fork_point is more intuitive to me 16:25:22
@oak:universumi.fioak changed their profile picture.16:46:02
@mjm:midna.devmjmmerge base has always confused me as a term16:25:52
@oak:universumi.fioak changed their profile picture.16:46:59
@aprl:uwu.isaprl changed their display name from aprl📍38c3 📞 2774 to aprl.17:54:19
@pouya.abbassi:matrix.orgPouya Abbassi

Hi all!
I'm trying to update my system and I get an error from one of the packages I'm using for a few months. The cnijfilter4
Nothing in the package itself or its source code has changed in a few years, but this time I'm getting this error:

       > cnijnpr.c: In function 'get_printer_devid':
       > cnijnpr.c:588:12: error: type of 'fdusb' defaults to 'int' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-int-Wimplicit-int8;;]
       >   588 | static int get_printer_devid(fdusb)
       >       |            ^~~~~~~~~~~~~~~~~

It happens while running this line of the package.
Is there a way to suppress or fix it?

21:06:32
@k900:0upti.meK900GCC upgrade likely21:08:10
@k900:0upti.meK900 Ideally patch it to be (int fdusb) 21:08:21

Show newer messages


Back to Room ListRoom Version: 6