You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/02 17:28:00 UTC

[jira] [Updated] (CAMEL-15922) camel-core - Compiled simple support nested functions

     [ https://issues.apache.org/jira/browse/CAMEL-15922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-15922:
--------------------------------
    Priority: Minor  (was: Major)

> camel-core - Compiled simple support nested functions
> -----------------------------------------------------
>
>                 Key: CAMEL-15922
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15922
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>    Affects Versions: 3.7.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>             Fix For: Future
>
>
> The csimple language does not support the following feature in its first release
> - nested functions (${xxx} inside existing ${xxx} functions))
> - the null safe operator (?)
> We need a smarter source code generator for this to support this, that supports building up multiple statements and assign to local variables, and branches for the null safe operator, and also to understand types of method calls for nested functions so its of the same type from the java compiler point of view.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)