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

Suppress output from mail parser warnings #47484

Merged
merged 2 commits into from Feb 24, 2023

Commits on Feb 23, 2023

  1. Suppress output from mail parser warnings

    Previously, requiring any of the ragel generated parsers in mail would
    output tons of warnings in tests, making output much harder to read
    (especially in Railties).
    
    This commit extends the RaiseWarnings patch to suppress output from
    these mail parsers.
    
    The suppression can be removed once mikel/mail#1557 or mikel/mail#1551
    or any other PR fixes the issue
    skipkayhil committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e027101 View commit details
    Browse the repository at this point in the history
  2. Fix Action Mailbox, Action Text strict warnings

    These appear to have been missed when the change was made in
    d917896
    skipkayhil committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    ba028a4 View commit details
    Browse the repository at this point in the history