Skip to content

fix(gettext): remove textstyle/stdbool.h from include list#648

Merged
MeteorsLiu merged 1 commit into
mainfrom
xgopilot/issue-647-1770953277
Feb 13, 2026
Merged

fix(gettext): remove textstyle/stdbool.h from include list#648
MeteorsLiu merged 1 commit into
mainfrom
xgopilot/issue-647-1770953277

Conversation

@fennoai
Copy link
Copy Markdown
Contributor

@fennoai fennoai Bot commented Feb 13, 2026

Requested by @luoliwoshang

Fixes #647

Summary

  • Removed textstyle/stdbool.h from the include list in _llcppgtest/gettext/llcppg.cfg
  • This header file is not found on macOS CI (brew updated gettext), causing the gettext demo test to panic

Test plan

  • CI demo tests pass on macOS without textstyle/stdbool.h error

The textstyle/stdbool.h header file is not found on macOS CI,
causing the gettext demo test to fail. Remove it from the config.

Fixes #647

Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: luoliwoshang <51194195+luoliwoshang@users.noreply.github.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.30%. Comparing base (3d5fcd7) to head (7ce540d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #648   +/-   ##
=======================================
  Coverage   85.30%   85.30%           
=======================================
  Files          28       28           
  Lines        2415     2415           
=======================================
  Hits         2060     2060           
  Misses        311      311           
  Partials       44       44           

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

@luoliwoshang luoliwoshang self-requested a review February 13, 2026 03:43
Copy link
Copy Markdown
Contributor

@luoliwoshang luoliwoshang left a comment

Choose a reason for hiding this comment

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

LGTM

@MeteorsLiu MeteorsLiu merged commit beba8c5 into main Feb 13, 2026
12 checks passed
@fennoai fennoai Bot deleted the xgopilot/issue-647-1770953277 branch February 13, 2026 04:04
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.

test(demo gen):gettext update at brew,current fail at ci

3 participants