tshort / StaticCompiler.jl

Compiles Julia code to a standalone library (experimental)
Other
488 stars 31 forks source link

Depend on StaticTools.jl ? #115

Closed MasonProtter closed 1 year ago

MasonProtter commented 1 year ago

For the sake of convenience, it seems like we should maybe just depend on, and re-export StaticTools.jl? Any thoughts for or against this?

tshort commented 1 year ago

We already depend on it. I don't have a preference on re-exporting.

MasonProtter commented 1 year ago

Oh, yeah, I guess that happened with all the error stuff. @brenhinkeller any thoughts?

I guess we could also just tell people that they can do

using StaticCompiler.StaticTools

if they want access to the goodies.

brenhinkeller commented 1 year ago

Oh good question.. either works for me!