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

fix: Recursive types #2

Merged
merged 14 commits into from
Mar 6, 2024
Merged

fix: Recursive types #2

merged 14 commits into from
Mar 6, 2024

Conversation

romshark
Copy link
Owner

@romshark romshark commented Mar 5, 2024

This adds support for recursive struct types (recursion through pointers, slices and maps)

@romshark romshark self-assigned this Mar 5, 2024
@coveralls
Copy link

coveralls commented Mar 5, 2024

Pull Request Test Coverage Report for Build 8164853309

Details

  • 255 of 282 (90.43%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.02%) to 89.422%

Changes Missing Coverage Covered Lines Changed/Added Lines %
jscandec.go 255 282 90.43%
Totals Coverage Status
Change from base Build 8145547724: 0.02%
Covered Lines: 2536
Relevant Lines: 2836

💛 - Coveralls

@romshark romshark merged commit 29ecef3 into main Mar 6, 2024
3 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