Rum#7
Conversation
|
@denistakeda Maybe now it will work? |
|
@bamarco . Unfortunately, I still can not merge it :-( A bit later I'll move the differences manually to another PR and provide it to you for review. |
| [reagent.ratom :as ra])) | ||
|
|
||
| (defn derive-reaction [reactions key f & local-mixin] | ||
| (apply ra/make-reaction |
There was a problem hiding this comment.
Hello @bamarco . I tried to manually recreate your PR, but run into the issue. The thing is, it looks like there is no such thing as reagent.ratom/make-reaction in the clojure version of namespace https://github.com/reagent-project/reagent/blob/master/src/reagent/ratom.clj
So when I tried to run tests with this code they failed to compile with a message:
Syntax error compiling at (posh/reagent.cljc:9:3).
No such var: ra/make-reaction
Could you please have a look at this?
|
Hi! I would like to help integrate Posh with Rum, is this PR still relevant? If I am not mistaken you started to cleanup this PR but then got stuck; I may propose a couple of things:
Let me know if and how I can help! |
|
Hello @fpischedda . Basically this PR is mostly finished work, the only problem is that it breaks tests. The reason for it is that we need to test in both Clojure and ClojureScript, but
|
|
Also, I would like to have some more declarative way to work with rum, something like |
|
Thanks for your quick reply and for clarifying what needs to be done. I'll get back to you as soon as I have something ready or if I will need some help :) Regarding something like re-posh for rum/citrus, it would be great to have it some day! If I will get familiar enough with both project internals it would be something I will be excited to work on, let's see what happens with this topic first. |
rum plugin