Stephen McQuistin

Results 8 issues of Stephen McQuistin

Is there a preferred security contact address for this project?

Is there a preferred security contact address for this project?

This isn't great code, but this is a first pass at performing name matching locally, rather than via the Datatracker API. I've kept "names" distinct from "identifiers" because they aren't...

No tests for DataTracker::submission_events()

No tests for DataTracker::document_events()

The type of `size` of `RepresentableType`s in `protocol.py` is currently `Optional[int]`. This should be `Optional[Expression]`. This change is not trivial: `Array` types can set their size by multiplying their `length`,...

```formatter_rust.py``` is now incompatible with the changes in ```protocol.py``` and ```___main__.py```, and needs to be refactored to be brought up-to-date.

glasgow-ipl/draft-mcquistin-augmented-ascii-diagrams describes a format for fields that a split across multiple, non-contiguous bits; add support for this in the code

enhancement