dlang-community / stdx-allocator

Extracted std.experimental.allocator for usage via DUB
9 stars 20 forks source link

Some Meson housekeeping #3

Closed ximion closed 6 years ago

ximion commented 6 years ago

Besides some normal housekeeping stuff, this patch also renames the project and its library from "allocator" to "stdx-allocator". Having a very generic name like allocator will make it really difficult to ship the library in Linux distributions, and while stdx-allocator is also pretty generic, I assume that name will pass through much easier.

This rename should not cause any problems for projects using this downstream, as the dependency variable is still named "allocator_dep" (and can remain that way). Therefore, all projects depending on this should just pick up the new library name without further changes.

wilzbach commented 6 years ago

This rename should not cause any problems for projects using this downstream

Famous last words.

(BTW in case you need a new git tag of this, I invited you to the dlang-community.)

ximion commented 6 years ago

Famous last words.

I hope not, but possible... You never know for sure ^^

(BTW in case you need a new git tag of this, I invited you to the dlang-community.)

Thank you!

ximion commented 6 years ago

Is it okay if I just create a new v2.77.1 tag? (having one would indeed be useful!)

wilzbach commented 6 years ago

Yes of course, that's why I invited you to dlang-community ;-)