Sebastian Wilzbach

Results 359 comments of Sebastian Wilzbach

> If DFLAGS can currently only be set by changing the configuration file, then all we need to do is ensure that the configuration file is one of the "dependencies"...

> Here's a different idea: make dmd -v list all environment variables that DMD read and used from the enviroment (including those that didn't exist but would have been used...

`git commit --amend` or being a member of the dlang GH organization. With the latter your can directly restart the builds at Travis. I don't know why they don't allow...

Yes, we plan to do this, e.g. https://github.com/dlang-bots/dlang-bot/pull/109 or https://github.com/dlang-bots/dlang-bot/issues/190, but there's only so much one can do in one "day". (especially if some part of it is taken up...

Ping @CyberShadow and @MartinNowak. This has been in here for three weeks now without a comment...

> Particularly, without -f, if the website or an intermediary generates an error page, that will be piped into bash. That would be very bad. OK that's a fair point,...

> submitted through the website and I cannot make changes to this PR. Is you "you don't want to" or you technically can't? Editing a PR made from the website...

Looks like gdmd/gdc needs a patch for this: ``` [execute] ["/tmp/rdmd_app_", "--compiler=/home/travis/dlang/gdc-4.8.5/bin/gdmd", "-m64", "--build-only", "--force", "-lib", "-of=rdmdTestLib/altlibtest.a", "rdmdTestSrc/test.d"] [execute] ["/tmp/rdmd_app_", "--compiler=/home/travis/dlang/gdc-4.8.5/bin/gdmd", "-m64", "--build-only", "--force", "--objdir=rdmdTestObj", "rdmdTestSrc/test.d"] object.Exception@rdmd_test.d(565): Enforcement failed ```

What's the advantage over (1) checking this on the engine directly for all services or (2) in the program itself?

While there's the infamous YAML variable reference trick (e.g. https://github.com/microservices/microservice.guide/issues/85), it doesn't help as there's still no way to specify the underlying type. So yeah I think this would be...