Stephen Milner

Results 117 comments of Stephen Milner

Some interesting generation utilities: - https://github.com/linuxdeepin/go-gir-generator - https://github.com/xlab/c-for-go It would seem to me that generation plus some and clean up to pretty up bindings would be easier to maintain. @cgwalters...

I'd advocate for separate logs. `logs/$command-name.(log|txt)` seem very reasonable to me. The standard python logger should be pretty easy to use for this. ```python import logging import os.path def create_logger(name,...

> Sure, though not all of the code is Python. Seems a lot simpler and more robust to have `cosa build-$x` execute as a subprocess with `|tee logs/build-$x.txt`. That would...

Is this something we want to continue pursuing?

For the heck of it I threw together https://github.com/ashcrow/maintainers which could be helpful here. "Python3 library for parsing MAINTAINERS files. It can parse the non toml formats listed at lgtm."

It looks like `repo_url` is tied to the `state` and isn't available at the higher level. I'm not familiar enough yet with the `github3` library but something like this might...

@Ticki If you installed from a source checkout (IE: git clone) can you also provide the hash? You can snag it with `git rev-parse HEAD`.