Open bioinfornatics opened 2 years ago
try 0.15.0-beta.2
0.15.0-beta.1 didn't have support for containers 0.9.0
After update whole code in order to use the 0.15.0-beta.2
version
I am able to build DCD.
+ ldc2 common/src/dcd/common/constants.d common/src/dcd/common/constants2.d common/src/dcd/common/dcd_version.d common/src/dcd/common/messages.d common/src/dcd/common/socket.d src/dcd/server/autocomplete/complete.d src/dcd/server/autocomplete/doc.d src/dcd/server/autocomplete/localuse.d src/dcd/server/autocomplete/package.d src/dcd/server/autocomplete/symbols.d src/dcd/server/autocomplete/ufcs.d src/dcd/server/autocomplete/util.d src/dcd/server/main.d src/dcd/server/server.d -O -g -release -wi -I/usr/include/d/mir-core -Idsymbol/build -Idsymbol/src -L-Ldsymbol/redhat-linux-build -L-ldsymbol -I/usr/include/d/dparse -L-ldparse -I/usr/include/d/containers -L-ldcontainers -I/usr/include/d/stdx-allocator -L-lstdx-allocator -I/usr/include/d/msgpack -L-lmsgpack-d -Jbin -of=bin/dcd-server
src/dcd/server/autocomplete/util.d(659): Deprecation: Usage of the `body` keyword is deprecated. Use `do` instead.
dsymbol/meson.build
dcd:dsymbol
subpackage on DUBit would be appreciated if you can also PR actual meson test code, e.g. a workflow building the project and maybe even checking if the version is still up-to-date - we don't have anyone really ever writing about using meson with DCD or submitting issues, so it's hard to know what's broken here.
If you haven't used GitHub Actions yet, you can simply make an .sh script, which does all the checking and I can integrate it into the CI pipeline.
Dear,
I tried without success to build DCD
0.15.0 beta1
with thoses depencies.bellow the build log
Could you update DCD code in order to match latest API of these dependencies?
Thanks for your help