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
I’m able to reproduce the issue
a simple call to golem::document_and_reload()
triggers the double "loading geolem-demo" message.
The first one comes from roxygen2::roxygenise and the second from pkgload::load_all.
This may have always been the case, and it doesn’t seem to be something blocking or worth optimizing.
Thanks for looking into this Vincent. I just felt like the duplicated "loading golem-demo" message was confusing to me, and made me feel like I ran the same command twice.
Would it be helpful if I submit a PR that silences one of these messages?
When I run
run_dev()
on mygolem-demo
project, I see duplicated messages:Is this a bug or is there a specific reason for the duplication?
The text was updated successfully, but these errors were encountered: