You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "YunFeng Ma (JIRA)" <ji...@apache.org> on 2008/06/10 05:53:45 UTC

[jira] Created: (GSHELL-119) The "set" command doesn't work if there is white space beside the equal mark

The "set" command doesn't work if there is white space beside the equal mark
----------------------------------------------------------------------------

                 Key: GSHELL-119
                 URL: https://issues.apache.org/jira/browse/GSHELL-119
             Project: GShell
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Commands - Builtins
    Affects Versions: 1.0-alpha-1, 1.0-alpha-2, 1.0-alpha-3, 1.0-beta-1
            Reporter: YunFeng Ma
            Assignee: Jason Dillon
             Fix For: 1.0-alpha-2


Run the following command, notice that there is a white space at the left of the equal mark.
{noformat}
MaYunFeng@hostname:/> set password =manager
ERROR RuntimeException: Invalid identifer name:
{noformat}

Run the following command, notice that there is a white space at the right of the equal mark, the value of variable "password" is not set correctly.
{noformat}
MaYunFeng@hostname:/> set password= manager
MaYunFeng@hostname:/> echo $password

MaYunFeng@hostname:/>
{noformat}


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


Re: [jira] Created: (GSHELL-119) The "set" command doesn't work if there is white space beside the equal mark

Posted by Jason Dillon <ja...@planet57.com>.
Um, please don't set the Fix For for issues... and mind what you  
select for Affects Versions... you marked this issue as affecting  
versions which have not even been created yet.

--jason


On Jun 10, 2008, at 10:53 AM, YunFeng Ma (JIRA) wrote:

> The "set" command doesn't work if there is white space beside the  
> equal mark
> ----------------------------------------------------------------------------
>
>                 Key: GSHELL-119
>                 URL: https://issues.apache.org/jira/browse/GSHELL-119
>             Project: GShell
>          Issue Type: Bug
>      Security Level: public (Regular issues)
>          Components: Commands - Builtins
>    Affects Versions: 1.0-alpha-1, 1.0-alpha-2, 1.0-alpha-3, 1.0-beta-1
>            Reporter: YunFeng Ma
>            Assignee: Jason Dillon
>             Fix For: 1.0-alpha-2
>
>
> Run the following command, notice that there is a white space at the  
> left of the equal mark.
> {noformat}
> MaYunFeng@hostname:/> set password =manager
> ERROR RuntimeException: Invalid identifer name:
> {noformat}
>
> Run the following command, notice that there is a white space at the  
> right of the equal mark, the value of variable "password" is not set  
> correctly.
> {noformat}
> MaYunFeng@hostname:/> set password= manager
> MaYunFeng@hostname:/> echo $password
>
> MaYunFeng@hostname:/>
> {noformat}
>
>
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>


[jira] Updated: (GSHELL-119) The "set" command doesn't work if there is white space beside the equal mark

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

Jason Dillon updated GSHELL-119:
--------------------------------

    Fix Version/s: 1.0-alpha-3

> The "set" command doesn't work if there is white space beside the equal mark
> ----------------------------------------------------------------------------
>
>                 Key: GSHELL-119
>                 URL: https://issues.apache.org/jira/browse/GSHELL-119
>             Project: GShell
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Commands - Builtins, Parser
>    Affects Versions: 1.0-alpha-1, 1.0-alpha-2
>            Reporter: YunFeng Ma
>            Assignee: Jason Dillon
>             Fix For: 1.0-alpha-3
>
>
> Run the following command, notice that there is a white space at the left of the equal mark.
> {noformat}
> MaYunFeng@hostname:/> set password =manager
> ERROR RuntimeException: Invalid identifer name:
> {noformat}
> Run the following command, notice that there is a white space at the right of the equal mark, the value of variable "password" is not set correctly.
> {noformat}
> MaYunFeng@hostname:/> set password= manager
> MaYunFeng@hostname:/> echo $password
> MaYunFeng@hostname:/>
> {noformat}

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


[jira] Updated: (GSHELL-119) The "set" command doesn't work if there is white space beside the equal mark

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

Jason Dillon updated GSHELL-119:
--------------------------------

          Component/s: Parser
    Affects Version/s:     (was: 1.0-beta-1)
                           (was: 1.0-alpha-3)
        Fix Version/s:     (was: 1.0-alpha-2)

This is related to the parsers lack of features.

> The "set" command doesn't work if there is white space beside the equal mark
> ----------------------------------------------------------------------------
>
>                 Key: GSHELL-119
>                 URL: https://issues.apache.org/jira/browse/GSHELL-119
>             Project: GShell
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Commands - Builtins, Parser
>    Affects Versions: 1.0-alpha-1, 1.0-alpha-2
>            Reporter: YunFeng Ma
>            Assignee: Jason Dillon
>             Fix For: 1.0-alpha-3
>
>
> Run the following command, notice that there is a white space at the left of the equal mark.
> {noformat}
> MaYunFeng@hostname:/> set password =manager
> ERROR RuntimeException: Invalid identifer name:
> {noformat}
> Run the following command, notice that there is a white space at the right of the equal mark, the value of variable "password" is not set correctly.
> {noformat}
> MaYunFeng@hostname:/> set password= manager
> MaYunFeng@hostname:/> echo $password
> MaYunFeng@hostname:/>
> {noformat}

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


[jira] Closed: (GSHELL-119) The "set" command doesn't work if there is white space beside the equal mark

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

Jason Dillon closed GSHELL-119.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.0-alpha-3)
                   1.0-alpha-2

Set syntax is now:

{noformat}
set <name> <value>
{noformat}

> The "set" command doesn't work if there is white space beside the equal mark
> ----------------------------------------------------------------------------
>
>                 Key: GSHELL-119
>                 URL: https://issues.apache.org/jira/browse/GSHELL-119
>             Project: GShell
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Commands - Builtins, Parser
>    Affects Versions: 1.0-alpha-1, 1.0-alpha-2
>            Reporter: YunFeng Ma
>            Assignee: Jason Dillon
>             Fix For: 1.0-alpha-2
>
>
> Run the following command, notice that there is a white space at the left of the equal mark.
> {noformat}
> MaYunFeng@hostname:/> set password =manager
> ERROR RuntimeException: Invalid identifer name:
> {noformat}
> Run the following command, notice that there is a white space at the right of the equal mark, the value of variable "password" is not set correctly.
> {noformat}
> MaYunFeng@hostname:/> set password= manager
> MaYunFeng@hostname:/> echo $password
> MaYunFeng@hostname:/>
> {noformat}

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