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

Fix #197 #198

Closed
wants to merge 4 commits into from
Closed

Fix #197 #198

wants to merge 4 commits into from

Commits on Sep 8, 2017

  1. Configuration menu
    Copy the full SHA
    82db9e5 View commit details
    Browse the repository at this point in the history
  2. Enable optimization when compiling testsuite

    Otherwise we may miss bugs revealed by rewrite rules.
    bgamari committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    2441333 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10bc8cb View commit details
    Browse the repository at this point in the history
  4. Fix size hint of filter result

    The length of the input represents the upper bound of filter's result size. This
    was not reflected in its implementation.
    bgamari committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    cc97069 View commit details
    Browse the repository at this point in the history