Closed schveiguy closed 4 years ago
I'm pretty busy today, I might be able to get to it tonight though.
OK, looks like all the things that were failing on CI are now green. So I'm just going to pull the lever and maybe your CI will go green as well.
Last time you updated the version number in the meson build file, but I don't see a change to that file. Did you miss this?
Ugh, yes. That was a problem I was concerned with (forgetting to update this build number), but it apparently is expected practice. Will update and move the tag.
For my own repos I have a "steps to do a release" notes file. Otherwise I'd forget. Little stuff like signing the tag commit.
@jondegenhardt updated meson build, and moved the tag.
Build succeeded on all compiler versions except for DMD v2.089.0. See https://travis-ci.com/jondegenhardt/dcat-perf/builds/149768223. The CI has 17 different DMD/LDC/Linux/OSX combos, so its got fair coverage.
Note that my CI doesn't explicitly test DMD 2.090.0. It does test latest, which is DMD 2.090.1. That release passed.
That was a regression, 2.089.1 works.
Excellent, thanks. I'll remove 2.089.0 from my CI tests.
ping @jondegenhardt I think this will have it build again. Can you test possibly before I merge?