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

Skipped lambda in struct in class leads to compilation error on Android #1531

Open
Hsilgos opened this issue May 31, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Hsilgos
Copy link
Contributor

Hsilgos commented May 31, 2023

Example:

class ClassWithStructWithSkipLambdaInPlatform
{
    struct SkipLambdaInPlatform {
        intField: Int

        @Skip(Java, Dart, Swift)
        lambda SomeLambda = () -> Int

        // Network factory
        @Skip(Java, Dart, Swift)
        someLambda: SomeLambda?
    }
}

The error:

com_here_android_test_ClassWithStructWithSkipLambdaInPlatform__Conversion.h:26:10: fatal error: 'com_here_android_test_ClassWithStructWithSkipLambdaInPlatform_SkipLambdaInPlatform_SomeLambda__Conversion.h' file not found
#include "com_here_android_test_ClassWithStructWithSkipLambdaInPlatform_SkipLambdaInPlatform_SomeLambda__Conversion.h"
@Hsilgos Hsilgos added the bug Something isn't working label May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant