Nullables #12
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
not-sure
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Darkymos/FAIL#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There should be a way to set a value as
null, but thisnull-state should force the developer to check for it. For this, and EASY way is needed. This could be solved by using?and!or even??and!!. Complex syntax has to be avoided.