Minor server side fixes and clean ups#233
Open
PeterC-DLS wants to merge 1 commit into
Open
Conversation
PeterC-DLS
force-pushed
the
update-dev-dependencies
branch
from
July 9, 2026 15:58
01ca8d7 to
2abea13
Compare
PeterC-DLS
force-pushed
the
minor-server-fixes
branch
from
July 9, 2026 16:47
c8584cb to
1e06e37
Compare
Reduce logging of validation errors from unpacking messages by only reporting errors when every model in union fails validation. Avoid mutating input on model validation. Fix typing glitch in simple demo script. Refactor message tests from plot server tests. Correct and add baton logging. Log warnings for unparseable client messages and catch exceptions in server handling messages
PeterC-DLS
force-pushed
the
minor-server-fixes
branch
from
July 17, 2026 15:29
1e06e37 to
ec937e0
Compare
PeterC-DLS
changed the base branch from
update-dev-dependencies
to
fix-baton-exchange
July 17, 2026 15:31
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.
Reduce logging of validation errors from unpacking messages by only
reporting errors when every model in union fails validation. Avoid
mutating input on model validation. Fix typing glitch in simple
demo script. Refactor message tests from plot server tests. Correct
and add baton logging. Log warnings for unparseable client messages
and catch exceptions in server handling messages