-
Notifications
You must be signed in to change notification settings - Fork 413
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
Make reagent self-host compatible #283
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems fairly innocuous, will need to check how long the macros have been deprecated for. I'm on mobile, so can't really tell.
@@ -56,7 +55,7 @@ | |||
(assert field (str "Field name must start with - in " field)) | |||
`(aset ~object ~@names ~value))) | |||
|
|||
(defmacro .' [& args] | |||
#_(defmacro .' [& args] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're going to comment them out, we should probably just remove them?
@danielcompton I have removed the deprecated code. |
I just ran into the same issue when trying to get Reagent to work from lumo |
The previous macros were deprecated in 0.6.0, so I'm not sure how much time we want to give. |
would you like to merge this PR? |
@viebel I'll merge this when I start working on a new version. |
This PR contains 2 changes that makes reagent self-host compatible: