Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't remove modules without translation units #1861

Merged
merged 1 commit into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. Couldn't remove mobules without translation unit

    I do not know I'm first to encounter this, however, loop that removes module without translation units, could not have worked.
    
    In C# Enumerator prohibs editing the collection so you cannot remove modules from `options.Module` while iterating `options.Mobule`.
    
    Chose `RemoveAll` for its simplicity. Not necessary optimal solution although it might be.
    HenrikVDestia committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6f017a9 View commit details
    Browse the repository at this point in the history