Sebastian Wilzbach

Results 359 comments of Sebastian Wilzbach

> I also don't see any runnable test. Do we need to do some deployment? @CyberShadow is ddox part of the auto-deployment engine? I haven't found time to work on...

> @wilzbach are examples runnable just the same in both? They should be soon: https://github.com/dlang/dlang.org/pull/1532

So what is the decision here? - Support to run the tests with the ddox build has been added with https://github.com/dlang/dlang.org/pull/1532 - Do I understand it correctly that once the...

BTW not sure whether you are aware of it, there's also an existing PR for std.pair: https://github.com/dlang/druntime/pull/1802

I think @andralex wanted this to be in druntime, but I agree that doing this as a separate project is better because breaking changes are handled via SemVer - not...

I just has a look into this and the check previously did ignore private symbols, but was changed due to https://github.com/dlang-community/D-Scanner/issues/500. The problem is that ddoc isn't smart enough to...

Yes. Motivation: if we want to use this for e.g. Phobos or DMD, someone might be running Windows ... I know that the DMD testsuite requires `diff`, but Phobos doesn't...

There's one very similar one which enforces this for all unittests (it's used for Phobos)

Hmm apparently this was done on purpose: > The dmd.conf file overrides any DFLAGS environment variable setting prior to running dmd. This is by design. https://issues.dlang.org/show_bug.cgi?id=1660 I strongly disagree with...

> Not sure if this order can be changed without breaking a bunch of stuff. Not entirely sure either, but what if DMD would append to the `DFLAGS` environment variable...