-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
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
slack: 4.34.121 -> 4.35.126 #270440
slack: 4.34.121 -> 4.35.126 #270440
Conversation
@ofborg build slack |
I believe this is also a case of #244742. Updating seems to fix it though, so no need for a workaround |
Does this actually resolve the issue, or is this just a side effect of doing an update and (I'm guessing here) possibly invalidating the cache? Of course we should update and backport regardless, just wondering whether this long-term truly resolves the problem. |
@amaxine Oh yeah, I think it's just a side effect. Comparing the logs before and after this change, I notice: +[11/27/23, 17:02:03:365] info: Boots up new service worker version
{
"scriptUrl": "https://app.slack.com/service-worker.js",
"scope": "https://app.slack.com/",
"renderProcessId": 4,
- "versionId": 3
+ "versionId": 4
} |
Can you fix up the commit to remove the mention of this fixing the issue? Don't wanna be misleading 🙂 ofborg won't build this anyway since it's nonfree. Looks good when building locally. Thank you for doing the update. |
898912d
to
5075c3f
Compare
@amaxine Good point, did that! |
Successfully created backport PR for |
Successfully created backport PR for |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release-23.11
git worktree add -d .worktree/backport-270440-to-release-23.11 origin/release-23.11
cd .worktree/backport-270440-to-release-23.11
git switch --create backport-270440-to-release-23.11
git cherry-pick -x 5075c3f6ec5c40d10ca3c4b5e2ca0353d1ee7fd4 |
Description of changes
This fixes blank screen rendering issues, this was the error message on stderr for context:
Followed by a million lines of shader source code
This needs to be backported because the release version currently has the same problem
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/
)Priorities
Add a 👍 reaction to pull requests you find important.