Open Haerezis opened 9 years ago
Thanks, it looks nice, however the documentation does not always mention that the function will print only the n first elements of the list, moreover the fact that a negative value for n will print all the elements is never documented. Minor issues:
Ok I'll fix that later.
I've fixed the different problems you noticed. I've also merged this branch with the master of openscop in periscop so you can merge directly the pull request.
I've fixed the few errors mentioned earlier.
LGTM
Now all the normal "print" function call their counterpart print_n function with a n=-1.
make test
shows 100% success.