Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progress reporting when loading a large number of modules #67

Open
Wizek opened this issue Aug 20, 2018 · 2 comments
Open

progress reporting when loading a large number of modules #67

Wizek opened this issue Aug 20, 2018 · 2 comments

Comments

@Wizek
Copy link
Contributor

Wizek commented Aug 20, 2018

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.

@mvdan
Copy link
Contributor

mvdan commented Aug 20, 2018

If ghci can do it, it's very likely that it could be exposed in this API somehow. I don't have much time for this project these days, though.

@mvdan 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
@gelisam
Copy link
Contributor

gelisam commented Apr 25, 2020

(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!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants