On the last meeting I promised to write down my comments on https://wg21.link/p2473r1 - Distributing C++ Module Libraries

 

My main concern is that any requirement to have file names and locations to match the module name defined in the c++ code inevitably adds more work for the user in code maintenance.  It also affects many IDE scenarios, such as code refactoring. Even for sophisticated build systems like msbuild it will be hard to provide much aid to the users in creation and automatic maintenance of the proposed folder/file structures according to the changing module names in the code.

 

An argument was made in the previous discussions that the proposed structure would only be required for prebuilt libraries, affecting only the packaging of those libraries, but not the user.

 

But if this folder structure is used only for prebuilt modules and not modules in the user code it adds the complexity for all tools that need to rebuild all modules as they would needs to use different ways to do it for user or prebuilt modules. The library authors will also need to either spend time manually creating those structures for their packages or find a not so trivial way to create them automatically. Again, the existing tooling will not be able to provide much help there.

 

I’ve just submitted https://wg21.link//P2536R0 where I am proposing a way which does not require module name “encoding” in the file system and still provides all information needed to rebuild any module.

 

In short, I propose that we have a .d.json file near each BMI (prebuilt or built from a user code) containing all info required to rebuild that module. I argue that we don’t really need anything else (besides user build info) to be able to rebuild any module.

 

I also argue that those .d.json files can and should be automatically produced by the build/compilers, thus removing the maintenance burden from the users.

 

Thanks,

Olga

 

 

From: SG15 <sg15-bounces@lists.isocpp.org> On Behalf Of Michael Spencer via SG15
Sent: Tuesday, February 1, 2022 15:48
To: Tooling Study Group (SG15) <sg15@lists.isocpp.org>
Cc: Michael Spencer <bigcheesegs@gmail.com>
Subject: [SG15] Meeting on February 4th at 9AM Pacific

 

Our next meeting is scheduled for Friday February 4th at 9AM-10:30AM Pacific.

 

Our topics for this meeting will be:

* https://wg21.link/p2473r1 - Distributing C++ Module Libraries

 

Meeting Link: https://iso.zoom.us/j/97089073839?pwd=WHdxbzE0cTFkOU1aVWZocjhkSnp2dz09

 

- Michael Spencer