-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Programmability
-
ALL
-
Programmability 2025-12-08
-
None
-
None
-
None
-
None
-
None
-
None
-
None
From a comment in SERVER-114537
When the command definition in the IDL is marked as open, the generated class is correctly tagged:
class MONGO_MOD_OPEN CreateCommand { ... };
However, the other (and related) class declarations are not:
template <typename Derived> class CreateCmdVersion1Gen : public TypedCommand<Derived> { ... };
And these classes are are used as base in hierarchy:
class CreateCmd final : public CreateCmdVersion1Gen<CreateCmd> { ... };
- blocks
-
SERVER-115083 Complete TODO listed in SERVER-114537
-
- Closed
-
- is related to
-
SERVER-115553 Set module tag on internal `InvocationBaseGen` class in IDL
-
- Closed
-
-
SERVER-114537 Support mod_visibility: open in the IDL parser
-
- Closed
-