Make `checkTask` use `output-blocks`?
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 45/100
調査の方向性
Look at the checkTask function and its dependencies, drawTree and testRunner, in the codebase. Examine the autotool-capabilities module for MonadDiagrams and MonadGraphviz to see if drawTree can be adapted. For testRunner, investigate the timeout function's IO requirement and consider alternative concurrency or effect-handling approaches within the output-blocks framework. Determine if the refactor is feasible without unsafePerformIO by understanding the monadic capabilities available.
索引モデルが issue の本文から書いたものです。
説明
I tried to port checkTask over to use output-blocks but ran into two issues. Both drawTree and testRunner require IO capabilities.
drawTree could probably be rewritten to use MonadDiagrams and MonadGraphviz from autotool-capabilities, but testRunner requires IO because of the timeout function.
Is there any way to go about this (and I guess unsafePerformIO is not the way to go).
- 主要言語
- Haskell
- スター
- 0
- フォーク
- 1
- 平均マージ
- 9時間 14分
- マージ済み PR(30日)
- 3
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
fmidue/prolog-programming-task のほかの issue
-
難易度 3/5 1〜2日 初心者へのやさしさ 52/100
-
難易度 5/5 1週間以上 初心者へのやさしさ 35/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 48/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 25/100
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
fmidue/prolog-programming-task の issue をすべて見る
似ている issue
-
docs
難易度 1/5 1時間未満 初心者へのやさしさ 85/100
-
needs triage type: bug
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 70/100
-
doclayout-0.6 オープン
難易度 2/5 1〜3時間 初心者へのやさしさ 75/100
commercialhaskell/stackage#8126 ·