-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adopt polymorphic memory resources from AliceO2 #54
Comments
basic integration done: https://github.com/mkrzewic/FairMQ/tree/pmr |
thx, just the clang format seems broken, if I apply it on my machine, it converts everything back. Which version of clang-format do you use? Are you sure, you use the config from the FairMQ repo? |
@dennisklein was not there yet :) my version of clang format seems outdated compared to what your config requires, i'll update and see what happens. |
also: the unit tests are ported and working. Now would be the time to take a step back and think about how to do this better, since up till now I was just porting the O2 |
@dennisklein what version of clang format is needed? the best I can do on centos7 is 5.0 (via llvm-toolset-7), and that seems not to work:
|
Then I would say do not apply clang-format and we will do it once it is merged. It is anyways not a strict requirement yet. Most important is, that the code is readable and somewhat consistently formatted, which I have no doubts you will deliver anyways.
Thanks!
Possibly, I will also have a look the next days and give you some feedback latest on Monday. |
Ah, could you please open a |
ok, i'll apply whatever my clang-format can digest and squash everything together for a WIP PR |
@mkrzewic @ktf Action item from today's Framework & Friends meeting.
The text was updated successfully, but these errors were encountered: