Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
None
Description
Implementing SWIFT-217, I caught that bsonEquals does not have an access level specified and it is therefore internal.
I've corrected it in that PR to appease the linter, but I'm opening a separate ticket to ensure that we get this change in for the 0.0.8 release, regardless of where that PR is when we tag the release.
While the newly added explicit_acl rule will probably catch most of these cases, I believe this further supports the suggestion made in SWIFT-292 that we move toward separately testing private and public API.