Jake Hillion

Results 29 comments of Jake Hillion

Can confirm that it errors on Windows. I don't think this error is quite as bad as it looks - syscerts already doesn't support Windows, but it fails silently (https://github.com/jackspirou/syscerts/blob/master/root_windows.go#L39-L40),...

Happy to try extra tests now I've got the machines setup. ## My Environment Added to each machine: ``` cat > /opt/couchdb/etc/local.d/20-replicator.ini [replicator] auth_plugins = couch_replicator_auth_noop ``` Otherwise same as...

To chime in, I've seen C++ projects before where certain submodules are optional except for special cases like testing. While enabling by default would be helpful, I can also imagine...

Taking a look at this now. The current (verbose) syntax I'm looking at is: ``` let global @x: int32; let global @x: [int32 -> int64]; let global @x: [int32, int16...

I've closed my PR for this issue as it was incomplete and a mess. @tyroguru and I discussed a multi-stage approach for making progress on this. 1. Detect cycles that...

Hi @robandpdx, thanks for starting this migration! A couple of questions: 1. I approved the CI runs yesterday on this PR and the new build jobs have been queued for...

Just made a total mess of this PR... That'll teach me for using a WIP Git client. Should be mostly back now except for messing up the formatting in the...

This PR has quite a few commits now, would you like to split out the skeleton and land that by itself or wait until it's feature complete? Up to you!

This is a bit more problematic than expected. TBv2 generates the handler for `std::variant` as `struct TypeHandler` based on the number of arguments the first variant it encounters has. This...