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

Some small fixes #274

Merged
merged 5 commits into from
Aug 15, 2019
Merged

Some small fixes #274

merged 5 commits into from
Aug 15, 2019

Commits on Aug 13, 2019

  1. Ignore KB on -A, fixes #237, printUsage to stderr

    Printing the usage to stderr makes it visible even when the user tried
    piping.
    niklas88 committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    072bdf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25aa82d View commit details
    Browse the repository at this point in the history
  3. Fix str() not triggering unimplemented exception

    Also add the _lhstAsString attribute to Filter::asString() to ensure
    that it changes the cache key. Without the latter change a use of str()
    would leave an aborted marker in the cache that would be found for the
    query without str().
    niklas88 committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    c47c385 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e274679 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d105962 View commit details
    Browse the repository at this point in the history