Skip to content

Conversation

@Xenira
Copy link
Contributor

@Xenira Xenira commented Dec 16, 2025

Refs: #638

Copy link
Member

@epompeii epompeii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great start! Please, keep going.

Comment on lines +24 to +25
Err(_) => {
debug_assert!(false, "Error deserializing input as gungraun JSON.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Err(_) => {
debug_assert!(false, "Error deserializing input as gungraun JSON.");
Err(error) => {
debug_assert!(false, "Error deserializing input as gungraun JSON.", error);

// test_rust_gungraun::validate_adapter_rust_gungraun(
// &results,
// &test_rust_gungraun::OptionalMetrics::default(),
// );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know tests are a todo, take a look at AdapterRust, AdapterCpp, etc as a reference for how to setup the tests for a "parent" parser.

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.

2 participants