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

Merge the "bsontype" package into the "bson" package

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 2.0.0
    • Affects Version/s: None
    • Component/s: BSON
    • Labels:
      None
    • Major Change
    • Not Needed
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?

      The separation between the bsontype and bson package will be unnecessary once all BSON library packages are merged together. Merge all code from the bsontype package into the bson package.

      Definition of done:

      • Copy all code from the bsontype package to the bson package.
      • Rename the bsontype.Type constants to {Type*}} (should match the existing "type" constants currently in the bson package).
      • Copy and un-export the Type constants from the bsontype package to the bsoncore package to avoid importing the bson package into bsoncore.

            Assignee:
            qingyang.hu@mongodb.com Qingyang Hu
            Reporter:
            matt.dale@mongodb.com Matt Dale
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: