Josh Bendavid
Josh Bendavid
I would like to suggest to add an addition variant containing the subset of "stock" which directly replaces/implies the removal of some default/aosp component. Motivation for this is for those...
Jitting code with long/deeply nested lists of template arguments is extremely slow. Consider the code below, which compiles in about 0.3s in either clang or gcc. In cling this takes...
## Description Add RPC-controllable test pattern generator. Some of the gui interface has been extended in order to allow passing floating point values for colour through to lower layers,ultimately to...
Add support for input commands (cursor actions and button presses), as well subscribed state updates to allow updating the state of the device without polling. The implementation for the input...
Pickling a large boost histogram results in a second copy being created in memory. Via the use of the PickleBuffer mechanism it should be possible to avoid this. e.g. ```python...
Observed in mg26x branch with systematics weights step, but possibly affecting other additional steps as well (madspin, model reweighting, etc). This could lead to silent failures of part of the...
Two substantive changes: 1) Explicitly catch errors in pyroot when the wrapper function fails to compile (this is actually an expanded version of a partial fix which is already upstream...
### Check duplicate issues. - [ ] Checked for duplicates ### Description Following up on an issue which was buried in https://github.com/root-project/root/pull/12449#issuecomment-1464946488 In current nightlies this test case behaves slightly...
### Check duplicate issues. - [ ] Checked for duplicates ### Description When jitting code with errors in some cases, the failure leads to a segfault in cling. I didn't...
Some boost histogram utility functions have trouble being called from PyROOT. I've traced this back to what looks like a name normalization problem. Unfortunately I did not manage to put...