Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Wrap function callbacks

オープン
#104 コメント 1 件 リアクション 0 件 担当者 1 名 GitHub で見る

@robertgoss がすでに取り組んでいます。

2020年7月16日 から。

評価

この issue はまだ評価されていません。

説明

Currently function callbacks are passed directly over the interface as arguments.

This leads to 2 issues:

  1. We cannot journal calls into these callbacks from within the implementation - which we would like to do in the future
  2. This does not follow the hourglass isolation pattern as an exception thown in the callback might not be safely able to percolate in the implementations code.

To get around this we should wrap the function call backs we are passed from the binding in the implementation.

主要言語
Go
スター
54
フォーク
26
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

Autodesk/AutomaticComponentToolkit のほかの issue

Autodesk/AutomaticComponentToolkit の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。