-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Make bool an enum #348
Copy link
Copy link
Open
Labels
A-enumEnum related proposals & ideasEnum related proposals & ideasA-primitivePrimitive types related proposals & ideasPrimitive types related proposals & ideasT-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.postponedRFCs that have been postponed and may be revisited at a later time.RFCs that have been postponed and may be revisited at a later time.
Metadata
Metadata
Assignees
Labels
A-enumEnum related proposals & ideasEnum related proposals & ideasA-primitivePrimitive types related proposals & ideasPrimitive types related proposals & ideasT-langRelevant to the language team, which will review and decide on the RFC.Relevant to the language team, which will review and decide on the RFC.postponedRFCs that have been postponed and may be revisited at a later time.RFCs that have been postponed and may be revisited at a later time.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Currently,
boolis not anenum, but there's no strong reason for that state of affairs. Making it anenumwould increase overall consistency in the language.This is a backwards-compatible change (depending on the specifics) and has been postponed till after 1.0.
See #330.