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
The new add_person() in #79 returns IxaError if you don't provide an initializer but panics if you try to initialize a derived property. We should be consistent.
As noted previously, I prefer Result to panic, but we need to be consistent
The text was updated successfully, but these errors were encountered:
The new
add_person()
in #79 returns IxaError if you don't provide an initializer but panics if you try to initialize a derived property. We should be consistent.As noted previously, I prefer Result to panic, but we need to be consistent
The text was updated successfully, but these errors were encountered: