You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@stdcxx.apache.org by "Travis Vitek (JIRA)" <ji...@apache.org> on 2008/01/29 16:37:34 UTC

[jira] Created: (STDCXX-714) implement function to do shell brace expansion

implement function to do shell brace expansion
----------------------------------------------

                 Key: STDCXX-714
                 URL: https://issues.apache.org/jira/browse/STDCXX-714
             Project: C++ Standard Library
          Issue Type: Sub-task
          Components: Test Driver
            Reporter: Travis Vitek
             Fix For: 4.2.1


We need to write a function to implement [shell brace expansion|http://www.gnu.org/software/bash/manual/bashref.html#Brace-Expansion]. This will be a general purpose function like rw_fnmatch(), but it will be used internally by the parent task.

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


[jira] Commented: (STDCXX-714) implement function to do shell brace expansion

Posted by "Travis Vitek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569781#action_12569781 ] 

Travis Vitek commented on STDCXX-714:
-------------------------------------

Committed to trunk in [r628611|http://svn.apache.org/viewvc?view=rev&revision=628611]. Passes test suite at 100%. Correctly handles nested brace expansion, range expansion, and escapes.

> implement function to do shell brace expansion
> ----------------------------------------------
>
>                 Key: STDCXX-714
>                 URL: https://issues.apache.org/jira/browse/STDCXX-714
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: Test Driver
>    Affects Versions: 4.2.0
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2.1
>
>   Original Estimate: 8h
>          Time Spent: 32h
>  Remaining Estimate: 0h
>
> We need to write a function to implement [shell brace expansion|http://www.gnu.org/software/bash/manual/bashref.html#Brace-Expansion]. This will be a general purpose function like rw_fnmatch(), but it will be used internally by the parent task.

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


[jira] Closed: (STDCXX-714) implement function to do shell brace expansion

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

Travis Vitek closed STDCXX-714.
-------------------------------


Closing resolved and verified 4.2.1 issue.

> implement function to do shell brace expansion
> ----------------------------------------------
>
>                 Key: STDCXX-714
>                 URL: https://issues.apache.org/jira/browse/STDCXX-714
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: Test Driver
>    Affects Versions: 4.2.0
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2.1
>
>   Original Estimate: 8h
>          Time Spent: 32h
>  Remaining Estimate: 0h
>
> We need to write a function to implement [shell brace expansion|http://www.gnu.org/software/bash/manual/bashref.html#Brace-Expansion]. This will be a general purpose function like rw_fnmatch(), but it will be used internally by the parent task.

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


[jira] Assigned: (STDCXX-714) implement function to do shell brace expansion

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

Travis Vitek reassigned STDCXX-714:
-----------------------------------

    Assignee: Travis Vitek

> implement function to do shell brace expansion
> ----------------------------------------------
>
>                 Key: STDCXX-714
>                 URL: https://issues.apache.org/jira/browse/STDCXX-714
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: Test Driver
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2.1
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> We need to write a function to implement [shell brace expansion|http://www.gnu.org/software/bash/manual/bashref.html#Brace-Expansion]. This will be a general purpose function like rw_fnmatch(), but it will be used internally by the parent task.

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


[jira] Commented: (STDCXX-714) implement function to do shell brace expansion

Posted by "Farid Zaripov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/STDCXX-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589937#action_12589937 ] 

Farid Zaripov commented on STDCXX-714:
--------------------------------------

Merged in 4.2.x branch thus: http://svn.apache.org/viewvc?view=rev&revision=648752

> implement function to do shell brace expansion
> ----------------------------------------------
>
>                 Key: STDCXX-714
>                 URL: https://issues.apache.org/jira/browse/STDCXX-714
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: Test Driver
>    Affects Versions: 4.2.0
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2.1
>
>   Original Estimate: 8h
>          Time Spent: 32h
>  Remaining Estimate: 0h
>
> We need to write a function to implement [shell brace expansion|http://www.gnu.org/software/bash/manual/bashref.html#Brace-Expansion]. This will be a general purpose function like rw_fnmatch(), but it will be used internally by the parent task.

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


[jira] Resolved: (STDCXX-714) implement function to do shell brace expansion

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

Travis Vitek resolved STDCXX-714.
---------------------------------

    Resolution: Fixed

Work complete. Needs to be merged to trunk before closing.

> implement function to do shell brace expansion
> ----------------------------------------------
>
>                 Key: STDCXX-714
>                 URL: https://issues.apache.org/jira/browse/STDCXX-714
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: Test Driver
>    Affects Versions: 4.2.0
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2.1
>
>   Original Estimate: 8h
>          Time Spent: 32h
>  Remaining Estimate: 0h
>
> We need to write a function to implement [shell brace expansion|http://www.gnu.org/software/bash/manual/bashref.html#Brace-Expansion]. This will be a general purpose function like rw_fnmatch(), but it will be used internally by the parent task.

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


[jira] Updated: (STDCXX-714) implement function to do shell brace expansion

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

Martin Sebor updated STDCXX-714:
--------------------------------

    Affects Version/s: 4.2.0

Set Affects Version/s to 4.2.0.

> implement function to do shell brace expansion
> ----------------------------------------------
>
>                 Key: STDCXX-714
>                 URL: https://issues.apache.org/jira/browse/STDCXX-714
>             Project: C++ Standard Library
>          Issue Type: Sub-task
>          Components: Test Driver
>    Affects Versions: 4.2.0
>            Reporter: Travis Vitek
>            Assignee: Travis Vitek
>             Fix For: 4.2.1
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> We need to write a function to implement [shell brace expansion|http://www.gnu.org/software/bash/manual/bashref.html#Brace-Expansion]. This will be a general purpose function like rw_fnmatch(), but it will be used internally by the parent task.

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