Skip to content

Incorrect function type parsing #16

Description

@commander-trashdin

Several bugs related to this:

  1. (ctype:specifier-ctype '(function (t) (values t &optional))) and (ctype:specifier-ctype '(function (&optional t) (values t &optional)))
    seem to both result in a function with 1 optional argument of type t !in return type!, which is incorrect -- in first case it should obviously be a required argument.
  2. Actually the examples above would not even compile (I have a local patch for that), since function return type declared via (values ....) is not being parsed correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions