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

First pass at object_store refactor #60

Merged
merged 5 commits into from
Oct 14, 2015
Merged

First pass at object_store refactor #60

merged 5 commits into from
Oct 14, 2015

Conversation

alazier
Copy link
Contributor

@alazier alazier commented Oct 13, 2015

@appden

Want to get the renaming out of the way before making the rest of the changes.

@@ -24,60 +24,32 @@
using RJSAccessor = realm::NativeAccessor<JSValueRef, JSContextRef>;
using namespace realm;

size_t ObjectArray::size() {
return link_view->size();
static inline List * RJSVerifiedArray(JSObjectRef object) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This probably should be RJSVerifiedList now

@appden
Copy link
Contributor

appden commented Oct 14, 2015

Looks good (except CI build issue) 👍

alazier added a commit that referenced this pull request Oct 14, 2015
First pass at object_store refactor
@alazier alazier merged commit 4cf19d0 into master Oct 14, 2015
@alazier alazier deleted the al-os branch October 14, 2015 20:11
appden pushed a commit that referenced this pull request Apr 22, 2016
Latest fixes for react-native/android
alazier pushed a commit that referenced this pull request Sep 14, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants