Sam Deane
Sam Deane
I just built & ran from the current code, as I was having trouble with Jenkins authentication. The authentication seems to be working now (I'm getting a list of jobs...
Whilst I was debugging the crash, a while back, I put all the exception throwing through a couple of functions, to make it easier to breakpoint / log them. It...
This is something that we've been tracking for a while in various private email threads, but I thought I should actually make an issue for it. We first reproduced it...
*NB This is work in progress. It incorporates the changes from #12 and #13 so it would make sense to review/merge them first. I've changed the project layout slightly so...
Since we can't use a bundle to find the test data, we fall back on a relative path from the built executable. This is a bit skanky, but it's a...
Work in progress on some changes for use in Agenda. Adds the facility to replace deleted blob files with a "tombstone" marker file which forces the rest of the API...
I'm not sure if you'll want to take everything here, as there might be some Sketch specific things (I'm not certain of that, but I'm aware that I haven't had...
I’ve been debugging a Sketch script, and hit this guy in the debugger: ``` ================================================================= ==30290==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x6020000ac7d8 at pc 0x000102d2e62a bp 0x7fff5fbf9430 sp 0x7fff5fbf9428 READ of...
Debug output is a bit spammy (although I noticed you've commented out the worst offender recently). I'm thinking of adding a debugController alongside the printController and errorController, so that we...
FIXMEs
I'm trying to get down to 0 warnings. If there's anything I can do to help with the #FIXME items in the code, let me know. This one sounds easy...