Closed KristofferC closed 7 years ago
Probable needs to support done
And ternary operator.&&
format as well, e.g. isdefined(Base, :__precompile__) && __precompile__()
Should also handle e.g. doneSymbol("@__DIR__")
This seems to be the usage of isdefined(Base, ...)
in all registered packages:
https://gist.github.com/KristofferC/2340fd23120f5ee5789845769bd0f90e
Needs a rebase
Good to go?
Should be. The isdefined database is still rather small but doesn't hurt to try this out with the once that are included.
Should be enough to fill in the version ranges for when the symbols are defined now.
Could either:
isdefined(Base, :Symbol)
in registered Julia packages.