dlang-community / dsymbol

Basic symbol lookup/resolution for libdparse (Deprecated, see link)
https://github.com/dlang-community/DCD/tree/master/dsymbol
Boost Software License 1.0
16 stars 19 forks source link

ci(gh-actions): Update CI matrix #169

Closed PetarKirov closed 3 years ago

PetarKirov commented 3 years ago
RazvanN7 commented 3 years ago

It seems that macOS and windows are failing the tests. The former with an assertion error and the latter with:

$ dub upgrade
Upgrading project in D:\a\dsymbol\dsymbol
Fetching libdparse 0.14.0 (getting selected version)...
$ "dub" "build" "--build=release" "--compiler="
Error processing arguments: Missing value for argument --compiler=.
PetarKirov commented 3 years ago

I think the Windows failure is a Windows Batch shell syntax error, while the macOS seems like a genuine problem in dsymbol.

PetarKirov commented 3 years ago

Yep, Windows is fixed and now only macOS fails.

PetarKirov commented 3 years ago

@RazvanN7 I will split-off macOS from the PR, so it can be debugged separately.