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: Fix 3 parser test cases in parsing #2284

Merged

Commits on Aug 11, 2023

  1. fix: Fix 3 parser test cases in parsing

    * parse_all_failing test function is now satisfied by errors only
      ( previous version treated warning as errors )
    * Fix 3 parser test cases from failing to passing
    * Fix type in is_warning
    ymadzhunkov committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    00f623a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Fix experimental feature warning when traits are used

    * Fix spelling
    * Fix one specific test case
    * Use parse_with instead of parse_recover in parse_all_failing
    * Refactor code to be more rusty
    ymadzhunkov committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    05cd69c View commit details
    Browse the repository at this point in the history
  2. Improve code quality

    ymadzhunkov committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9c44d7b View commit details
    Browse the repository at this point in the history
  3. Fix build on ubuntu

    ymadzhunkov committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    9d84747 View commit details
    Browse the repository at this point in the history