Merged
Conversation
Updates jupyter-protocol and runtimelib to latest main branch commit, which includes the merged zeromq 0.6.0-pre.1 with improved error handling and socket reconnection support.
Kernel Conformance Matrix
almond (scala) - 15 failures, 0 skippedLanguage: scala | Protocol: 5.4 Failures
ark () - 3 failures, 0 skippedLanguage: R | Protocol: 5.4 Failures
deno (Deno kernel) - 1 failures, 0 skippedLanguage: typescript | Protocol: 5.3 Failures
evcxr (evcxr_jupyter) - 6 failures, 3 skippedLanguage: Rust | Protocol: 5.3 Failures
Skipped (Not Implemented)
gonb (gonb) - 15 failures, 1 skippedLanguage: go | Protocol: 5.4 Failures
Skipped (Not Implemented)
ijulia (ijulia) - 2 failures, 1 skippedLanguage: julia | Protocol: 5.4 Failures
Skipped (Not Implemented)
ocaml-jupyter (ocaml-jupyter) - 9 failures, 2 skippedLanguage: OCaml | Protocol: 5.2 Failures
Skipped (Not Implemented)
xeus-cling (xeus-cling) - 12 failures, 2 skippedLanguage: c++ | Protocol: 5.3 Failures
Skipped (Not Implemented)
xeus-cpp (xeus-cpp) - 20 failures, 2 skippedLanguage: C++ | Protocol: 5.5 Failures
Skipped (Not Implemented)
xeus-haskell (xhaskell) - 8 failures, 4 skippedLanguage: haskell | Protocol: 5.3 Failures
Skipped (Not Implemented)
xeus-lua (xlua) - 7 failures, 2 skippedLanguage: lua | Protocol: 5.5 Failures
Skipped (Not Implemented)
xeus-octave (unknown) - 1 failures, 0 skippedLanguage: Octave | Protocol: unknown Failures
xeus-python (xeus-python) - 4 failures, 0 skippedLanguage: python | Protocol: 5.5 Failures
xeus-r (xr) - 5 failures, 0 skippedLanguage: R | Protocol: 5.5 Failures
xeus-sql (xsql) - 15 failures, 3 skippedLanguage: mysql | Protocol: 5.5 Failures
Skipped (Not Implemented)
xeus-sqlite (xsqlite) - 9 failures, 4 skippedLanguage: sql | Protocol: 5.5 Failures
Skipped (Not Implemented)
Test Results by Message Type
|
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.
Upgrades jupyter-protocol and runtimelib dependencies to the latest main branch commit, which includes zeromq 0.6.0-pre.1.
This prerelease brings improved error handling (replacing panics with Result returns), auto-reconnection for SUB/PUB sockets, and conformance tests against libzmq.
PR submitted by @rgbkrk's agent, Quill