@tonsky having issues running examples after pulling recent updates (it’s been a little while). Is this still wip?
./script/repl.py
00:00.451 Loading button
{:clojure.main/message
"Execution error (ClassCastException) at (REPL:1).\nnull\n",
:clojure.main/triage
{:clojure.error/class java.lang.ClassCastException,
:clojure.error/phase :execution},
:clojure.main/trace
{:via
[{:type clojure.lang.Compiler$CompilerException,
:message "Syntax error macroexpanding at (examples.clj:93:1).",
:data
{:clojure.error/phase :execution,
:clojure.error/line 93,
:clojure.error/column 1,
:clojure.error/source "examples.clj"},
:at [clojure.lang.Compiler load "Compiler.java" 7665]}
{:type java.lang.ClassCastException}],
:trace [],
:phase :execution}}
Execution error (ClassCastException) at (REPL:1).
nulltried to troubleshoot myself too but can’t figure it out.
What commit are you on?
You are just trying to run examples from HumbleUI repo, right? Unmodified?
Just pulled up to 55973ab756bdf86089d4101a77c82c4fa07958e2, got some updates but still same error
Oh I know what it is! Try bf4e27dd73cd743bf15032f130efd52346e621d0
working now! thank you!