-
Notifications
You must be signed in to change notification settings - Fork 26
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
Doesn't it yet have the ability to add arbitrary tags? #23
Comments
I think That's OK, you might be able to call it manually (haven't checked the code), or you might be able to just create a class called Better question for https://ask.clojure.org/ :) |
clj-yaml should probably support this. Feel free to make proposals, starting with a clear problem statement and with several alternatives. |
@grzm This issue is related to your request. PassthroughConstructor should also help. |
I tried using tags like next, but I got an error.
error:
I read the source code, I found the TODO comment:
https://github.com/clj-commons/clj-yaml/blob/master/src/clojure/clj_yaml/core.clj#L59
Does this comment mean that it doesn't yet have the ability to add arbitrary tags?
The text was updated successfully, but these errors were encountered: