Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A asdf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 62
    • Issues 62
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 20
    • Merge requests 20
  • 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
  • asdf
  • asdf
  • Merge requests
  • !136

Reimplement with-null-input and with-null-output entirely in Lisp

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Simmons requested to merge msimmons/asdf:null-streams-without-device into master Feb 13, 2020
  • Overview 4
  • Commits 2
  • Pipelines 0
  • Changes 1

These macros are problematic because their implementation assumes you can access special devices using open. For instance #p"NUL" does not work on LispWorks for Windows.

This change reimplements them entirely in Lisp.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: null-streams-without-device