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
Fix a subtle parameter expansion issue in sync info (#155)
It's mildly unfortunate that the function for recording the event on a
SyncInfo is called "AddSynchronizationPoint". Thus we need an explicit
`if constexpr` to stop the recursion such that the event record is
actually avoided when we don't need it. C'est la vie.
0 commit comments