Dridi Boukelmoune

Results 159 comments of Dridi Boukelmoune

> version bump should happen with release It could be useful for weekly users to break linking sooner, but yes, your mileage may vary.

Bugwash: this one can wait until after the March release.

Note: before merging, steps should be added in the release process to deal with libvarnishapi soname bumps.

@ehocdet would you like to test #3480? It's another take on VIP26 without an additional lock and condvar.

About that, VCL `regsub[all]()` and the underlying `VRT_regsub()` and `VRE_sub()` are limited to positional capture groups, so that limits us to 9 capture groups plus the special "all of them"...

I think it is too heavy-handed to limit the number of capturing groups at regex compile time, and it goes against the spirit of 6503249ca94bf6b0729e290c422f5169fe1a9ccc. Not everyone knows that a...

FYI we have a new private facility for workers: 525fe180846877dd3d36e7ca062755a756000c29...9ed99f61ebecb8471e87f3d6bdfde34b9937929d

It would have been nice to avoid merging purposefully a broken commit a8483cf5c864a87f59b2cc26315f37e9edda2d97, this is going to break `git-bisect` for no good reason.

I took some time to look at `git-bisect` and found that we can skip broken commits with a special exit status 125, so I figured we could use that in...