Closed bobyuancn closed 1 year ago
@bobyuancn its annoying to update the luminus demo, I explained how to run kit based demo instead in the other issue. You can fix the bug above by going to helloctmx.routes.home
and changing :^int num-clicks
to :^long num-clicks
.
You're right I've messed up the semantic versioning. Technically it should be a major version increment if I remove support for ^:int
casts.
here are the steps to reproduce the failure.
Run it with
lein run
. It works well with old version ctmx 1.4.3 in project.clj as dependency.Update the ctmx version to latest 1.4.8, and re-run the project. We see error like this:
Minor version usually should be compatible, so maybe you can check on this when free, thanks!
Luminus template is having "Added +ctmx option (#544)" last year, but not listed in the table below. https://github.com/luminus-framework/luminus-template
I think it is better add ctmx in the table if luminus template officially support it, do you think so?