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

WIP Towards C-compat: Store the capacity minus length as the trailing byte #82

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 23, 2024

  1. Store the capacity minus length as the trailing byte

    in order for an inline string to be C-compatible (last byte is always a
    null byte).
    KristofferC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c51e12c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7269c5 View commit details
    Browse the repository at this point in the history
  3. add C-compat test

    KristofferC committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0a0fbbb View commit details
    Browse the repository at this point in the history