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

Removed unicode_str & fun_stacktrace #171

Merged
merged 2 commits into from
Mar 13, 2024
Merged

Commits on Mar 7, 2024

  1. Removed fun_stacktrace

    * introduced in ad2d57d
    * CI/CD uses R23 and onwards
    * erlang:get_stacktrace/0 removed in R23.
    
    [1] https://www.erlang.org/doc/general_info/removed#functions-removed-in-otp-23
    Ariel Otilibili committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c0a0289 View commit details
    Browse the repository at this point in the history
  2. Removed unicode_str

    * introduced in f8f72b7
    * introduced for working around compile warning starting from R20
    * CI/CD uses R23 and onwards.
    Ariel Otilibili committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    f378d3e View commit details
    Browse the repository at this point in the history