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
tsh Profile read/write logic is currently disjointed. When tsh Profile paths are updated, there are multiple places in the code that need to be updated, and errors can potentially slip through without any tests alerting it. For example - #6214
Profile read/write logic should use the same helper functions and ideally be in the same package/file, which will assist in writing tests.
The text was updated successfully, but these errors were encountered:
tsh
Profile read/write logic is currently disjointed. Whentsh
Profile paths are updated, there are multiple places in the code that need to be updated, and errors can potentially slip through without any tests alerting it. For example - #6214Profile read/write logic should use the same helper functions and ideally be in the same package/file, which will assist in writing tests.
The text was updated successfully, but these errors were encountered: