Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upInfer `operator_allowed!` for Timestamp types #1056
Comments
Eijebong
added
the
good first issue
label
Aug 1, 2017
This comment has been minimized.
|
Should this issue be closed per #1094 ? |
This comment has been minimized.
|
Yep, thanks |
Eijebong
closed this
Aug 24, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sgrif commentedAug 1, 2017
We already do this for numeric types, but date/time types specifically only allow add and sub. We should infer the required calls to
operator_allowed!for those, the same way that we infernumeric_expr!intable!today.