Chris Laplante

Results 8 issues of Chris Laplante

In my application, there are certain errors that are mundane enough that I don't really need a backtrace. But I still want to be able to propagate the error using...

I have a use-case where I need to evaluate some code and set args. It would be possible by exposing [`PyEval_EvalCodeEx`](https://docs.python.org/3/c-api/veryhigh.html#c.PyEval_EvalCodeEx) e.g. as a `Python::run_ex` method. Or perhaps call it...

## Summary I noticed that when using `py_compile!`, Cargo doesn't recompile my application when the referenced Python file changes. I think that `py_compile!` should emit a call to `include_bytes!` so...

C-bug

Thanks to https://github.com/go-git/go-git/issues/530, act will spam the console/log with a billion warnings like this: WARN[0000] unable to get git repo: branch config: invalid merge when a GitHub PR branch is...

size/S
conflict

Please re-test the example found here: https://github.com/Xilinx/embeddedsw/blob/master/ThirdParty/bsp/freertos10_xilinx/examples/freertos_intr_example.c. It doesn't work, and I'm not the first to notice: https://forum.digilent.com/topic/24684-zynq-ultrascale-example-with-freertos-using-interrupts-on-a-uart-or-other-interrupt-source/ All my TTCs are enabled in Vivado. The baremetal example (https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/ttcps/examples/xttcps_intr_example.c) _does_...

- The 'if' statement surrounding the 'case' doesn't make any sense. The compiler allows it for some reason, but the cases are always compiled in - no runtime checking of...

i.e. the protocols from https://github.com/COVESA/wayland-ivi-extension/tree/master/protocol. If so, I'm happy to submit a PR if you let me know which crate to put them in. Otherwise, I'll probably create a separate...