boostorg / hana

Your standard library for metaprogramming
http://boostorg.github.io/hana
Boost Software License 1.0
1.69k stars 215 forks source link

This removes test project ID that will conflict with modular ID. #527

Closed grafikrobot closed 7 months ago

grafikrobot commented 7 months ago

This removes the superfluous test project ID that will conflict with the modular project IDs for all libraries. When libraries are modular they will have the standard global ID of /boost/lib-name. Having colliding IDs will cause build errors.

modular-boost https://github.com/users/grafikrobot/projects/1

ldionne commented 7 months ago

I am not sure whether you want this merged right away or whether you need to wait before you do it -- please merge at your discretion. Thanks!

grafikrobot commented 7 months ago

@ldionne I don't have permission to merge. And, yes, it would be great if it gets merged as soon as possible.

grafikrobot commented 7 months ago

PS. I just noticed I created the PR for master. Can you also apply it to the develop branch?

ldionne commented 7 months ago

Everything happens on master nowadays, develop isn't used and has gotten behind.

pdimov commented 7 months ago

Well that's not supposed to happen, develop should at least be kept in sync, even if unused.

ldionne commented 7 months ago

I just synced the branches.