Matt Clarkson

Results 25 issues of Matt Clarkson

GitHub allows downloading a archive of the source code for a commit or tag. This means that an archive for a tag for this project can be downloaded at: https://github.com/ARM-software/libGPUInfo/archive/refs/tags/1.1.0.tar.gz...

Removes the need for system binaries to make the Python interpreter library directories/files read-only. Fixes #2016

Adding a `sha256sum` (or similar) file to the directories on `cosmo.zip` would allow a way to scrape the binaries available and also provide the checksum for each binary. For example,...

```python one = struct(a = 1) two = struct(b = 2) overwrite = struct(a = 3) merged = structs.merge(one, two , overwrite) # struct(a = 3, b = 2) ```

Currently, the bootstrap script only accepts absolute symlinks. Implements a patch to resolve relative symlinks. Adds an extra, take it if you want it, patch that adds an explicit error...