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

Cleanup EnumUtils #5744

Merged
merged 6 commits into from
Jan 1, 2024

Commits on Jun 19, 2023

  1. Cleanup and remove excessive validation

    This commit removes some validation performed by the class. Notably, validation will only be performed when the language updates, meaning this class no longer supports runtime Enum changes.
    APickledWalrus committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    c23e7e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    d65e8da View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Use existing variable for obtaining array length

    Co-authored-by: Fusezion <fusezionstream@gmail.com>
    APickledWalrus and Fusezion committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e1bfe1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    312fb51 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    3212764 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    fbb6137 View commit details
    Browse the repository at this point in the history