humbleui

Danil Shingarev 2024-07-03T14:59:38.742049Z

@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).
null

Danil Shingarev 2024-07-03T14:59:58.653409Z

tried to troubleshoot myself too but can’t figure it out.

Niki 2024-07-03T18:39:09.290809Z

What commit are you on?

Niki 2024-07-03T18:39:24.616859Z

You are just trying to run examples from HumbleUI repo, right? Unmodified?

Danil Shingarev 2024-07-03T19:40:15.086499Z

Just pulled up to 55973ab756bdf86089d4101a77c82c4fa07958e2, got some updates but still same error

Niki 2024-07-03T20:49:21.383159Z

Oh I know what it is! Try bf4e27dd73cd743bf15032f130efd52346e621d0

Danil Shingarev 2024-07-03T21:23:46.152509Z

working now! thank you!

🎉 1