Uploaded image for project: 'Go Driver'
  1. Go Driver
  2. GODRIVER-669

Reverse Dependencies between bson and bsonx

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 0.2.0
    • Affects Version/s: None
    • Component/s: BSON
    • Labels:
      None

      Currently the bson package depends on the bsonx package which is a reverse of the dependency we should have. A stable package should not be depending on an unstable package, if possible. Therefore, we need to reverse the dependency.

      To reverse the dependency, the tests for the bsonx types need to be moved from the bson package to the bsonx package and the usage of bsonx types within the other tests for the bson package need to be changed to use bsoncore orĀ bson/primitive types.

            Assignee:
            kris.brandow@mongodb.com Kristofer Brandow (Inactive)
            Reporter:
            kris.brandow@mongodb.com Kristofer Brandow (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: