Skip to content

Conversation

@jbr
Copy link
Owner

@jbr jbr commented Jul 10, 2025

No description provided.

@codecov
Copy link

codecov bot commented Jul 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.25%. Comparing base (85a17a2) to head (a29838e).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #78      +/-   ##
==========================================
+ Coverage   92.09%   92.25%   +0.15%     
==========================================
  Files          22       22              
  Lines        1265     1265              
  Branches     1265     1265              
==========================================
+ Hits         1165     1167       +2     
+ Misses         48       47       -1     
+ Partials       52       51       -1     

☔ 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.

jbr added 3 commits July 10, 2025 14:35
previously, option_set_some would erroneously strip references within the option, so for `#[field(set, option_set_some)] field: Option<&'a str>`, we would generate `set_field(&mut self, field: str) -> &mut Self`, but now we correctly generate `set_field(&mut self, field: &'a str) -> &mut Self`
@jbr jbr force-pushed the fix-option-set-some-with-reference branch from f0ef37f to a29838e Compare July 10, 2025 21:35
@jbr jbr merged commit 365ac00 into main Jul 10, 2025
6 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.

2 participants