-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support interop between v8 and v9+ (#1016)
* Support interop between v8 and v9+ * Ignore clippy lint * Reduce flakiness * Fix unwrap * Remove dbg * Flatten + untagged enums don't really work * Revert "Flatten + untagged enums don't really work" Agent configs are broken, but we never use it, so just backing this out for now. * Workaround serde deficiency * Enable CI logging * Sigh * Disable ansi when outputting json to make output less terrible * Sigh * Show output on success to see what it is actually supposed to look like * ? * Fix relay selector * Check if it is just a deployment count issue * Disable liveness probe * Derp * Debug broken listener * Do extremely inefficient parsing and reserialization * Sigh * Show callstack of failure * Fix serialization * Revert debug changes
- Loading branch information
1 parent
3392942
commit 3363452
Showing
12 changed files
with
307 additions
and
74 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.