msoucy / dproto

D Protocol Buffer mixins to create structures at compile time
Boost Software License 1.0
37 stars 16 forks source link

dmd buildkite picking v2.1.4 tag #136

Closed RazvanN7 closed 5 years ago

RazvanN7 commented 5 years ago

Hi! Currently the dmd buildkite agent is picking tag v2.1.4 to test new PRs. This is currently blocking this PR: [1] . The error is : [2] . I thought I would fix the error, but I see that your master branch has already took care of that (the identity template is declared and wrongfully imported via traits - I say wrongfully because Identity is actually declared in std.conv). Could you please push a new tag with your master so that we can keep going with [1] ? Thanks!

[1] https://github.com/dlang/dmd/pull/9393 [2] https://buildkite.com/dlang/dmd/builds/4891#05584530-2de2-4c7e-821e-a00fc5e0fa70

msoucy commented 5 years ago

Tagged 2.1.5, sorry about that. I'll leave this open until I'm sure that the tag is picked up by buildkite and everything's good.

RazvanN7 commented 5 years ago

Thanks! I can confirm that the project is no longer failing in buildkite.

msoucy commented 5 years ago

Sounds good, thank you for the notification!