Sönke Ludwig

Results 375 comments of Sönke Ludwig

The new v0.25.1 of the libgit bindings are now available on code.dlang.org. Re-running the tests now sill yields this error: ``` src/git/tree.d(138,11): Error: undefined identifier 'git_treebuilder_new' src/git/tree.d(145,17): Error: undefined identifier...

The idea with dlibgit, apart from providing a proper D API, is that it puts a reasonable range of libgit2 versions under a single umbrella API. With this PR, there...

Alright, so @Weyzu if you have a working state, we could merge your canges in the libgit2 repository, so that at least more of the API is supported for now....

- That behavior of `readTimeout` is definitely to be considered a bug - it's expected to only apply during explicit read requests. - In the `waitForData` snippet you call `leastSize`...

See also https://github.com/dlang/projects/issues/84 I had started an implementation a while ago, but didn't come very far due to lack of time, mostly getting structs and enums in place, but no...

We should definitely make sure that a test case ends up in the test suite this time if it is caused by a bug. My guess though is that this...

One way would be to outsource the submit button to either an "extends" or "include" template. The context should always be the original source code file and not the top...

I'm leaning towards adding a way to construct with an explicit `this(string, Flag!"isCommonInternetSchema")` (or custom enum), storing the value in `URL`, so that `toString` also works at CTFE. Ultimately I'd...

For which compiler version does this happen and in which scope is the `UserModel` struct defined? I tried to make a reproduction case, but that worked without errors.

~Which platform is that test running on? I'm wondering why it is executing the TLS1->TLS1.1 test at all, because that should be disabled on Linux through [`support_old_tls`](https://github.com/vibe-d/vibe.d/blob/86e94971648e0d48f74b970c2cbd55a3ecef3a1c/tests/tls/source/app.d#L247).~ Scratch that, I...