Skip to content

Use runtimed fix branch for Ark kernel compatibility#10

Merged
rgbkrk merged 1 commit into
mainfrom
paris-v10
Feb 26, 2026
Merged

Use runtimed fix branch for Ark kernel compatibility#10
rgbkrk merged 1 commit into
mainfrom
paris-v10

Conversation

@rgbkrk

@rgbkrk rgbkrk commented Feb 26, 2026

Copy link
Copy Markdown
Member

Summary

Uses the runtimed PR #282 branch which adds #[serde(default)] to optional fields in KernelInfoReply. This fixes the Ark kernel test failures where deserialization was failing due to missing implementation field.

Related

Test Plan

  • CI should now successfully parse Ark kernel's kernel_info_reply
  • All other kernels should continue to work as before

Use runtimed PR #282 branch which adds #[serde(default)] to
implementation, implementation_version, and banner fields
in KernelInfoReply. This allows testing kernels like Ark that
don't provide all fields.
@github-actions

Copy link
Copy Markdown

Kernel Conformance Matrix

Kernel Tier 1 Tier 2 Tier 3 Tier 4 Total
ark 9/10 4/7 1/3 5/5 19/25
deno 9/10 6/7 3/3 3/5 21/25
evcxr 10/10 3/7 1/3 3/5 17/25
ipykernel 10/10 7/7 3/3 5/5 25/25

ark () - 4 failures, 2 skipped

Language: R | Protocol: 5.4

Failures

Test Message Type Likely Source Reason
execute_stderr stream unknown No stderr containing 'error'
inspect_request inspect_request unknown Protocol error: Error deserializing content for msg_type inspect_reply: invalid type: null, expected struct Media
history_request history_request unknown Timeout waiting for shell reply
comm_info_request comm_info_request unknown Timeout waiting for shell reply

Skipped (Not Implemented)

  • display_data: Kernel can produce display_data messages for rich output
  • update_display_data: Kernel can update existing displays via update_display_data
deno (Deno kernel) - 3 failures, 1 skipped

Language: typescript | Protocol: 5.3

Failures

Test Message Type Likely Source Reason
interrupt_request interrupt_request unknown Timeout waiting for control reply
shutdown_reply shutdown_request unknown Timeout waiting for control reply

Skipped (Not Implemented)

  • stdin_input_request: Kernel can request input from frontend via stdin channel
evcxr (evcxr_jupyter) - 5 failures, 3 skipped

Language: Rust | Protocol: 5.3

Failures

Test Message Type Likely Source Reason
inspect_request inspect_request unknown Timeout waiting for shell reply
history_request history_request unknown Timeout waiting for shell reply
comm_info_request comm_info_request unknown Timeout waiting for shell reply
interrupt_request interrupt_request unknown Protocol error: Error deserializing content for msg_type interrupt_reply: missing field status

Skipped (Not Implemented)

  • display_data: Kernel can produce display_data messages for rich output
  • update_display_data: Kernel can update existing displays via update_display_data
  • stdin_input_request: Kernel can request input from frontend via stdin channel

Test Results by Message Type

Test Message Type ark deno evcxr ipykernel
comm_info_request comm_info_request
comms_lifecycle comm_open
complete_request complete_request
display_data display_data ⏭️ ⏭️
error_handling execute_request
execute_input_broadcast execute_input
execute_reply_ok execute_request
execute_result execute_result
execute_stderr stream
execute_stdout execute_request
execution_count_increments execute_request
heartbeat_responds heartbeat
history_request history_request
inspect_request inspect_request
interrupt_request interrupt_request
is_complete_complete is_complete_request
is_complete_incomplete is_complete_request ⚠️ ⚠️
kernel_info_has_language_info kernel_info_request
kernel_info_has_protocol_version kernel_info_request
kernel_info_reply_valid kernel_info_request
parent_header_correlation parent_header
shutdown_reply shutdown_request
status_busy_idle_lifecycle status
stdin_input_request input_request ⏭️ ⏭️
update_display_data update_display_data ⏭️ ⏭️

@rgbkrk
rgbkrk merged commit d687fad into main Feb 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant