dlang-community / libdparse

Library for lexing and parsing D source code
https://libdparse.dlang.io
Boost Software License 1.0
114 stars 56 forks source link

Update stdx-allocator.wrap #443

Closed ghost closed 3 years ago

ghost commented 3 years ago

The meson.build version for the v2.77.5 tag is 2.77.2, use a git hash instead

ghost commented 3 years ago

See the mismatch here : https://github.com/dlang-community/stdx-allocator/blob/v2.77.5/meson.build#L4.

Otherwise The proper way is to update the version to 2.77.6 in the 2.77.z branch then only after that push a git tag 2.77.6 on this commit.

ghost commented 3 years ago

Then after the stfx-alloc fix this new version must also be used here

https://github.com/dlang-community/libdparse/blob/6f0893f6b07ec561d382f26c81e74f7788056828/subprojects/stdx-allocator.wrap#L4