Jan Jurzitza
Jan Jurzitza
even after the third run it still froze at the same place for both the old DMD versions. Are you sure this is just a random occurrence?
Since users are most likely interested in the dependency tree, that's what we will focus on the most. Showing linked in libraries / system libraries is a good idea to...
deciding against this now, because I don't want to require online access. However we could store and distribute a new pre-compiled list of public symbols and modules in popular packages,...
Try upgrading to serve-d nightly by setting the `d.servedReleaseChannel` setting in vscode (Ctrl-, for User Settings) to `nightly` - afterwards, reload the window with `Ctrl-Shift-P` -> `Reload Window` and let...
Exiting with a non-zero status seems to be correct when it's not found? Anyway xmllint is not a utility we make, so for issues with that you would need to...
for now you can work around this through this patch: ```diff diff --git a/test/run_tests.sh b/test/run_tests.sh index 1e267d2..c2d6609 100755 --- a/test/run_tests.sh +++ b/test/run_tests.sh @@ -88,12 +88,12 @@ if [[ ${BUILDKITE:-} !=...
do you use the meson build file? Do you maybe have an example project how it's used? Maybe we can also use it in the CI pipeline.
scans are running continuously, but some packages hang them up for a very long time. Ideally this should not be an issue at all, but for some reason it is...
I triggered a manual update of mir-lapack for now, to diagnose you would likely need a lot of packages and it might also be related to github ratelimits. Maybe @s-ludwig...
this issue gets introduced by `ddox filter`, sample invocation: ``` /usr/bin/dmd -o- -w -Xfdocs.json -Df__dummy.html -version=Have_phobos etc/c/curl.d etc/c/odbc/sql.d etc/c/odbc/sqlext.d etc/c/odbc/sqltypes.d etc/c/odbc/sqlucode.d etc/c/sqlite3.d etc/c/zlib.d std/algorithm/comparison.d std/algorithm/internal.d std/algorithm/iteration.d std/algorithm/mutation.d std/algorithm/package.d std/algorithm/searching.d std/algorithm/setops.d...