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

src: consolidate exit codes in the code base #44746

Merged
merged 6 commits into from Oct 6, 2022

Commits on Sep 28, 2022

  1. src: consolidate exit codes in the code base

    Add an ExitCode enum class and use it throughout the code base
    instead of hard-coding the exit codes everywhere. At the moment,
    the exit codes used in many places do not actually conform to
    what the documentation describes. With the new enums (which
    are also available to the JS land as constants in an internal
    binding) we could migrate to a more consistent usage of the
    codes, and eventually expose the constants to the user land
    when they are stable enough.
    joyeecheung committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    fa76b0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b439af8 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    00e91e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbb1e5a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

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

Commits on Oct 4, 2022

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