msgpack-d icon indicating copy to clipboard operation
msgpack-d copied to clipboard

Publish new release for DMD's CI

Open JinShil opened this issue 7 years ago • 3 comments

msgpack-d is one of two projects causing a Jenkins CI failure for DMD (https://github.com/dlang/dmd/pull/8241) and preventing us from moving forward with a deprecation. Looking through the code in msgpack-d's master branch, it appears the fix has already been made, but it needs to be tagged and released for DMD's CI to pick it up.

JinShil avatar May 13 '18 00:05 JinShil

Ping @repeatedly? The last non-beta release can't compile due to errors:

../../.dub/packages/msgpack-d-0.9.6/msgpack-d/src/msgpack.d(3670,15): Error: catch statement without an exception specification is deprecated
../../.dub/packages/msgpack-d-0.9.6/msgpack-d/src/msgpack.d(3670,15):        use catch(Throwable) for old behavior
dmd failed with exit code 1.

AndrejMitrovic avatar Jun 18 '19 06:06 AndrejMitrovic

@AndrejMitrovic You want non beta version, right?

repeatedly avatar Jun 20 '19 15:06 repeatedly

Yeah, it would be great to have. I'm not sure if I can use the beta version in dub, for example.

AndrejMitrovic avatar Jun 21 '19 01:06 AndrejMitrovic