On Thursday, October 1, 2015 at 4:36:07 AM UTC-4, Andreas Lobinger wrote: > > but afaics there is no replacement of require (in using or import) that > enables this - importing from a string. Any good ideas? >
Just unconditionally import the module, and add it to your REQUIRE list. Conditionally importing is a problem for precompilation (see e.g. the discussion at https://github.com/JuliaLang/JSON.jl/commit/fe9de2d226619ea52510479bc30b9acaad77628d)
