You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Allen Wittenauer (JIRA)" <ji...@apache.org> on 2019/02/04 04:19:00 UTC

[jira] [Comment Edited] (YETUS-688) convert key globals from strings to arrays

    [ https://issues.apache.org/jira/browse/YETUS-688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16759613#comment-16759613 ] 

Allen Wittenauer edited comment on YETUS-688 at 2/4/19 4:18 AM:
----------------------------------------------------------------

-00:
 * Add yetus_ver_array_element as a convienence to yetus_array_contains
 * Add yetus_del_array_element to remove elements from and squash arrays
 * convert the following to arrays:
 ** BUGSYSTEMS
 ** BUILDTOOLS
 ** JDK_TEST_LIST
 ** JDK_DIR_LIST
 ** EXEC_MODES
 ** TESTTYPES
 ** TESTFORMATS
 ** NEEDED_TESTS
 ** MAVEN_NEED_INSTALL
 * Add unit testing for array routines (!)

 


was (Author: aw):
-00:
* Add yetus_ver_array_element as a convienence to yetus_array_contains
* Add yetus_del_array_element to remove elements from and squash arrays
* convert the following to arrays:
  * BUGSYSTEMS
  * BUILDTOOLS
  * JDK_TEST_LIST
  * JDK_DIR_LIST
  * EXEC_MODES
  * TESTTYPES
  * TESTFORMATS
  * NEEDED_TESTS
  * MAVEN_NEED_INSTALL
* Add unit testing for array routines (!)

> convert key globals from strings to arrays
> ------------------------------------------
>
>                 Key: YETUS-688
>                 URL: https://issues.apache.org/jira/browse/YETUS-688
>             Project: Yetus
>          Issue Type: Improvement
>          Components: Test Patch
>            Reporter: Allen Wittenauer
>            Assignee: Allen Wittenauer
>            Priority: Major
>             Fix For: 0.10.0
>
>         Attachments: YETUS-688.00.patch
>
>
> In order to clean up the API for a 1.0 release, several key globals should be converted from strings to arrays to fix a variety of problems that can occur when those strings need spaces in them, have matching characters, etc.



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