simonster / Reexport.jl

Julia macro for re-exporting one module from another
Other
161 stars 19 forks source link

Interpolate `Core.eval` in macro expression #35

Closed devmotion closed 3 years ago

devmotion commented 3 years ago

Fixes the issue described in https://github.com/simonster/Reexport.jl/pull/33#issuecomment-904564731.

devmotion commented 3 years ago

I checked locally that Turing can be loaded if this PR is applied.

ararslan commented 3 years ago

Hey, so sorry about this! I've included a variant of this change in #34 with you as a commit co-author along with a test, so I'll close in favor of #34 and get a release out shortly. Thanks!

devmotion commented 3 years ago

No worries, thanks for the fix!