Skip to content

2020.2 very broken: AL_Assert used with lotsa code that needs retaining despite NDEBUG #4

@liquidblueocean

Description

@liquidblueocean

AL_Assert(GetNextPoolId(&pFrameInfoPool->tIDPool));

This can't be final code for 2020.2. Release builds will disable any code that have AL_Assert around it (by defining NDEBUG) but in too many places the new code expects the condition within the assert to always be there. Above is one of numerous buggy examples.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions