Skip to content

fix: shared libraryのis_done exportとCIを補完 - #44

Merged
PyYoshi merged 1 commit into
devfrom
v3/shared-lifecycle-export
Sep 21, 2026
Merged

PyYoshi merged 1 commit into
devfrom
v3/shared-lifecycle-export

Conversation

@PyYoshi

@PyYoshi PyYoshi commented Sep 21, 2026

Copy link
Copy Markdown
Owner

原因

cChardet #169 のshared sanitizer buildで既存公開関数 uchardet_is_done がundefined reference。GNU/Darwinのexport一覧に未登録だった。native CIのstatic presetでは検出できなかった。

修正

  • 既存公開関数をexport一覧へ追加(engineや関数signatureは変更しない)
  • Linux/macOS/Windows Releaseでshared lifecycleをbuild/run
  • Windowsのテスト用実行ファイル横へDLLを配置

ローカル検証

GCC shared buildとnative-lifecycle CTest成功、nmでexport確認。actionlintとdiff check成功。

Refs PyYoshi/cChardet#117, PyYoshi/cChardet#169。P01の保留対象は変更しない。

@PyYoshi
PyYoshi marked this pull request as ready for review September 21, 2026 00:12
@PyYoshi
PyYoshi merged commit f2873ba into dev Sep 21, 2026
11 checks passed
@PyYoshi
PyYoshi deleted the v3/shared-lifecycle-export branch September 21, 2026 00:12
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.

1 participant