You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Ed Slattery (JIRA)" <tu...@ws.apache.org> on 2006/06/13 14:56:29 UTC

[jira] Created: (TUSCANY-462) Would be nice to generate disable warning for the 'silly' warning on windows

Would be nice to generate disable warning for the 'silly' warning on windows
----------------------------------------------------------------------------

         Key: TUSCANY-462
         URL: http://issues.apache.org/jira/browse/TUSCANY-462
     Project: Tuscany
        Type: Bug

    Versions: Cpp-current    
    Reporter: Ed Slattery
    Priority: Minor
     Fix For: Cpp-current


#if defined(WIN32)  || defined (_WINDOWS)
#pragma warning(disable: 4786)
#endif

If the above code could be inserted under the header of all generated CPP files by scagen, then we would not have the huge long warning telling you that the name of virtually anything to do with std::lists is too long for the debugger.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-462) SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-462?page=all ]
     
Pete Robbins resolved TUSCANY-462:
----------------------------------

    Fix Version: Cpp-M1
                     (was: Cpp-current)
     Resolution: Fixed

patch applied

> SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows
> ------------------------------------------------------------------------------------
>
>          Key: TUSCANY-462
>          URL: http://issues.apache.org/jira/browse/TUSCANY-462
>      Project: Tuscany
>         Type: Bug

>   Components: C++ SCA
>     Versions: Cpp-current
>     Reporter: Ed Slattery
>     Assignee: Pete Robbins
>     Priority: Minor
>      Fix For: Cpp-M1
>  Attachments: TUSCANY-462.patch
>
> #if defined(WIN32)  || defined (_WINDOWS)
> #pragma warning(disable: 4786)
> #endif
> If the above code could be inserted under the header of all generated CPP files by scagen, then we would not have the huge long warning telling you that the name of virtually anything to do with std::lists is too long for the debugger.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-462) SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows

Posted by "Andrew Borley (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-462?page=all ]

Andrew Borley updated TUSCANY-462:
----------------------------------

    Attachment: TUSCANY-462.patch

I've added the pragma statement to the header generators. It works fine with my tests, but I don't have a test that shows the windows warning so it could do with checking.
Also includes some updates to the Junit tests for the tool.

> SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows
> ------------------------------------------------------------------------------------
>
>          Key: TUSCANY-462
>          URL: http://issues.apache.org/jira/browse/TUSCANY-462
>      Project: Tuscany
>         Type: Bug

>   Components: C++ SCA
>     Versions: Cpp-current
>     Reporter: Ed Slattery
>     Priority: Minor
>      Fix For: Cpp-current
>  Attachments: TUSCANY-462.patch
>
> #if defined(WIN32)  || defined (_WINDOWS)
> #pragma warning(disable: 4786)
> #endif
> If the above code could be inserted under the header of all generated CPP files by scagen, then we would not have the huge long warning telling you that the name of virtually anything to do with std::lists is too long for the debugger.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-462) SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-462?page=all ]

Pete Robbins updated TUSCANY-462:
---------------------------------

    Summary: SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows  (was: Would be nice to generate disable warning for the 'silly' warning on windows)

> SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows
> ------------------------------------------------------------------------------------
>
>          Key: TUSCANY-462
>          URL: http://issues.apache.org/jira/browse/TUSCANY-462
>      Project: Tuscany
>         Type: Bug

>   Components: C++ SCA
>     Versions: Cpp-current
>     Reporter: Ed Slattery
>     Priority: Minor
>      Fix For: Cpp-current

>
> #if defined(WIN32)  || defined (_WINDOWS)
> #pragma warning(disable: 4786)
> #endif
> If the above code could be inserted under the header of all generated CPP files by scagen, then we would not have the huge long warning telling you that the name of virtually anything to do with std::lists is too long for the debugger.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-462) Would be nice to generate disable warning for the 'silly' warning on windows

Posted by "Ed Slattery (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-462?page=all ]

Ed Slattery updated TUSCANY-462:
--------------------------------

    Component: C++ SCA

> Would be nice to generate disable warning for the 'silly' warning on windows
> ----------------------------------------------------------------------------
>
>          Key: TUSCANY-462
>          URL: http://issues.apache.org/jira/browse/TUSCANY-462
>      Project: Tuscany
>         Type: Bug

>   Components: C++ SCA
>     Versions: Cpp-current
>     Reporter: Ed Slattery
>     Priority: Minor
>      Fix For: Cpp-current

>
> #if defined(WIN32)  || defined (_WINDOWS)
> #pragma warning(disable: 4786)
> #endif
> If the above code could be inserted under the header of all generated CPP files by scagen, then we would not have the huge long warning telling you that the name of virtually anything to do with std::lists is too long for the debugger.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Assigned: (TUSCANY-462) SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-462?page=all ]

Pete Robbins reassigned TUSCANY-462:
------------------------------------

    Assign To: Pete Robbins

> SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows
> ------------------------------------------------------------------------------------
>
>          Key: TUSCANY-462
>          URL: http://issues.apache.org/jira/browse/TUSCANY-462
>      Project: Tuscany
>         Type: Bug

>   Components: C++ SCA
>     Versions: Cpp-current
>     Reporter: Ed Slattery
>     Assignee: Pete Robbins
>     Priority: Minor
>      Fix For: Cpp-current
>  Attachments: TUSCANY-462.patch
>
> #if defined(WIN32)  || defined (_WINDOWS)
> #pragma warning(disable: 4786)
> #endif
> If the above code could be inserted under the header of all generated CPP files by scagen, then we would not have the huge long warning telling you that the name of virtually anything to do with std::lists is too long for the debugger.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Closed: (TUSCANY-462) SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows

Posted by "Pete Robbins (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-462?page=all ]
     
Pete Robbins closed TUSCANY-462:
--------------------------------


> SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows
> ------------------------------------------------------------------------------------
>
>          Key: TUSCANY-462
>          URL: http://issues.apache.org/jira/browse/TUSCANY-462
>      Project: Tuscany
>         Type: Bug

>   Components: C++ SCA
>     Versions: Cpp-current
>     Reporter: Ed Slattery
>     Assignee: Pete Robbins
>     Priority: Minor
>      Fix For: Cpp-M1
>  Attachments: TUSCANY-462.patch
>
> #if defined(WIN32)  || defined (_WINDOWS)
> #pragma warning(disable: 4786)
> #endif
> If the above code could be inserted under the header of all generated CPP files by scagen, then we would not have the huge long warning telling you that the name of virtually anything to do with std::lists is too long for the debugger.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org