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
Huh, I'm not sure why this is marked indirect. it doesn't seem necessary to make the code compile on any Swift version we support and was likely a mistake. that said, would removing indirect possibly be a breaking change?
it would not be source-breaking, but it could possibly be ABI breaking. a quick google search didn’t yield anything, so we should probably ask a compiler dev
not sure why the
BSON.array(_:)
enum case is markedindirect
, because[BSON]
is already indirectly stored?(not a bug, the label was added automatically and i cannot remove it)
The text was updated successfully, but these errors were encountered: