Pat Pannuto

Results 100 comments of Pat Pannuto

@posborne Is there any timeline or blockers we can help with for pushing a new version to PyPI? The Tock project is considering forking and pushing our own version to...

Umm, I think that would be fine. It's largely orthogonal to our concerns I think. We're mostly interested in having a released version that includes this change: https://github.com/posborne/cmsis-svd/pull/56 A release...

We already have #981 to track BLE work. I don't think that ESB is going to be on the core team's roadmap any time soon, so I think it makes...

I think for the purposes of the "heavyweight" things, yes. This is more about ensuring a principle that any developer can replicate any CI failure locally; Docker is admittedly non-zero...

Thanks for the nudge! Just opened #3151 — I'll push to crates.io once that's merged

And we're live! https://crates.io/crates/tock-registers

:( I don't think this actually has anything to do with the CI infrastructure (which is running the same commands it was before); rather I think it's an artifact of...

Okay, I've looked into this a little bit more. This has been a problem for a while, but this warning was merged into llvm on Aug 2019 (https://reviews.llvm.org/D62462), which is...

Hmm..., this seems to be a shortcoming of llvm-objdump. [gnu objdump](https://linux.die.net/man/1/objdump) includes a `--prefix` option to fixup source paths, [llvm-objdump has no equivalent option](https://llvm.org/docs/CommandGuide/llvm-objdump.html). [Several of the other tools in...

Updates: bad news: llvm-objdump doesn't currently support what we need good news: reply indicated that they should and asked me to file an enhancement bug upstream bug: https://bugs.llvm.org/show_bug.cgi?id=46368 I'm cautiously...