Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFI: Make variable encoding methods and schema match those of the existing CLP logging libraries; Add a version name for each. #92

Merged
merged 1 commit into from
Jan 4, 2023

Conversation

kirkrodrigues
Copy link
Member

Description

The existing logging libraries (e.g., clp-logging) use different delimiters and encoding methods for variables. This commit switches to the same for consistency and assigns version names for bookkeeping. Note that the libraries use the compact variable encoding (4 bytes per encoded variable) whereas the FFI uses the standard variable encoding (8 bytes per encoded variable).

Validation performed

Verified the unit tests passed.

… CLP logging libraries; Add a version number for each.
@davidlion davidlion merged commit d97183e into y-scope:main Jan 4, 2023
@kirkrodrigues kirkrodrigues deleted the version-variable-rules branch January 4, 2023 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants