Patrick Jackson

Results 78 comments of Patrick Jackson

I am interested in working on this, and have already created a hacky prototype build using [crossterm](https://github.com/crossterm-rs/crossterm) that is heavily influenced by buck/bazel. See the recording below. @alexcrichton @ehuss @dtolnay...

I understand that bikeshedding for this type of UX change is inevitable, but I don't want to get caught up in that until we get a confirmation of whether or...

No problem, I've factored out those helper functions into a separate module but I didn't implement the direct downloads. Also, please feel free to re-word any of these changes. I'm...

I think that this is _somewhat_ valuable. Not because static analyzing the code here is terribly useful (though I guess we could leverage it to also have another 'extra credit'...

I'm setting up a list for the Catch conversions, and it might help here as well. This is the current list of exercises and how we have them organized. Unlocked...

The difficulties were set by me, a long time ago, to make sure we were up to date with a new config.json specification: https://github.com/exercism/cpp/commit/9ba292666f4fbee4f65491347b286a66385324d2 The reason for the ratings is...

I'm trying to sort this out in https://github.com/exercism/exercism/issues/6332. I'm not sure what's going on, but the exercise should work in the online editor since #495 was checked in back in...

True, though I'm not entirely sure if all of the UBSan checks are valid. Worth looking into though :)

By 'not valid', I should have said "I don't know much about UBSan, but based on what it does I'd guess it may generate false positives". Honestly I'm not sure...