Cave
ExploreSign in
atgreen / funcl
OverviewCodeIssues (86)Pull requests (1)RunsReleasesSecuritySettings
OpenClosed
  • save-image from an image-restored session loses/corrupts package side tables — blocks the CDS-style asdf image (1.17s boot vs 10s fasl replay)
    #314 · opened by atgreen · 9 days ago · 💬 11
  • ANSI compile-file + FUNCLFA build-id gate (LANDED — tracking issue)
    #310 · opened by atgreen · 9 days ago
  • fasl-loaded asdf: defsystem parse dies '__G113__ expected 3, got 5' — lifted method-lambda arity split (next layer after cave#308)
    #309 · opened by atgreen · 9 days ago · 💬 1
  • fasl-loaded asdf: (load-system ...) dies 'MAKE-PLAN expected 0, got 5' — generic dispatch via fasl replay (next frontier after cave#307)
    #308 · opened by atgreen · 9 days ago · 💬 4
  • asdf fasl replay: *WILD* resolves to an unbound ASDF/SOURCE-REGISTRY-own twin — *wild-asd* init dies 'not a sequence' (next layer after cave#306)
    #307 · opened by atgreen · 9 days ago · 💬 1
  • asdf fasl replay: 'assertion failed' aborts the load at uiop/lisp-build's define-package (next layer after cave#304)
    #306 · opened by atgreen · 9 days ago · 💬 1
  • stage1: (save-image PATH) SIGSEGVs in AG-SAVE-IMAGE-ACTION — funcl-stage1-save-image-restart-evaluates fails
    #305 · opened by atgreen · 10 days ago · 💬 1
  • asdf fasl replay: aborts in uiop/image with 'The value ? is not a LIST (car/cdr)' (next layer after cave#303)
    #304 · opened by atgreen · 10 days ago · 💬 1
  • asdf fasl replay: OS-UNIX-P never EXPORTED from UIOP/VERSION at load — defun fn-cell lands on an UIOP/OS-own twin, designator funcall dies
    #303 · opened by atgreen · 10 days ago · 💬 1
  • asdf fasl: compile-time reader mints UIOP/VERSION-homed OS-UNIX-P instead of resolving it inherited from UIOP/OS — export timing during fasl-compile
    #302 · opened by atgreen · 10 days ago · 💬 1
  • KIND-7 resolved-call relocs resolve by BARE NAME — cross-package collisions bind the wrong function (asdf fasl load: ENSURE-PACKAGE expected 1, got 25)
    #301 · opened by atgreen · 10 days ago · 💬 2
  • fasl-compile: defmethod inside eval-when breaks the action classifier ('value is not a byte-vector') — blocks asdf.lisp fasl
    #300 · opened by atgreen · 10 days ago · 💬 1
  • fasl-load is ~100x SLOWER than source-load (alexandria 60s vs 0.6s) — AG-LOADER-PAD-TO-OFFSET-WALK 32% + 1 MiB fasl buffer cap
    #299 · opened by atgreen · 10 days ago · 💬 1
  • REPL piped stdin reads ALL forms before evaluating the first — defpackage + qualified use in one buffer misbinds
    #298 · opened by atgreen · 10 days ago · 💬 1
  • fasl replay mints a SECOND (pkg,name) record bypassing ag-intern-in-pkg — last blocker for pkgsym quote eq across fasls
    #297 · opened by atgreen · 10 days ago · 💬 1
  • stage1: (error "BAD") lands in TYPE-ERROR arithmetic-on-NIL instead of raising — regression from f2767ea conditions-as-CLOS (2 suite tests)
    #294 · opened by atgreen · 10 days ago · 💬 2
  • stage1 REPL boot broken at HEAD: LOAD-OPEN-FAILED 'pathname designator is not a string' then hang+core (5 suite tests fail)
    #293 · opened by atgreen · 10 days ago · 💬 1
  • prelude printer (fmt-print-vector/fmt-print-cons) has no cycle/depth guard — prin1 of a cyclic structure segfaults (stack overflow)
    #286 · opened by atgreen · 11 days ago · 💬 1
  • mini-clos: pathname argument dispatches to (cons) method, not (pathname) method — derails asdf source-registry parse
    #283 · opened by atgreen · 11 days ago · 💬 1
  • GC: ratio widetag missing from trace/heal/stale/verify-cards dispatches — 'unknown widetag during trace' on any marked ratio
    #282 · opened by atgreen · 11 days ago · 💬 1
  • Capturing closures are conses: functionp returns NIL, breaks typep 'function & asdf ensure-function
    #281 · opened by atgreen · 11 days ago · 💬 1
  • fboundp returns NIL for primitives, macros, and special operators (only recognizes stdlib/user defuns)
    #280 · opened by atgreen · 12 days ago · 💬 5
  • setf-place coverage: ordinals, elt, char, schar, subseq (FIXED)
    #278 · opened by atgreen · 12 days ago
  • setf/rotatef/psetf on nested c*r places: undefined SETF-CADDR (FIXED)
    #277 · opened by atgreen · 12 days ago
  • multiple-value-list / nth-value return NIL — form evaluated in single-value context, extras not captured
    #272 · opened by atgreen · 12 days ago · 💬 1
  • Sequence out-of-bounds returns instead of signaling: elt/subseq don't error on bad bounds
    #271 · opened by atgreen · 12 days ago · 💬 1
  • compiler SIGSEGV compiling return-from-from-handler-case in a 2-binding let inside loop (blocks ANSI ansi-aux fixtures)
    #269 · opened by atgreen · 12 days ago · 💬 5
  • Variadic / broken: inline call silently drops args past the 2nd; fn cell is binary-only; (/ x) reciprocal returns garbage
    #268 · opened by atgreen · 12 days ago · 💬 2
  • asdf: make-instance 'no ctor' for asdf's own classes — ADR-0026 symbol-split regression (worked at c639698)
    #267 · opened by atgreen · 12 days ago · 💬 4
  • asdf load-system crashes mid-load of alexandria (functions→lists boundary): 'not a function' / SIGSEGV
    #265 · opened by atgreen · 14 days ago · 💬 4
  • asdf find-system: automatic *central-registry* search finds the .asd but doesn't load/register it (needs explicit load-asd)
    #264 · opened by atgreen · 14 days ago · 💬 1
  • #p pathname-literal reader macro unimplemented — corrupts the read (splices stray tokens)
    #263 · opened by atgreen · 14 days ago · 💬 2
  • Hosted macro-expander compiles EARLY-BIND general names (ensure-package class); the %SETF-SYMBOL bail accidentally shields it — expander calls need late binding
    #261 · opened by atgreen · 14 days ago · 💬 9
  • alexandria-scale asdf:load-system fails heap-state-dependently mid-plan (not-a-function / SIGSEGV at ~10th action) — GC under nested load suspected
    #260 · opened by atgreen · 14 days ago · 💬 5
  • mini-clos dispatch on a non-instance argument SIGSEGVs instead of no-applicable-method
    #258 · opened by atgreen · 14 days ago · 💬 1
  • Heap strings lack in-place NUL termination: any 8-aligned computed path can ENOENT on a real file (asdf perform root cause)
    #256 · opened by atgreen · 14 days ago · 💬 2
  • GC never returns pages to the OS and has no RSS ceiling — runaway loads OOM the whole machine
    #254 · opened by atgreen · 14 days ago · 💬 3
  • with-deprecation eval chain: version-deprecation returns NIL (even direct) + parse-version returns NIL via eval — 5 "NIL is not NUMBER" in asdf load
    #253 · opened by atgreen · 15 days ago · 💬 1
  • uiop/pathname block dies silently: parse-unix-namestring / parse-native-namestring cells hold non-funcallable ? objects — blocks defsystem (index 0 out of bounds), image-restore hooks, output-translation defparams
    #252 · opened by atgreen · 15 days ago · 💬 1
  • uiop/stream: registering the with-output defmacro (locally + handler-bind wrapper) hits "attempt to call an undefined function | in: LET"
    #250 · opened by atgreen · 15 days ago · 💬 2
  • define-system-virtual-slot-readers: expansion fails with "The value \"SYSTEM-\" is not a VECTOR (vector access)" — strcat/intern works at REPL
    #249 · opened by atgreen · 15 days ago · 💬 2
  • register-image-restore-hook toplevel calls die with nested "; Error: ; Error: No package named UIOP" (2 sites in asdf load)
    #248 · opened by atgreen · 15 days ago · 💬 2
  • make-pathname: keyword directory components (:wild-inferiors) break — "the value is not a sequence"; *wild-path* init leaves a corrupt ? object
    #247 · opened by atgreen · 15 days ago · 💬 2
  • defsetf is missing — uiop (defsetf getenv) fails with "attempt to call an undefined function"
    #246 · opened by atgreen · 15 days ago · 💬 1
  • (or) with zero arguments trapped with an arity error on the hosted expander — blocked (load "./asdf.lisp") in uiop/utility
    #245 · opened by atgreen · 15 days ago · 💬 1
  • asdf operate chain on build/funcl: register-preloaded-system calls a non-function; defsystem name check-type sees NIL (residual after #243)
    #244 · opened by atgreen · 16 days ago · 💬 5
  • image save index-encodes keyword home-pkg — restored keywords fail keywordp, baked defmethod records NIL qualifiers on build/funcl
    #243 · opened by atgreen · 16 days ago · 💬 1
  • image restore reverses fn-table shadowing — bake-time redefinitions (mini-clos typep/find-class) lost on build/funcl
    #242 · opened by atgreen · 16 days ago · 💬 1
  • asdf load on build/funcl: EMIT-U8 runs off the 8 MiB code arena at ~line 11900 (asdf/bundle) — grow to 32 MiB
    #241 · opened by atgreen · 16 days ago · 💬 2
  • asdf load: wild jump (SIGSEGV at unmapped-symbol rip) right after uiop's WITH-TEMPORARY-FILE defmacro
    #240 · opened by atgreen · 16 days ago · 💬 2
Cave 0.1.0-ge31b966+dirty