JuliaPackaging / Requires.jl

Lazy code loading for Julia
Other
195 stars 28 forks source link

Support package notifications #69

Closed timholy closed 4 years ago

timholy commented 4 years ago

This is motivated by wanting integration with Revise. However, I implemented it as a general mechanism in case other packages want similar integration. The companion PR is in Revise https://github.com/timholy/Revise.jl/pull/387.

Note that this includes a couple of updates, of which the only important one is upper-bounding Julia at version 1.x. This is necessary for automatic merging of registrations.

timholy commented 4 years ago

Looks like the rest of my Revise workqueue is merging, so I'll tag a new release within the next day or two. This can either go in the next release or the one after.

timholy commented 4 years ago

Barring objections, I will merge this in the next day or so.