Make `checkTask` use `output-blocks`?
Nessuno ha ancora preso questa issue.
Valutazione
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Idoneità per principianti
- 45/100
Direzione di ricerca
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.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Descrizione
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).
- Lingua principale
- Haskell
- Stelle
- 0
- Fork
- 1
- Merge medio
- 9h 14m
- PR unite (30g)
- 3
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di fmidue/prolog-programming-task
-
Difficoltà 3/5 1-2 giorni Idoneità per principianti 52/100
-
Difficoltà 5/5 Più di una settimana Idoneità per principianti 35/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 48/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 25/100
-
Difficoltà 4/5 3-5 giorni Idoneità per principianti 35/100
Tutte le issue di fmidue/prolog-programming-task
Issue simili
-
docs
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 85/100
-
needs triage type: bug
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
-
doclayout-0.6 Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
commercialhaskell/stackage#8126 ·