Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
C
cl-stomp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • cl-stomp
  • cl-stomp
  • Merge Requests
  • !1

Merged
Opened Apr 04, 2019 by Dirk Eßer@dirk.esserOwner

Fix type error in CL-STOMP:START (issue 1)

  • Overview 0
  • Commits 1
  • Changes 1

The function calls USOCKET:WAIT-FOR-INPUT and expects the result to be a list. Unfortunately, USOCKET:WAIT-FOR-INPUT has an optimisation, which makes it return its first argument as-is under certain conditions. Since START passes a single socket directly (not wrapping it into a list), WAIT-FOR-INPUT returns that, causing a subsequent CAR call to fail.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: cl-stomp/cl-stomp!1
Source branch: issue-1-wait-for-input

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.