libera/#clasp - IRC Chatlog
Search
13:57:12
bike
i'm basing fdefns off of funcallable instances. FuncallableInstance has a simple fun, but also has a bunch of entry_point_# functions. do those need to be defined or is the simple fun enough?
15:57:52
drmeister
::notify yitzi Are you running with both Apple Silicon and X86 homebrew installed at the same time? I'm exclusively X86 and I'm afraid to touch Apple Silicon while I'm actively developing.
16:07:03
drmeister
bike: I'm trying to build cando on my Mac and I hit that Unkown opcode thing again.
16:07:47
drmeister
So `~/.cache/common-lisp/*` `~/.emacs.d/elpa/slimexxx/fasl/*`, the build directory.
16:13:09
bike
can you trace the load process to see what fasl it is? like just have it print out what it's loading
16:13:38
bike
i still don't even know what you're doing that results in this error. like, is this when booting clasp? loading some system? slime?
16:16:34
drmeister
I'll need to print every fasl that we load while starting up - do we have an option for that?
16:20:47
bike
but if you plug in udb after CLASP_PAUSE_STARTUP maybe you can at least get the filename from the backtrace
16:25:18
drmeister
Ok, no problems. After cleaning everything I could find out and rebuilding the problem went away.
16:30:01
drmeister
I'm curious how quickly M1 scando starts up. Without the translation step it should be faster.
17:48:29
Colleen
yitzi: drmeister said 1 hour, 50 minutes ago: Are you running with both Apple Silicon and X86 homebrew installed at the same time? I'm exclusively X86 and I'm afraid to touch Apple Silicon while I'm actively developing.