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
in fact, we _used to_ merge with current settings, but we don't anymore. as a follow-up we should update the applySettings function to explicitly return a new pb.Settings rather then taking it as an argument, that is a legacy of previous behaviour where it merged changes into it.
I attempted to do this but I don't understand the requirements. There is no applySettings function. There's an ApplySettings function in core but it neither modifies nor returns a pb.Settings object. There are several applyXXX functions that could be modified to return new pb.Settings objects. I don't understand why we would want to do this, but if that's the ask I can make each of them use proto.Clone and return a new pb.Settings object.
Originally posted by @wasaga in #811 (comment)
The text was updated successfully, but these errors were encountered: