-
Notifications
You must be signed in to change notification settings - Fork 89
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
Merge changes from Antidote Refractor to integrate Gingko #463
base: master
Are you sure you want to change the base?
Conversation
ayushpandey8439
commented
Feb 10, 2022
- Removed Logging, Materialization and Caches
- Object Cahge introduced in Gingko.
… for backwards compatibility with tests
This is to compare the original implementation with the new library.
@ayushpandey8439 I'm going through this PR to see how we can most easily Right now, testing this PR on a vanilla amd64 Ubuntu 20.04, I don't get environment
code
rebar3 eunita basic eunit bails at this point:
|
I suggest to get rid of checkouts directory:
|
Yes, That'd make things much easier. Especially if code in gingko is not being actively changed. |
Starting from 9695e13 all calls to logging_vnode should go to gingko_vnode, as that is a new replacement. |