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

Update main.rs #167

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Update main.rs #167

wants to merge 3 commits into from

Commits on Jan 6, 2024

  1. Update main.rs

    Changes made:
    
    Reintroduced Build Configuration Handling: Added separate functions handle_error_with_report for handling errors with and without detailed error reporting, depending on the build configuration.
    Streamlined Error Handling: Maintained a unified approach to error handling while respecting the differences between debug and release builds.
    Enhanced Readability: Improved the structure and readability of the code, making it easier to understand and maintain.
    mettete authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    3af2784 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Update main.rs

    mettete authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    ed321d0 View commit details
    Browse the repository at this point in the history
  2. Update main.rs

    mettete authored Jan 14, 2024
    Configuration menu
    Copy the full SHA
    74b6ec3 View commit details
    Browse the repository at this point in the history