Skip to content

cl: embed struct / interface support __llgo_va_list#1282

Merged
xushiwei merged 2 commits intogoplus:mainfrom
visualfc:embed_vamethod
Sep 9, 2025
Merged

cl: embed struct / interface support __llgo_va_list#1282
xushiwei merged 2 commits intogoplus:mainfrom
visualfc:embed_vamethod

Conversation

@visualfc
Copy link
Member

@visualfc visualfc commented Sep 9, 2025

fix embed struct method has __llgo_va_list

type My struct {
    *py.Object
}
  • struct embed call __llgo_va_list
  • interface call __llgo_va_list

@codecov
Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.17%. Comparing base (849b230) to head (fd17a43).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1282   +/-   ##
=======================================
  Coverage   90.16%   90.17%           
=======================================
  Files          42       42           
  Lines       11786    11796   +10     
=======================================
+ Hits        10627    10637   +10     
  Misses       1026     1026           
  Partials      133      133           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@visualfc visualfc force-pushed the embed_vamethod branch 3 times, most recently from 92400fa to 91e7eba Compare September 9, 2025 08:12
@visualfc visualfc changed the title [WIP] cl: embed struct support __llgo_va_list [WIP] cl: embed struct / interface support __llgo_va_list Sep 9, 2025
@visualfc visualfc force-pushed the embed_vamethod branch 2 times, most recently from b20d298 to e19ee1d Compare September 9, 2025 08:32
@visualfc visualfc changed the title [WIP] cl: embed struct / interface support __llgo_va_list cl: embed struct / interface support __llgo_va_list Sep 9, 2025
@xushiwei xushiwei merged commit 4e7526d into goplus:main Sep 9, 2025
43 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