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

ASF GitHub Bot commented on PROTON-2331:
----------------------------------------

jiridanek commented on pull request #297:
URL: https://github.com/apache/qpid-proton/pull/297#issuecomment-896567023


   > I want to contribute.. this project
   
   @Gauravmauryaios Know any C++? Try solving one of the coverage improvement 
tasks. This one looks good https://issues.apache.org/jira/browse/PROTON-2363. 
If you need help, read previous questions on the mailing list here 
https://lists.apache.org/thread.html/r061203f3269108ccc5e7fd853e4ad519fc311cb96d3d6bdd9360965e%40%3Cusers.qpid.apache.org%3E,
 or ask your own.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Allow producing a RelWithDebInfo build with asserts enabled
> -----------------------------------------------------------
>
>                 Key: PROTON-2331
>                 URL: https://issues.apache.org/jira/browse/PROTON-2331
>             Project: Qpid Proton
>          Issue Type: Improvement
>          Components: build, proton-c
>    Affects Versions: proton-c-0.33.0
>            Reporter: Jiri Daněk
>            Assignee: Jiri Daněk
>            Priority: Major
>
> The LLVM project has a CMake option which enables asserts in C code in any 
> build type, including RelWithDebInfo, etc. This seems like an useful thing to 
> have.
> It can reduce number of builds needed in CI (we don't have a Debug build for 
> MacOS now). Some bugs may only manifest in Release builds. Sanitizers run 
> faster on Release builds.
> Coverity warns about assert calls with side effects, so enabling asserts all 
> the time should be safe (Coverity would scream if it had any effects on 
> functionality).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to