-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fractal: 6 -> 7 #308809
fractal: 6 -> 7 #308809
Conversation
Oops, sorry for the pings. Perhaps I should've just used |
Please close this and open other PR, or else you will ping the planet again. |
No, @AndersonTorres. This is a draft PR. It has been opened as a draft from the getgo. Hover over the moon icon next in the reviewer list and note that it reads
And even if those 6 codeowner had been pinged, those would certainly not be "the planet". |
Phew! Not so bad as I was expecting. |
I am experiencing random short freezes on my end. |
interesting, anything in the logs? For me it was smooth, just some draw invalidation artifacts |
Hm, it has subsided on second launch |
(there was nothing in the logs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems to work
I’m currently using this Fractal as my Matrix client and I haven’t noticed any issues so far |
#291339 was merged. |
this patch updates fractal to version 7. this also fixes nix-prefetch-git resolving `rev = "7";` to `refs/environments/review-jsparber-h-cxnwl8/deployments/2` by using `rev = "refs/tags/7";` directly.
630b0d2
to
27626f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build did not change so my review does not change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on x86_64-linux. Device verification and sending/receiving encrypted messages work.
Description of changes
This pull request updates fractal from version
6
to7
.Release notes: https://gitlab.gnome.org/World/fractal/-/releases/7
Note that this is a draft based on #291339, once that's merged I'll rebase this pull request on top of master.
Also note that, as documented in the commit, using
rev = "7";
didn't work anymore and would resolve to the bogusrefs/environments/review-jsparber-h-cxnwl8/deployments/2
.Additionally, the hash of the src FDO is not compatible with falling back to
fetchgit
asfetchgit
does not respectexport-ignore
git attributes and GitLab's repository archive endpoint does.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.