Hi everyone,
I’m using BenchmarkCI.jl as part of my suite of CI in a project.
I’ve noticed that its been unmaintained for a while, and now I have a problem with [compat]
(BenchmarkCI can’t be used with DiffEqBase.jl
due to Setfield.jl
incompatibility). I believe that the maintainer @tfk has stopped supporting his projects (no judgment, just an observation!)
Is there a common protocol in the Julia community for dealing with infrastructure packages that get unmaintained?
My short term fix is going to be fork the repo and then point at my fork with [sources]
, but that seems non-ideal.