-
-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
info*
, offer :var-meta-allowlist
option
#228
Conversation
@bbatsov PR ready, the (investigating this weekend) |
The fix was actually easy - done. |
These days I try to avoid the whitelist terminology for various reasons, so let's name this something else - e.g. |
Good catch! Will refactor |
A clojure.core var slightly changed in `master`, so to make matters simpler, a var under our control is exercised instead.
It allows consumers to specify var metadata beyond Orchard's fixed whitelist.
Ready |
info*
, offer :var-meta-whitelist
optioninfo*
, offer :var-meta-allow
option
info*
, offer :var-meta-allow
optioninfo*
, offer :var-meta-allowlisy
option
info*
, offer :var-meta-allowlisy
optioninfo*
, offer :var-meta-allowlist
option
I meant using something more specific than a generic name like |
Ah, I see, sorry about that. Could have been Although there's some value in using a term that is well-understood, even if it doesn't always exactly map to what it means. |
It allows consumers to specify var metadata beyond Orchard's fixed whitelist.
Cheers - V