Skip to content

Handle enum types specially in type graphs #72

@smls

Description

@smls

In our type graphs, enum types like PromiseStatus are currently rendered like normal subtypes of their value type: http://doc.perl6.org/images/type-graph-Int.png

This can create confusion.

We should review all built-in enum types and then decide which of the following solutions is better:

  • render enum types differently from classes
  • exclude enum subtypes altogether from type graphs of class types

Metadata

Metadata

Assignees

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