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 56
    • Issues 56
    • 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
  • #80
Closed
Open
Issue created Feb 17, 2020 by Raymond Toy@rtoyOwner

Simplify loading of contribs

Describe the bug Loading of contribs is inconsistent. For example, if asdf is loaded we can just (require :sprof). But if we want the embedded-c contrib, we have to do (require :cmu-contribs) and then (require "embedded-c"). It would be much nicer if we we could just do (require :cmu-embedded-c) to get that.

This means adding an asd file for each contrib. No current contrib uses defsystem, so we don't need to support that; just add asd file.

This would be especially useful if #79 (closed) were also done.

Assignee
Assign to
Time tracking