Conversation
|
Starting build on |
|
Build failed on mac11.0/cxx17. Failing tests: |
|
@ikabadzhov please squash the two commits into one and do a force-push of this branch, it will re-trigger the build and we can merge when it's done. |
eguiraud
left a comment
There was a problem hiding this comment.
Only minor things, congrats on fixing an issue and simplifying the code at the same time
…ents from collections AddCollectionToRow() modified so that the first 10 elements of long collections are to be printed, then followed by "...". Previously, only the first and last elements of collections of size >=3 were printed. Print() logic is now simplified, since after "..." there is no guarantee that there is going to be a next element. Additional paramter to the constructor of the the RDisplay() was added, that is the nMaxCollectionElements. It determines, number of elements to be shown from long collction. Default is 10. Corresponding tests were adapted and additional ones were added to check the new functionality. Regarding root-project#6981 - to display the whole collection, please use AsString().
348524f to
f1c4392
Compare
|
Starting build on |
Co-authored-by: Enrico Guiraud <[email protected]>
|
Starting build on |
|
Build failed on mac11.0/cxx17. Failing tests: |
|
Build failed on windows10/cxx14. Failing tests: |
This Pull request: [Fix #6981] RDisplay::Print to list custom number of elements from collections
Changes or fixes:
Checklist:
This PR fixes #6981