Make adding more NodeEvent variants backwards-compatible#1273
Merged
Make adding more NodeEvent variants backwards-compatible#1273
NodeEvent variants backwards-compatible#1273Conversation
Ignore unknown event types during deserialization.
phil-opp
added a commit
to guptapratykshh/pg-dora
that referenced
this pull request
Dec 20, 2025
We added a new `NodeEvent` variant, which is not backwards compatible (yet, see dora-rs#1273). We also added a new `InterDaemonEvent` variant that is not backwards compatible either.
phil-opp
added a commit
to guptapratykshh/pg-dora
that referenced
this pull request
Dec 20, 2025
We added a new `NodeEvent` variant, which is not backwards compatible (yet, see dora-rs#1273). We also added a new `InterDaemonEvent` variant that is not backwards compatible either.
haixuanTao
approved these changes
Dec 21, 2025
Collaborator
Author
|
Debug notes: The CI CLI test on Ubuntu hangs at: On main, the output is: Interestingly, it works on the other OSs. We also see some input events logged there, which are strangely absent on Linux. |
Collaborator
Author
Correction: We skip the test on Windows, so it only works on macOS. We don't see any additional output there. |
Instead of providing it via the Python node API. This approach has the advantage that it works consistently across languages. For example, the Rust node API was not setting these fields, leading to log messages without a node_id. This commit fixes that.
It will block forever.
Also: Fall back to fields when `target` is the empty string
fdb9b57 to
020b8cd
Compare
Collaborator
Author
|
Oh, automerge was still on, so it was merged as soon as the CI was green, even though there are lots of debug changes now. I reverted this in #1277. |
Collaborator
Author
|
New PR in #1278 |
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.
Ignore unknown event types during deserialization.