Conversation
metux
added a commit
that referenced
this pull request
Sep 22, 2026
instead of having several global arrays for storing additional per-screen private data, use devPrivate infrastructure. that way also decoupling that data from sequential screen numbers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> PR: #3719
metux
added a commit
that referenced
this pull request
Sep 23, 2026
instead of having several global arrays for storing additional per-screen private data, use devPrivate infrastructure. that way also decoupling that data from sequential screen numbers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> PR: #3719
metux
force-pushed
the
pr/master-xnest-replace-global-arrays-by-devprivate-s-_2026-09-22_19-10-30
branch
4 times, most recently
from
September 23, 2026 14:27
33f2685 to
fb77312
Compare
Contributor
Author
Verdict: pass — the blocking bug is fixed; CI fully green including the Xnest runtime smoke test. What changed since the previous review
Verification
Advisory (non-blocking)
Rules
|
instead of having several global arrays for storing additional per-screen private data, use devPrivate infrastructure. that way also decoupling that data from sequential screen numbers. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
metux
force-pushed
the
pr/master-xnest-replace-global-arrays-by-devprivate-s-_2026-09-22_19-10-30
branch
from
September 23, 2026 14:57
fb77312 to
2aeb07d
Compare
Contributor
Author
Verdict: pass (review update) — all prior advisories addressed, CI re-running but code-correct. Update since previous review
Still-valid review points (from previous round)
CIRe-running on this revision (previous revision: 20 pass / 0 fail incl. the ubuntu lane that builds
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
instead of having several global arrays for storing additional
per-screen private data, use devPrivate infrastructure.
that way also decoupling that data from sequential screen numbers.
Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net