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

Use OCaml array instead of Array.t to allow versioning #2219

Merged
merged 2 commits into from Apr 11, 2019

Conversation

psteckler
Copy link
Member

In Ring_buffer, use OCaml's array constructor instead of Array.t, to allow versioning.

Checklist:

  • Tests were added for the new behavior
  • All tests pass (CI will check this if you didn't)
  • Serialized types are in stable-versioned modules
  • Does this close issues? List them:

@psteckler psteckler added category-versioning ready-to-merge Adding this label will trigger mergify and trigger CI to run and merge the PR labels Apr 11, 2019
@mergify mergify bot merged commit ecb40d7 into master Apr 11, 2019
@mergify mergify bot deleted the feature/use-builtin-array-ring-buffer branch April 11, 2019 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Adding this label will trigger mergify and trigger CI to run and merge the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants