Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restacks the 1.1 system symbol and macro tables #879

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Conversation

zslayton
Copy link
Contributor

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@@ -284,7 +285,7 @@ impl<'top, D: Decoder> LazyExpandedStruct<'top, D> {
}
// For any other kind of struct, do a linear scan over its fields until we encounter
// one with the requested name.
_ => {
ValueLiteral(..) | MakeField(..) | MakeStruct(..) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

🪧 This change addresses feedback from the previous PR by making the remaining kinds of struct explicit.

@zslayton zslayton marked this pull request as ready for review December 11, 2024 21:17
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

Attention: Patch coverage is 98.14815% with 1 line in your changes missing coverage. Please review.

Project coverage is 77.81%. Comparing base (fd97f5d) to head (558d33a).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/lazy/expanded/struct.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #879   +/-   ##
=======================================
  Coverage   77.81%   77.81%           
=======================================
  Files         136      136           
  Lines       34656    34656           
  Branches    34656    34656           
=======================================
  Hits        26966    26966           
  Misses       5690     5690           
  Partials     2000     2000           

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

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