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

Support modules with encrypted debug info #1947

Closed

Commits on Aug 30, 2024

  1. Support modules with encrypted debug info

    Addresses elixir-lang#1928.
    
    - Add configuration options to support decrypting debug info
    - Update documentation with new options, examples, and advice
    - Update test helper so that debug info options are forwarded to the compiler
    - Add basic tests
    - Update changelog
    voughtdq committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8948c6a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Document how to use ExDoc with encrypted debug info

    Closes elixir-lang#1928.
    
    - Update documentation
    - Update test helper so that debug info options are forwarded to the compiler
    - Add basic tests
    - Update changelog
    - Use "CI" environment variable to skip test
    wojtekmach authored and voughtdq committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5599dd1 View commit details
    Browse the repository at this point in the history