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 crashes on ExDoc #79

Merged
merged 4 commits into from
May 27, 2022
Merged

Fix crashes on ExDoc #79

merged 4 commits into from
May 27, 2022

Commits on May 25, 2022

  1. Make sure pp_type_fun returns a proper list

    Returning an improper list, as IO.ANSI.format() does,
    leads to gradualizer_fmt crashing on the ++ operator.
    
    See #78 for the original report.
    erszcz committed May 25, 2022
    Configuration menu
    Copy the full SHA
    a7bdd95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd5618d View commit details
    Browse the repository at this point in the history
  3. Rebuild nested guard locations

    erszcz committed May 25, 2022
    Configuration menu
    Copy the full SHA
    2fb4b42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6c6568 View commit details
    Browse the repository at this point in the history