Skip to content

The header file is big, can we use what we need. #2134

Description

@dota17

Which feature do you want to see in the library?

The header file is big, and it has many extended features, such as binary formats (BSON, CBOR, MessagePack, and UBJSON), json patch.

However, sometimes we don't need the extended features.
Is there a way that we do not include these extended features so that the header file is small and when the extended features have bugs, we don't need to fix it.

How would the feature be usable for other users?

In some cases, the development guidelines we followed says that if the feature code has bugs, you must fix it whatever you use or not. Beacuse it provides a possible way to attack the program.

If we can use what we need or not include extended code , we can avoid attacking and don't need to spend times to fix it. And we can only focus on the changes in the core modules which we care about.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: enhancement/improvementstate: stalethe issue has not been updated in a while and will be closed automatically soon unless it is updated

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions