Requires.jl icon indicating copy to clipboard operation
Requires.jl copied to clipboard

use invokelatest for listenpkg

Open vchuravy opened this issue 5 years ago • 2 comments

fixes #80

vchuravy avatar Feb 17 '20 19:02 vchuravy

Any chance you can add a test?

timholy avatar Feb 17 '20 20:02 timholy

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.

vchuravy avatar Feb 19 '20 16:02 vchuravy