Conversation
Ark 0.1.238 fixes support for history_request and comm_info_request, bringing ark's conformance score from 92% to 100%.
Kernel Conformance Matrix
almond (scala) - 15 failures, 0 skippedLanguage: scala | Protocol: 5.4 Failures
ark () - 1 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 (unknown) - 1 failures, 0 skippedLanguage: python | Protocol: unknown Failures
xeus-r (xr) - 12 failures, 0 skippedLanguage: R | Protocol: 5.5 Failures
xeus-sql (xsql) - 11 failures, 3 skippedLanguage: MySQL | Protocol: 5.6 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.
Summary
Updates ark from 0.1.232 to 0.1.238 to include fixes for
history_requestandcomm_info_requestsupport, improving ark's conformance score from 92% to 100%.Changes
Test Plan
The conformance CI workflow will run and verify that ark now passes all required tests, including the previously failing
history_requestandcomm_info_requesttests.PR submitted by @rgbkrk's agent, Quill