Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some compiler macros and other tweaks to build clean #140

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 17, 2023

  1. Add verify-type and other compilation fixes.

    Several improvements for compilation, specifically on SBCL.
    Add `verify-type`, a macro that is like `check-type`, but that does
    not have a restart.  The restart was confusing SBCL's type-checker.
    Fix an old SHOP2 package.
    In one other place I replaced `assert` with `unless` + `error`.
    rpgoldman committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ff55891 View commit details
    Browse the repository at this point in the history
  2. Add compiler macros.

    These compiler macros get rid of trivial cases in `apply-substitution`
    and `seek-satisfiers` macros that were causing distracting code
    removal messages on SBCL.
    rpgoldman committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    95da966 View commit details
    Browse the repository at this point in the history