Skip to content

thread provides insufficient expected type info to its thunk argument #1464

@samth

Description

@samth

Since the change to add keyword arguments to thread (racket/racket#5304), programs like this no longer type check:

(thread
  (lambda ()
    (let loop () ; note no annotation
       (loop))))

This led to failing drdr tests but also to failures in the digimon package. This will need to be fixed somehow before the release with parallel threads.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions