Looking at the GCC C++ language features support status page, I see that two aspects of the C++20 module support are still missing, and one is partially supported:
- P1766R1: Mitigating minor modules maladies
- P1815R2: Translation-unit-local entities
- P1103R3: Merging Modules
Why is this the case, considering we're already in 2022? Is there a disagreement regarding implementing these? Is it just a matter of lack of developer time?