Aaron Adams
Aaron Adams
I've just run into this as well. The first attempt to attach to the build container hangs indefinitely (and leaves what seems to be an unkillable cntr process). Subsequent attempts...
#2120 broke this PR, because it added a new development dependency `sortedcontainers-stubs`. But I will update it shortly. Tested with ```bash sortedcontainers-stubs = super.sortedcontainers-stubs.overridePythonAttrs (old: { buildInputs = (old.buildInputs or...
happy to squash these commits before this goes in if needed, but keeping them for now because of the review discussion
should be rebased now
> I think the failing qemu test is unrelated, isn't it? > > @patryk4815 anything else to be done here or do u think we can merge it? Ya, I...
Noticed a bug where ZIGPATH was set to the wrong version, so just fixed that.
> @fidgetingbits needs fixing a conflict in gitignore :( Should be fixed. Still need @patryk4815 to verify what I responded about his review questions are okay. Also it seems linting...
> This looks promising 👌 Before I clone this PR, it looks like the tests are failing due to: > > ``` > mheapinfo_output = gdb.execute("mheapinfo", to_string=True) > E gdb.error:...
I updated the license and added type annotations as I realized I missed those and there was a recent PR adding them everywhere else.
This should finally not rely on any external PRs and also has been ported to work with new aglib changes. The tests I added pass, but given how much broke...