Skip to content

Convert the IA* field wrappers from classes to structs (2.0) - #77

Draft
jbuckner wants to merge 1 commit into
mainfrom
field-wrapper-structs
Draft

Convert the IA* field wrappers from classes to structs (2.0)#77
jbuckner wants to merge 1 commit into
mainfrom
field-wrapper-structs

Conversation

@jbuckner

Copy link
Copy Markdown
Owner

Closes #54. Draft: breaking, holds for a 2.0 window, and will need a rebase after the 1.x ModelFieldTypes fixes (#61, #66) merge. Pairs with #29.

🤖 Generated with Claude Code

https://claude.ai/code/session_015u2FT1T8yYQsEztyKg6UGf

Every decoded field cost a heap allocation as a class; structs drop
that. Breaking for anyone subclassing the wrappers, so this waits for
2.0.

Closes #54

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_015u2FT1T8yYQsEztyKg6UGf
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.98%. Comparing base (230a09a) to head (591b330).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #77   +/-   ##
=======================================
  Coverage   91.98%   91.98%           
=======================================
  Files          13       13           
  Lines         686      686           
=======================================
  Hits          631      631           
  Misses         55       55           

☔ View full report in Codecov by Harness.
📢 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.

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.

Convert the IA* field wrappers from classes to structs (2.0)

1 participant