[jira] [Commented] (JEXL-230) List literal is not mentioned in docs

2017-06-26 Thread Henri Biestro (JIRA)

[ 
https://issues.apache.org/jira/browse/JEXL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16063093#comment-16063093
 ] 

Henri Biestro commented on JEXL-230:


Please, amend the doc, submit a patch.

> List literal is not mentioned in docs
> -
>
> Key: JEXL-230
> URL: https://issues.apache.org/jira/browse/JEXL-230
> Project: Commons JEXL
>  Issue Type: Improvement
>Affects Versions: 3.1
>Reporter: Dmitri Blinov
>Assignee: Henri Biestro
>Priority: Trivial
>  Labels: documentation, help-wanted
> Fix For: 3.1
>
>
> The syntax for [1,2,3,...] literal which creates List objects is not 
> mentioned in documentation



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (JEXL-230) List literal is not mentioned in docs

2017-06-26 Thread Dmitri Blinov (JIRA)

[ 
https://issues.apache.org/jira/browse/JEXL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062998#comment-16062998
 ] 

Dmitri Blinov commented on JEXL-230:


As far as I know we have two different syntaxes here, the one which creates 
arrays, like the follows
{code}
[1,2,3]
{code}

and the other one which creates an ArrayList, like the follows
{code}
[1,2,3,...]
{code}

Syntax is similar, but since it allows for creation of different objects I 
think this should be mentioned somewhere in documentation, I suggest a separate 
topic in Section Literals, List Literal

> List literal is not mentioned in docs
> -
>
> Key: JEXL-230
> URL: https://issues.apache.org/jira/browse/JEXL-230
> Project: Commons JEXL
>  Issue Type: Improvement
>Affects Versions: 3.1
>Reporter: Dmitri Blinov
>Assignee: Henri Biestro
>Priority: Trivial
>  Labels: documentation, help-wanted
> Fix For: 3.1
>
>
> The syntax for [1,2,3,...] literal which creates List objects is not 
> mentioned in documentation



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (JEXL-230) List literal is not mentioned in docs

2017-06-26 Thread Dmitri Blinov (JIRA)

[ 
https://issues.apache.org/jira/browse/JEXL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062928#comment-16062928
 ] 

Dmitri Blinov commented on JEXL-230:


I thought the main source tree for jexl is maintained on the other site, it is 
only mirrored at github, isn't it?

> List literal is not mentioned in docs
> -
>
> Key: JEXL-230
> URL: https://issues.apache.org/jira/browse/JEXL-230
> Project: Commons JEXL
>  Issue Type: Improvement
>Affects Versions: 3.1
>Reporter: Dmitri Blinov
>Priority: Trivial
>  Labels: documentation, help-wanted
>
> The syntax for [1,2,3,...] literal which creates List objects is not 
> mentioned in documentation



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (JEXL-230) List literal is not mentioned in docs

2017-06-26 Thread Bruno P. Kinoshita (JIRA)

[ 
https://issues.apache.org/jira/browse/JEXL-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16062826#comment-16062826
 ] 

Bruno P. Kinoshita commented on JEXL-230:
-

Patches welcome! :-) There should be a good place for it somewhere around here 
https://github.com/apache/commons-jexl/tree/trunk/src/site/xdoc

> List literal is not mentioned in docs
> -
>
> Key: JEXL-230
> URL: https://issues.apache.org/jira/browse/JEXL-230
> Project: Commons JEXL
>  Issue Type: Improvement
>Affects Versions: 3.1
>Reporter: Dmitri Blinov
>Priority: Trivial
>  Labels: documentation, help-wanted
>
> The syntax for [1,2,3,...] literal which creates List objects is not 
> mentioned in documentation



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)