Skip to content

feat: support nested enum - #528

Merged
luoliwoshang merged 30 commits into
xgo-dev:mainfrom
MeteorsLiu:nested-enum-in-struct
Sep 24, 2025
Merged

feat: support nested enum#528
luoliwoshang merged 30 commits into
xgo-dev:mainfrom
MeteorsLiu:nested-enum-in-struct

Conversation

@MeteorsLiu

@MeteorsLiuMeteorsLiu commented Aug 5, 2025

Copy link
Copy Markdown
Contributor

Fix#75
Design #530

@MeteorsLiuMeteorsLiu changed the title [WIP]feat: support nested enumfeat: support nested enumAug 5, 2025
@codecov

codecovBot commented Aug 5, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.19%. Comparing base (8f012bd) to head (f92891d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #528 +/- ##
==========================================
- Coverage 84.20% 84.19% -0.01% 
==========================================
Files 27 27 Lines 2747 2746 -1 ==========================================
- Hits 2313 2312 -1 
Misses 391 391 Partials 43 43 

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

Comment threadcl/internal/convert/type.go
Comment threadcl/internal/convert/convert.go Outdated
Comment thread_xtool/internal/parser/parser.go
Comment thread_xtool/internal/parser/testdata/enum/temp.h Outdated
Comment thread_xtool/internal/parser/parser.go Outdated
Comment thread_xtool/internal/parser/parser.go Outdated
Co-authored-by: 张之阳 <51194195+luoliwoshang@users.noreply.github.com>
@luoliwoshang
luoliwoshang merged commit d3be085 into xgo-dev:mainSep 24, 2025
9 of 10 checks passed
Sign up for freeto 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.

NewTypeDecl apr_bucket_type_t Fail: error convert type: unsupported type *ast.EnumType

2 participants

@MeteorsLiu@luoliwoshang