Closed Bug 1358442 Opened 7 years ago Closed 7 years ago

have a global "are diagnostic asserts enabled" macro

Categories

(Core :: MFBT, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: jcristau, Unassigned, Mentored)

References

Details

(Whiteboard: [lang=C++])

after bug 1357799 code that needs to check whether MOZ_DIAGNOSTIC_ASSERT expands to anything needs to check something like "defined(DEBUG) || !defined(RELEASE_OR_BETA) || defined(EARLY_BETA_OR_EARLIER)" which gets unwieldy.  Having a single macro for this purpose would make things easier to understand.
Mentor: sledru
Keywords: good-first-bug
Whiteboard: [lang=C++]
Hi @SylvestreLedru,
I am currently studying in my final year of Computer Science and Engineering 
SRM University ,India

I would would like to take this as my first bug fix , please consider on assigning this to me.
Thanks !!
Flags: needinfo?(sledru)
Hi @SylvestreLedru,
I am currently studying in my second year of Cybernetics Engineering Systems and Information Technologies
UNIPA University ,Italy

I would would like to take this as my first bug fix , please consider on assigning this to me.
Thanks !!
@SylvestreLedru
please provide the info regarding the bug
Actually, we might not need to do that, sorry :/
Flags: needinfo?(sledru)
Keywords: good-first-bug
I was implemented in bug 1365460
(I didn't marked it as duplicate because 1365460 is very different)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.