Skip to content

Fix CLI compile errors from #640 merge#691

Merged
zazabap merged 2 commits intomainfrom
fix-640-cli-compile-errors
Mar 17, 2026
Merged

Fix CLI compile errors from #640 merge#691
zazabap merged 2 commits intomainfrom
fix-640-cli-compile-errors

Conversation

@isPANN
Copy link
Collaborator

@isPANN isPANN commented Mar 17, 2026

Summary

  • Fix CreateArgs test helper: add all missing fields and wrap problem in Some()
  • Merge duplicate #[cfg(test)] mod tests blocks into one
  • Remove duplicate Vec<u64> match arm in type_format_hint
  • Fix cli.rs test: use args.problem.as_deref() for Option<String>

These compile errors were introduced by the conflict resolution in #640 and only surface in the code coverage CI build.

🤖 Generated with Claude Code

isPANN and others added 2 commits March 17, 2026 13:52
- Fix CreateArgs test helper: add all missing fields (example, source,
  sink, partition, etc.) and wrap problem in Some()
- Merge duplicate #[cfg(test)] mod tests blocks into one
- Remove duplicate Vec<u64> match arm in type_format_hint
- Fix cli.rs test: use args.problem.as_deref() for Option<String>

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@isPANN isPANN requested a review from GiggleLiu March 17, 2026 05:56
@codecov
Copy link

codecov bot commented Mar 17, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.06%. Comparing base (dfcc313) to head (54730e5).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #691      +/-   ##
==========================================
+ Coverage   97.04%   97.06%   +0.01%     
==========================================
  Files         284      286       +2     
  Lines       38037    38288     +251     
==========================================
+ Hits        36914    37163     +249     
- Misses       1123     1125       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zazabap zazabap self-requested a review March 17, 2026 07:33
@zazabap zazabap moved this to OnHold in Good issues Mar 17, 2026
Copy link
Collaborator

@zazabap zazabap left a comment

Choose a reason for hiding this comment

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

CI fix looks ok. compiled locally and passed checks.

Copy link
Collaborator

@zazabap zazabap left a comment

Choose a reason for hiding this comment

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

Straightforward compile fix — all new CreateArgs fields added, type change handled, duplicate test module merged.

@zazabap zazabap merged commit 156e184 into main Mar 17, 2026
5 checks passed
@isPANN isPANN moved this from OnHold to Done in Good issues Mar 17, 2026
@isPANN isPANN deleted the fix-640-cli-compile-errors branch March 17, 2026 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants