You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by DaveBirdsall <gi...@git.apache.org> on 2018/04/17 16:19:04 UTC

[GitHub] trafodion pull request #1523: [TRAFODION-3023] Add more enum files to analyz...

GitHub user DaveBirdsall opened a pull request:

    https://github.com/apache/trafodion/pull/1523

    [TRAFODION-3023] Add more enum files to analyzeMessageGuide.py

    This set of changes does the following:
    
    1. Adds sort/SortError.h and udrserv/udrdefs.h to the list of error message enum files known to the script analyzeMessageGuide.py
    
    2. Adds an enum name to sort/SortError.h to make it easier for analyzeMessageGuide.py to process
    
    3. Converts defines to a named enum in udrserv/udrdefs.h to make it easier for analyzeMessageGuide.py to process, and deletes some redundant and unused symbols

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DaveBirdsall/trafodion Trafodion3023

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/trafodion/pull/1523.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1523
    
----
commit 3444e174ce80c4753b5505b63701a3a92f6e18f7
Author: Dave Birdsall <db...@...>
Date:   2018-04-17T16:14:28Z

    [TRAFODION-3023] Add more enum files to analyzeMessageGuide.py

----


---

[GitHub] trafodion pull request #1523: [TRAFODION-3023] Add more enum files to analyz...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/trafodion/pull/1523


---