Requires.jl
Requires.jl copied to clipboard
use invokelatest for listenpkg
fixes #80
Any chance you can add a test?
While creating a test, I figured out that the actual issue was me nesting @init.
That causes false behaviour in the case where the require dependency is loaded after.
Since we only will run __init__ once.