You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/11 15:57:00 UTC

[jira] [Commented] (TINKERPOP-2001) Support lambdas in Javascript

    [ https://issues.apache.org/jira/browse/TINKERPOP-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17230050#comment-17230050 ] 

ASF GitHub Bot commented on TINKERPOP-2001:
-------------------------------------------

spmallette opened a new pull request #1356:
URL: https://github.com/apache/tinkerpop/pull/1356


   https://issues.apache.org/jira/browse/TINKERPOP-2001
   
   Pretty straightforward - follows the same pattern as python basically. No need to support native javascript lambdas at this time (anymore than there is a future need to support native python lambdas at this time) as there is no legitimate execution engine for them (though that would be neat as you could write much more fluent Gremlin in javascript that way). 
   
   This change enabled almost 30 tests that were just being ignored and paves the way for us to write more advanced GLV tests for other purposes. 
   
   Builds with `mvn clean install`:
   
   VOTE +1


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Support lambdas in Javascript
> -----------------------------
>
>                 Key: TINKERPOP-2001
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2001
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: javascript
>    Affects Versions: 3.3.3
>            Reporter: Jorge Bay
>            Priority: Major
>
> Similar to TINKERPOP-1854, we should add support for string representations of groovy/python lambdas.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)