Conversation
Fixed namespace of recurse-from-hyde-cache in funpatcher.cljs Fixed incorrect reference to re-matches.
Fixing namespace usages.
|
Thanks for this! I don't understand the changes to the unit test though - let me look at this more tonight. |
|
Okay -- I'm quite new to Clojure so I might have misunderstood some stuff. If so, please tell me what's wrong and I'll try to fix it properly. I'll test 'my' version with strokes and see if everything works. |
|
Thanks, this seemed to work well. I did revert the test.cljs and fixed a typo there, and tests are now passing again. For reference, to run tests you compile and then open public/mrhyde-test.html in a browser. You should see something like this: This shows that all 16 tests are working in two compilation modes (optimization whitespace and simple), but that in advanced optimization mode javascript cannot access clojure maps as js objects - which has always been the case because of symbol renaming. Let me know if you have any questions. |
|
Cool, thanks for merging. Do you tend to look at this lib once in a while, or is it kind of abandoned at the moment? |
|
The version in clojars does not appear to include this update. |
|
Oops - sorry I missed these older messages. @matevarga - yes it's kind of abandoned, but hopefully interesting as a proof of concept if someone else is thinking of trying this approach. @kvey - my apologies about forgetting to deploy this change - I've now deployed this as |
|
Is there any interest in upgrading this? I have quickly tried and the only failure with the new compiler has been plus a warnings like: |


No description provided.