You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think statically checking that ordinals are in range is a bad idea. Ordinal range of post-subsidy blocks can't be represented, it makes the code messier, it forces starting_ordinal functions to return an option, etc. I think I should just do validation on the edges but not in the code.
Also make last name a and not ``, so that we can represent the ending range of names as [,)
The text was updated successfully, but these errors were encountered:
casey
linked a pull request
Feb 1, 2022
that will
close
this issue
I think statically checking that ordinals are in range is a bad idea. Ordinal range of post-subsidy blocks can't be represented, it makes the code messier, it forces starting_ordinal functions to return an option, etc. I think I should just do validation on the edges but not in the code.
Also make last name
a
and not ``, so that we can represent the ending range of names as[,)
The text was updated successfully, but these errors were encountered: