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
session_builder: Stress that new options should go to proper mode
It has happened several times that a configuration option (a method) for
`GenericSessionBuilder` was implemented on `SessionBuilder` only, even
though it suited `CloudSessionBuilder` as well. To protect against such
mistakes:
- all three `impl` blocks (both specific ones and the generic
one) are guarded with comments,
- `impl SessionBuilder` block is renamed to `impl
GenericSessionBuilder<DefaultMode>` to highlight that this is a
specific implementation only.
0 commit comments