Skip to content

VM: allow void as a type argument #28945

Closed
@floitschG

Description

@floitschG

This is the VM issue for #27504.

Activity

added
area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
on Mar 1, 2017
added this to the 1.23 milestone on Mar 1, 2017
modified the milestones: 1.24, 1.23 on Mar 15, 2017
mit-mit

mit-mit commented on Mar 15, 2017

@mit-mit
Member

Punting to 1.24 per dart-leads discussion.

modified the milestones: 1.25, 1.24 on May 9, 2017
assigned and unassigned on May 30, 2017
crelier

crelier commented on May 31, 2017

@crelier
Contributor

It is not clear to me what feature is required here. It is easy to syntactically allow void as a type argument (see https://codereview.chromium.org/2907423003/), but I need to know how to handle void in type tests (non-strong mode and strong mode). So we need a spec or at least a set of dart tests setting some expectations. Thanks.

eernstg

eernstg commented on May 31, 2017

@eernstg
Member

Right, you do of course need that, as do others---and I'll be writing such a spec (in the form of a standalone informal spec, as usual). We're GoogleServing today, but I'll get started writing it tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.closed-duplicateClosed in favor of an existing report

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @anders-sandholm@crelier@floitschG@a-siva@eernstg

      Issue actions

        VM: allow void as a type argument · Issue #28945 · dart-lang/sdk