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

We should have some progress logging when initially loading a package with @fromparent #42

Open
disberd opened this issue Apr 29, 2024 · 1 comment

Comments

@disberd
Copy link
Owner

disberd commented Apr 29, 2024

For complex packages you might have very long compilation phase during macro expansion of @fromparent when the module of the package is being executed.
Without any kind of logging, this can seem like something broke and we are in an infinite loop so we should have some logging to show that some progress is being done

@disberd
Copy link
Owner Author

disberd commented May 23, 2024

This does not seem to be currently possible, as Pluto does not show logs created during macro expansion until the expansion is finished, which will make a progress bar during the expansion useless.
I'll leave it open just as reminder and because I still have to investigate in more details whether this can be solved in another way

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

No branches or pull requests

1 participant