Fork me on GitHub
#rum
<
2020-07-10
>
serioga15:07:28

@roman01la I have a project where rum is used for server-side rendering only (no ClojureScript) with version 0.12.x the project cannot be built 😞

Syntax error compiling at (daiquiri/compiler.clj:50:25).
Syntax error compiling at (daiquiri\compiler.clj:50:25).
No such var: ana/infer-tag

Roman Liutikov18:07:32

Please create an issue for that

Roman Liutikov21:07:37

this particular error means that ClojureScript is present in dependencies, but cljs.analyzer/infer-tag is not found, try to update ClojureScript to a newer version

serioga14:07:50

@roman01la but in my case there is no ClojureScript in my dependencies... I'll create an issue.