Mathias LANG

Results 614 comments of Mathias LANG

Should be fixed now, I reverted the functional changes and re-run one of the failing job to confirm.

Ping @s-ludwig : Any chance we could enable Discussions here ? I don't have the ability to do it myself.

Yep, seeing it with: ```d module app; import vibe.http.router; import vibe.web.rest; shared static this () { auto router = new URLRouter(); auto settings = new HTTPServerSettings("0.0.0.0"); settings.port = 4245; router.registerRestInterface(new...

This is redis-specific though. So the simple programs shown above exhibit a different issue ?

Regarding the leak, there is #2245 . Regarding the crash, can you reproduce with the latest vibe / vibe-core / eventcore ?

@WalterBright : Looks like there is a difference in the output of `stringof` for Linux32. The test relies on `stringof`, so I don't think it's a good test (we explicitly...

FYI we now have https://github.com/dlang/dmd/pull/10964 in DMD. We might be interested in having it here, too.

Ping @s-ludwig

This could now be done via Github Actions.