Old Dip Tracker

Results 483 comments of Old Dip Tracker

> Do you think we should create a subdirectory (I was thinking of tests/entrypoint), and eventually break all tests from test_dockerfile.py in multiple files ? I would recommend to create...

> To integrate with GA, I was thinking about using a Dockerfile for tests, or to use __init__.py with installation instruction of dependencies, I'm exploring different designs. Ideally, the unit...

> The issue I see to do it outside a container is that entrypoint need for now the man pages to retrieve executables options Good point, that is a dependency...

> you would like to generate a fake help menu to parse with a limited list of option let's look inside `def executable_options`, currently that does 3 things: 1. read...

> try to enable only hooks partially when tests are launched inside containers, to be closer to the real behavior. Recommend against that, it will make tests non-deterministic. I can...

Not inside unit tests, I coded us an integration test framework for that.

> Pylint does have some trouble to work with pytest, it raises some false positive. Ideally, our pylint check should not lint pytest, but limit scope only our code. I'm...

@edtubbs thanks for this! I'm going to test this on multiple platforms. I saw that the runtime selectors are executed regardless of experimental features - I think this could be...

> When I inserted this inside the header selectors of `sha1.cpp` and `sha256.cpp` both before line 26, it compiled for me on an M1 with Apple clang [..] NOTE: if...

Tested on Graviton2 and Graviton3 boxes. Compiled everything on a Graviton3 with sha512 extensions and then copied that binary to a Graviton2 that doesn't have these, to make sure that...