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

Always adding :debug_info on erlc_options #9348

Merged
merged 6 commits into from
Sep 22, 2019

Commits on Sep 14, 2019

  1. Always adding :debug_info on erlc_options

    That way, if someone sets erlc_options to `[warnings_as_errors: true]`,
    `:debug_info` would still be on the options. To configure it to not
    save debug info, one should only add `debug_info: false` to erlc_options
    kelvinst committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    7ee67a8 View commit details
    Browse the repository at this point in the history
  2. Running formatter

    kelvinst committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    638fd3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bef9709 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. Configuration menu
    Copy the full SHA
    5be92dd View commit details
    Browse the repository at this point in the history
  2. Set default :erlc_options to [] as now :debug_info is added

    + better docs for `erlc_options`
    kelvinst committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    9c4eabb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Fixing tests and docs

    kelvinst committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9f11855 View commit details
    Browse the repository at this point in the history