Skip to content

Add ASDF systems for runnable examples#19

Merged
diasbruno merged 1 commit intodevelopmentfrom
copilot/create-systems-for-examples
Apr 21, 2026
Merged

Add ASDF systems for runnable examples#19
diasbruno merged 1 commit intodevelopmentfrom
copilot/create-systems-for-examples

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 21, 2026

The repo’s runnable examples were only loadable via direct file paths, with no first-class ASDF system entries. This PR adds explicit systems for each example so they can be loaded consistently through Quicklisp/ASDF.

  • Example system definitions

    • Added wst.example.url-shortener in wst.example.url-shortener.asd
    • Added wst.example.bookmark-manager in wst.example.bookmark-manager.asd
    • Each system points at its example directory and declares the runtime dependencies needed by main.lisp
  • Docs alignment

    • Updated readme.md to document loading examples via ASDF systems instead of file-path-only loading
  • Usage

    (ql:quickload :wst.example.url-shortener)
    (ql:quickload :wst.example.bookmark-manager)

Agent-Logs-Url: https://github.com/cl-sdk/wst/sessions/d47075d6-cfe5-4652-acb1-d8f124dddd05

Co-authored-by: diasbruno <362368+diasbruno@users.noreply.github.com>
@diasbruno diasbruno marked this pull request as ready for review April 21, 2026 01:29
@diasbruno diasbruno merged commit 07b2b96 into development Apr 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants