Skip to content

Upgrade to be kcas 0.4.0 compatible #44

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

Merged
merged 1 commit into from
May 17, 2023
Merged

Conversation

polytypic
Copy link
Contributor

This adapts Reagents to the following changes in kcas:

  • kcas_data 0.2.4 includes a Queue module.
  • kcas 0.3.0 removed the Tx api.
  • kcas 0.4.0 added an optional mode argument to locations.

This adapts Reagents to the following changes in kcas:

- kcas_data 0.2.4 includes a `Queue` module.
- kcas 0.3.0 removed the `Tx` api.
- kcas 0.4.0 added an optional `mode` argument to locations.
@polytypic polytypic force-pushed the upgrade-to-kcas-0.4.0 branch from 697ec4e to 8b60757 Compare May 17, 2023 08:37
@@ -1,3 +1,3 @@
(library
(name references)
(libraries kcas unix))
(libraries unix))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just decided to drop the two kcas based reference queues as we can use the Kcas_data.Queue.

@@ -19,7 +19,7 @@ module Op = Kcas.Op

type 'a ref = 'a Loc.t

let ref = Loc.make
let ref x = Loc.make x
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This allows Loc.make to take optional arguments.

@bartoszmodelski bartoszmodelski merged commit b15a7df into main May 17, 2023
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