Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Passing a String to the == (Core eq) operator throws a JaninoRuntimeException #10

Open
MLnick opened this issue Jun 8, 2018 · 0 comments

Comments

@MLnick
Copy link
Collaborator

MLnick commented Jun 8, 2018

This throws an exception with the following warning:
org.codehaus.janino.JaninoRuntimeException: Incompatible return types

This can be reproduced with the following code

    val action = core.eq(inputExpr, "cat")
    val pfaDoc = new PFABuilder()
      .withInput[String]
      .withOutput[Boolean]
      .withAction(action)
      .pfa
    val engine = getPFAEngine(pfaDoc.toJSON())
    engine.action(engine.jsonInput("cat"))
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant