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

Retrieve the list of changed files in `entr`

Open essenciary opened this issue 2 years ago • 3 comments

Is it possible to pass the changed files as the argument to the handler function please?

essenciary avatar Jun 23 '22 12:06 essenciary

Possible certainly, thought it would be a breaking change. It's not terribly complicated (src/callbacks.jl is pretty stand-alone so you don't need to know a ton about Revise's internals), but entr is community-maintained so someone would have to submit a PR.

timholy avatar Jul 24 '22 13:07 timholy

Thanks @timholy I'll take a look.

essenciary avatar Jul 25 '22 12:07 essenciary

Related: https://github.com/timholy/Revise.jl/pull/622.

rikhuijzer avatar Jun 15 '23 15:06 rikhuijzer