Russell Johnston

Results 6 issues of Russell Johnston

Working with mostly-UTF-8 byte strings, the two biggest things my current project is missing are substring matching (which this crate provides) and integer parsing (which `std` provides only for `str`)....

enhancement
good first issue

Currently, all the GML tests are in a single file, implemented as `#[test]` functions. This makes them annoying to read, and leads to large and repetitive diffs when the API...

**Edit:** This has been addressed; this issue now tracks testing to ensure this doesn't get broken. The VM stack contains three kinds of raw pointers, with relatively unclear rules around...

This corrects the generated .pc files, so these libs match the other libs already included there. Fixes #1164

I don't know that this is the level of detail that matters yet, but here goes. The single-line errors don't follow the narrative structure in the order that they're displayed:...

under-discussion

Because of how this detects GCed objects via weak references, it looks like there are a couple of possible ways that it could keep objects alive longer or even leak...