aviatesk / JET.jl

An experimental code analyzer for Julia. No need for additional type annotations.
https://aviatesk.github.io/JET.jl/dev/
MIT License
708 stars 29 forks source link

move Revise dep to a weakdep #624

Closed sjkelly closed 2 months ago

sjkelly commented 2 months ago

This makes Revise a proper pkgextension/weakdep. This should have no impact to functionality, compiletime, or runtime. Though it should reduce direct dependency count at precompile time.