Skip to content

feat(GLOBAL_DEFINED_WORDS): "ダングリング"の定義追加、および訳語の統一#1599

Merged
teruyamato0731 merged 4 commits intomasterfrom
feat/#1598-dangling
Apr 2, 2026
Merged

feat(GLOBAL_DEFINED_WORDS): "ダングリング"の定義追加、および訳語の統一#1599
teruyamato0731 merged 4 commits intomasterfrom
feat/#1598-dangling

Conversation

@teruyamato0731
Copy link
Copy Markdown
Contributor

close #1598

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 2, 2026

プレビュー (HTML) (更新時刻: 2026-04-02 13:04:37 JST)

  • Commit: e3a41f9
  • プレビューの生成には時間がかかります (3~5分)。進捗状況はこちらをご確認ください。

変更記事一覧

7件の記事が変更されました。

※ソース (.md) に直接変更のあった記事を列挙しています。グローバル修飾や変換規則の変更による変化は考慮していません。

@teruyamato0731
Copy link
Copy Markdown
Contributor Author

プレビューを見る限り問題ないかと思うのですが、マージしてもよいでしょうか?

ダングリング(dangling)となっている箇所は冗長な表記を避けるためにダングリングに統一しました。

weak_ptr/lock の以下の表記は冗長ではないと判断して変更しないままとしました。

このコードの場合、ロックを取得したif文内で、shared_ptrオブジェクトspに対してreset()が呼ばれると、ポインタrがダングリングポインタ(dangling pointer : 不正な領域を指すポインタ)になってしまう。

std::ranges::dangling が心配でしたが、用語定義を dangling でなく ダングリング としたため、問題ないと思われます。

Copy link
Copy Markdown
Member

@faithandbrave faithandbrave left a comment

Choose a reason for hiding this comment

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

ありがとうございます。LGTMです

@teruyamato0731 teruyamato0731 merged commit 36dc972 into master Apr 2, 2026
20 checks passed
@teruyamato0731 teruyamato0731 deleted the feat/#1598-dangling branch April 2, 2026 05:30
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.

用語「dangling」の訳語統一(ダングリング)と用語定義の追加

2 participants