ylavic

Results 36 comments of ylavic

Rainer, how about embedding `sload` in `snap` like the below, and thus switching between `snap0` and `snap1` in `global_score` without the need of `sload0` and `sload1`? ``` diff --git a/include/httpd.h...

On Xenial: ``` Cannot load /home/travis/build/httpd-root/modules/mod_http2.so into server: /home/travis/build/httpd-root/modules/mod_http2.so: undefined symbol: apr_file_pipe_create_pools ``` You possibly want to disable `H2_POLL_STREAMS` for APR < 1.6 (Xenial ships 1.5)..

Never trust a sales ;)

> I can send a PR, but I am not the author Please do if needed ;)

The patch is incomplete, when a `Pointer` is given, the schema creation shouldn't be recursive, and local references should be resolved immediately (or still deferred but always taken care of...

> Please may I ask why the second call is to `CreateSchema`, I would expect it to be to `CreateSchemaRecursive`. Not sure where the need for `CreateSchemaRecursive` comes from (i.e....

Rebased on current `master`, squashed a bit, and unittest updated with the new `errorCode` entry. The optional `Pointer` is now a pointer instead of a reference too, to distinguish empty...