Skip to content

Develop a minimal repro for coroutine issues and remove workarounds #560

@mcooley

Description

@mcooley

In several places in Calculator, we disable optimizations to work around bugs in the compiler related to coroutines. Some of these workarounds might no longer be needed (since some bugs have been fixed) while others might be hiding still-unresolved issues that need to be fixed in the compiler.

For every instance where we've disabled optimizations (starting with the one which seems to be new in VS2019) we should produce a minimal repro case which we can send to the C++ team.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Pri: 2approvedcodebase qualityIssues that are not bugs, but still might be worth improving (eg, code hygiene or maintainability)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions