Boost - Dev mailing list wrote
On 8/4/17 05:44, Peter Dimov via Boost wrote:
Several submodules have different names on master and develop:
- compute (libs/compute on develop) - couroutine2 (libs/coroutine2 on develop) - dll (libs/dll on develop) - qvm (libs/qvm on develop) - vmd (libs/vmd on develop)
Should we normalize the names on develop?
I think that after fixing .gitmodules, these submodules will appear as-if deinitialized, and would need a `git submodule update --init` to reappear under the new names.
There are also libs/hana and libs/metaparse, which have consistent (although "wrong") names on both master and develop. Not sure if we need to bother with them.
I would prefer if we "fix" all of the names. Normalize those on develop and correct hana and metaparse.
+1 I think I copied Metaparse's pull request that added itself as a submodule, and this is why Hana ended up wrong as well. I see no reason to keep it the way it is today. I can submit a PR for Hana if you want, but I guess it's simple for you to just address all of those issues at once? Louis -- View this message in context: http://boost.2283326.n4.nabble.com/Submodule-name-mismatches-between-master-... Sent from the Boost - Dev mailing list archive at Nabble.com.