Event clusterizer reduced LOG level
LOG level was changed to prevent excessive output at initialization
Merge request reports
Activity
am I allowed to rebase your branch on the server?
added 18 commits
Toggle commit listadded 8 commits
Toggle commit list- Resolved by Florian Uhlig
please don't ask me what the problem is but I have the feeling we stumbled over a bug.
If I execute
`~/clang-format-11.0.0/bin/clang-format -i reco/detectors/tof/CbmTofEventClusterizer.cxx``
the file is not changed. If I use our script to check/apply clang-format changes I get the changes which you also see in the CI pipeline. The script internally uses git-clang-format which we also use for the CI test. I don't understand what is wrong but to overcome the issue, even if the result is wrong, I would propose that you use our script to format the files.
export GIT_CLANG_FORMAT=<full path to you installation of git-clang-format> export CLANG_FORMAT=<full path to you installation of clang-format> scripts/check-apply-format-changes.sh check scripts/check-apply-format-changes.sh applyThe call of
scripts/check-apply-format-changes.sh checkonly show the changes which will be applied by the call of the scriptscripts/check-apply-format-changes.sh apply.After the code change please commit and push the change. This should pass the code format check of the pipeline.
mentioned in merge request !317 (closed)
added 8 commits
Toggle commit listDear @n.herrmann, @i.deppner, @f.uhlig, @p.-a.loizeau,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
changed milestone to %APR21