You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to what ghc(i) does [ 1 of 39] Compiling .... Could be as simple as an IORef that gets updated with a tuple (1, 39), or a nicer API if someone has a better idea. At the moment loading about 39 modules can take somewhere between 10-30 seconds, being able to show progress to end users would be quite nice.
The text was updated successfully, but these errors were encountered:
mvdan
changed the title
Would it be possible to have progress reporting when loading a large number of modules?
progress reporting when loading a large number of modules
Sep 29, 2018
(I didn't remove the "help wanted" tag because help is no longer wanted, but because that tag is redundant; I welcome help on all the issues, not just those which have the "help wanted" tag!)
Similar to what ghc(i) does
[ 1 of 39] Compiling ...
. Could be as simple as an IORef that gets updated with a tuple(1, 39)
, or a nicer API if someone has a better idea. At the moment loading about 39 modules can take somewhere between 10-30 seconds, being able to show progress to end users would be quite nice.The text was updated successfully, but these errors were encountered: