Philippe Gras
Philippe Gras
For a LazyBranch br, Base.copy(br) was returning a vector instead of a LazyBranch and leading to uncessary read. This PR fix the issue.
Code generated with WraptIt! is not compatible with CxxWrap 0.15.0 due to the new support of default value and name for function argument, that changes how constructor must be declared:...
`test/TestInheritance` fails with with LLVM version 17. It works with version 13.
Hello Bart, In the code generated by [Wrapit](https://github.com/grasph/wrapit) and for non-parametric types, we proceed first with the wrap declaration (`add_type()`) of all types and proceed in the second step to...
I've found two issues with the genproductions/bin/MadGraph5_aMCatNLO/Utilities/parsing_code/parsing.py MG5_aMC datacard checker: 1. It asks to add the define p and define j lines in cases where the recommendations listed in https://twiki.cern.ch/twiki/bin/view/CMS/Moriond18MC#Checks_to_the_datacards_BEFORE_T...
This issue is a placeholder to trigger registration of new release in the General Julia registry
The C++ function `f(MyEnum)`, where `MyEnum` is an `enum`, is mapped to the Julia method `f(::Integer)` in the following example, while I would expect to be mapped to `f(::MyEnum)`, **C++...
Hello Bart, I get a compilation error if I try to call `apply_stl` for a `tuple`. Code to reproduce the issue and the resulting error follow. Any idea, how this...
### Explain what you would like to see improved and how. The field [`fIOFeatures`](https://github.com/root-project/root/blob/1df6d55224023993c59adf911135f13e6bd99074/core/meta/inc/TFileMergeInfo.h#L54) of `TFileMergeInfo` is public while its type is defined as a private alias. In my opinion...