-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
It would be convenient to write include(to_muladd, "file.jl")
to recursively muladd
ify every expression in file.jl
, since this doesn't require modifying the file. The only issue is that this doesn't play nicely with Revise just yet, but that may be fixed soon.
Right now the solution is still quite nice, you just wrap the file contents in @muladd begin <...> end
, but I think a documented option to do this with include
would be good. I'm happy to make a PR if interested.
Metadata
Metadata
Assignees
Labels
No labels