-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.early-in-cycleA change that should be done early in the 3 month dev cycle.A change that should be done early in the 3 month dev cycle.
Milestone
Description
In both unified IR and types2, an operation that seems useful is to take an instantiated Named
and decompose it into the (original) TypeName and type arguments.
Currently there's a Named.Orig
method, but it's not always the case that Named.Orig
is idempotent. E.g., there are at least test cases where it's necessary to apply it twice.
This is a placeholder issue to look into this further before Go 1.18.
/cc @griesemer @findleyr
Metadata
Metadata
Assignees
Labels
FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.early-in-cycleA change that should be done early in the 3 month dev cycle.A change that should be done early in the 3 month dev cycle.
Type
Projects
Status
Done