Thomas Heijligen

Results 7 comments of Thomas Heijligen

Yes, the error messages have to improve and tell the users how to continue and fix the error. Currently the old error message at dlmgr:48 is still there. We could...

I'll shortly pause on this PR. I came across `cling`, the c++ interpreter that comes with root. Maybe, as cursed as it sound, interpreting the C++ rootext plugins a better...

So, this is revision 1, I've reduced the scope for now and, beside some fixes, only updated the setuptools based build system to use `pyproject.toml`. For versioneer I've found with...

I've looked into using root/cling to load c++ source code instead of compiled libraries. For `Calibration` this seems to be simple, `Fit` is a bit longer, but the same story,...

Blocking: The `Dockerfile` and conda recipie may be broken. Will check it

I've updated the `Dockerfile`. The Image is now working again. Conda is broken on master and this PR doesn't change anything on it. For the future I would focus on...

I've removed the references in the commit which removed `versioneer.py`. Thanks for your time reviewing this