Skip to content

GitLab

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

Closed
Open
Created Feb 02, 2018 by Paul F. Dietz@pdietz

Incorrect report of invalid number of arguments in function using a bounded DOUBLE-FLOAT type

(defun c13 (z) (declare (type (double-float -2.0d0 0.0d0) z)) (nth-value 2 (decode-float z)))

Compiled, it fails this way:

(c13 -1.0d0) ==> Invalid number of arguments: 1

Assignee
Assign to
Snapshot 2018-02
Milestone
Snapshot 2018-02 (Past due)
Assign milestone
Time tracking
None
Due date
None