You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2018/10/26 19:35:01 UTC

[jira] [Created] (TINKERPOP-2082) g:Set type is not be validated in some variant tests

stephen mallette created TINKERPOP-2082:
-------------------------------------------

             Summary: g:Set type is not be validated in some variant tests
                 Key: TINKERPOP-2082
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2082
             Project: TinkerPop
          Issue Type: Improvement
          Components: dotnet, javascript
    Affects Versions: 3.3.4
            Reporter: stephen mallette


{{g:Set}} as a type is not being validated by .NET or javascript as noticed here with this change:

https://github.com/apache/tinkerpop/pull/964/files#diff-bc849673baf1f7ed925db681d0cc112c

Javascript test harness for cucumber tests just coerces both {{s[]}} and {{l[]}} with {{toArray}} and .NET coerces both to a list and then if a {{s[]}} to a {{Set}} but doesn't bother to assert that the type is legit. 

If javascript can't support set/list semantics for some reason, [~jorgebg] please remove the "javascript" from the "component" field and we won't bother to worry about it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)