Skip to content

Proper implementation of usesType method #109

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 2 commits into from
Jul 6, 2018

Conversation

kornilova203
Copy link
Member

It used to compare pointers, I added operator== method to subclasses of Type

@kornilova203 kornilova203 merged commit 0ddbf20 into master Jul 6, 2018
@kornilova203 kornilova203 deleted the proper-implementation-of-usesType branch July 6, 2018 08:09
@@ -2,17 +2,20 @@
#define SCALA_NATIVE_BINDGEN_ARRAYTYPE_H

#include "Type.h"
#include <stdint-gcc.h>
Copy link
Member

Choose a reason for hiding this comment

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

This #include breaks compilation on macOS. Doesn't look like it is needed. Is it an IntelliJ auto-import?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, it can be removed

Copy link
Member

Choose a reason for hiding this comment

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

Done in #112

@jonas
Copy link
Member

jonas commented Jul 6, 2018 via email

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