Skip to content
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

C forder could take verbose argument #4533

Open
jangorecki opened this issue Jun 7, 2020 · 0 comments · May be fixed by #6179
Open

C forder could take verbose argument #4533

jangorecki opened this issue Jun 7, 2020 · 0 comments · May be fixed by #6179
Assignees

Comments

@jangorecki
Copy link
Member

That would be handly when we have a C function fun1 that uses datatable.verbose option, and this function calls forder internally. We are mostly interested in verbose output of fun1 rather than forder. Yet good control could be provided by calling something like forder(verbose = verbose-1L). That allows to print verbose messages from everything when bigger value is provided to verbose.
This feature is already implemented in #4491

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants