▲ | humanrebar 7 months ago | |
It's not clear that modules alone will solve One Definition Rule issues that you're describing. It's actually more likely that programs will have different object files building against different Built Module Interfaces for the same module interface. Especially for widely used modules like the standard std one. But! We'll be able to see all the extra parsing happen so in theory you could track down the incompatibilities and do something about them. |