Skip to content

Primitive List feature(Part8: Annotation processor implementation)#5210

Merged
zaki50 merged 52 commits intofeature/primitive_listfrom
my/primitive_list_8_annotation_processor
Sep 15, 2017
Merged

Primitive List feature(Part8: Annotation processor implementation)#5210
zaki50 merged 52 commits intofeature/primitive_listfrom
my/primitive_list_8_annotation_processor

Conversation

@zaki50
Copy link
Copy Markdown
Contributor

@zaki50 zaki50 commented Sep 5, 2017

This PR is based on Part 10 (#5216)

@zaki50 zaki50 added this to the 4.0 (RMP 2.0) milestone Sep 5, 2017
@zaki50 zaki50 mentioned this pull request Sep 6, 2017
21 tasks
@zaki50 zaki50 changed the base branch from my/primitive_list_7_Schema to mc/primitive_list_10_oslist_JNI September 7, 2017 14:04

Property(String name, RealmFieldType type, @Nullable String linkedClassName) {
Property(String name, RealmFieldType type, @Nullable String linkedClassName, boolean required) {
// Ignore the isRequired when creating the linking property.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this comment can be removed

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I missed this comment. I'll remove this comment in part 9

@beeender beeender force-pushed the mc/primitive_list_10_oslist_JNI branch 2 times, most recently from b2bc65a to 815bad7 Compare September 14, 2017 10:39
.emitStatement("unmanaged%1$sList.add(managed%1$sList.get(i))", fieldName)
.endControlFlow()
.endControlFlow("while (false)");
.emitStatement("unmanagedCopy.%1$s(new RealmList<%2$s>())", setter, Utils.getGenericTypeQualifiedName(field))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nice!

@zaki50
Copy link
Copy Markdown
Contributor Author

zaki50 commented Sep 14, 2017

@realm/java All comments are addressed. I'll merge this if no further comments.

@zaki50 zaki50 changed the base branch from mc/primitive_list_10_oslist_JNI to feature/primitive_list September 14, 2017 12:51
@zaki50 zaki50 merged commit 9811cbe into feature/primitive_list Sep 15, 2017
@zaki50 zaki50 deleted the my/primitive_list_8_annotation_processor branch September 15, 2017 05:44
@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants