Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • cmucl cmucl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cmucl
  • cmuclcmucl
  • Issues
  • #30
Closed
Open
Issue created Sep 08, 2016 by Raymond Toy@rtoyOwner

Compilation of (describe 'foo)

This is related to #24 (closed), but we replaced (compile 'foo) with (describe 'foo). Compiling works fine, but loading the resulting fasl produces

Type-error in KERNEL::OBJECT-NOT-TYPE-ERROR-HANDLER:
   NIL is not of type C::DEBUG-SOURCE
   [Condition of type TYPE-ERROR]

Restarts:
  0: [CONTINUE] Return NIL from load of "bug-24".
  1: [RETRY   ] Retry SLIME REPL evaluation request.
  2: [ABORT   ] Return to SLIME's top level.
  3:            Return to Top-Level.

Debug  (type H for help)

(LISP::PRINT-COMPILED-FROM #<Code Object "DEFUN FOO" {483AEF67}>)

This is because (c::debug-info-source info) returns NIL.

Assignee
Assign to
Time tracking