Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ansi-test ansi-test
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ansi-test
  • ansi-testansi-test
  • Merge requests
  • !9

Fix #8: Set *default-pathname-defaults* for cmucl.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Raymond Toy requested to merge rtoy-cmucl-set-path-defaults into master Sep 04, 2017
  • Overview 0
  • Commits 1
  • Changes 1

Set *default-pathname-defaults* for cmucl in gclload1.lsp so that it has the full path to gclload.lsp. This is needed so that the tests can be loaded from the subdirectories. Without this, each load file in the subdirectory is set to #P"" and when it tries to load a test file, it can't because the setting of *default-pathname-defaults* isn't pointing to the subdirectory but rather the main directory since #P"" means current directory, and cmucl hasn't changed it's current directory.

This fix only applies to cmucl and no other lisps.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: rtoy-cmucl-set-path-defaults