Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Make `checkTask` use `output-blocks`?

Aperta
#36 4 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
45/100
Tipo di issue
Refactoring
Chiarezza
Abbastanza chiara
Stato di attività
Attiva
Stack tecnologico
haskell
Ambito
backend, tooling

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

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di fmidue/prolog-programming-task

Tutte le issue di fmidue/prolog-programming-task

Issue simili

Altre issue su Haskell

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.