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

Skip record when Output#format returns nil #1469

Merged
merged 1 commit into from
Feb 16, 2017
Merged

Commits on Feb 16, 2017

  1. Skip record when Output#format returns nil

    Current Output API can't skip invalid record with custom format.
    Old API uses emit for such purpose but new API doesn't have it.
    Omitting invalid record in format is good for reducing formatting cost.
    repeatedly committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    56ae98b View commit details
    Browse the repository at this point in the history