You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2008/07/24 15:29:34 UTC

[jira] Created: (JEXL-47) Allow single-line comments with //

Allow single-line comments with //
----------------------------------

                 Key: JEXL-47
                 URL: https://issues.apache.org/jira/browse/JEXL-47
             Project: Commons JEXL
          Issue Type: New Feature
            Reporter: Sebb


Comments currently require ##

It might be useful to also allow // for starting a comment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JEXL-47) Allow single-line comments with //

Posted by "Rahul Akolkar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JEXL-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Akolkar updated JEXL-47:
------------------------------

    Affects Version/s: 1.1
        Fix Version/s: 2.0

Setting affects and fix versions.


> Allow single-line comments with //
> ----------------------------------
>
>                 Key: JEXL-47
>                 URL: https://issues.apache.org/jira/browse/JEXL-47
>             Project: Commons JEXL
>          Issue Type: New Feature
>    Affects Versions: 1.1
>            Reporter: Sebb
>             Fix For: 2.0
>
>
> Comments currently require ##
> It might be useful to also allow // for starting a comment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JEXL-47) Allow single-line comments with //

Posted by "Rahul Akolkar (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JEXL-47?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rahul Akolkar resolved JEXL-47.
-------------------------------

    Resolution: Fixed

This should be fixed in the 2.0 branch in SVN. Please try it out (by building the branch) and if further work is needed, reopen this issue with a complete JUnit test that fails.


> Allow single-line comments with //
> ----------------------------------
>
>                 Key: JEXL-47
>                 URL: https://issues.apache.org/jira/browse/JEXL-47
>             Project: Commons JEXL
>          Issue Type: New Feature
>    Affects Versions: 1.1
>            Reporter: Sebb
>             Fix For: 2.0
>
>
> Comments currently require ##
> It might be useful to also allow // for starting a comment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (JEXL-47) Allow single-line comments with //

Posted by "Henri Biestro (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/JEXL-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12732565#action_12732565 ] 

Henri Biestro commented on JEXL-47:
-----------------------------------

Fixed in 2.0 by adding C style comments in syntax .

> Allow single-line comments with //
> ----------------------------------
>
>                 Key: JEXL-47
>                 URL: https://issues.apache.org/jira/browse/JEXL-47
>             Project: Commons JEXL
>          Issue Type: New Feature
>            Reporter: Sebb
>
> Comments currently require ##
> It might be useful to also allow // for starting a comment.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.