guillaume quintard

Results 101 comments of guillaume quintard

we got hit by this in the enterprise version because one of the vmods create counters containing a `#`. We have since then changed the vmod to avoid the issue,...

I believe it makes sense to have it here, share away!

agreed, it's fine for C devs, but it's confusing for the rest of the population. Changing that is a major breaking change though, all the VCLs would need to at...

I think I'd prefer for the HEADER to be cast into a STRING and then into a BOOL, with `""` being false-ish, and have a `std.header_exists(HEADER)` function to actually test...

this looks sensible, but out of curiosity, can you explain the use case behind it? In which case will you want to do that?

thanks! that makes a lot of sense

in the same vein: `vcldiir->health_changed` is a bit murky too. It's obviously there, and we can modify it with `VRT_SetChanged`, but we can't retrieve it's value, which would be useful...

So docfix, saying "you can include a file with a lower vcl version as long as the code in it is compatible with the top vcl version"?