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

Fix log, capitalize constant, simplify lambda, and add a launch config #181

Merged
merged 9 commits into from
Apr 16, 2024

Commits on Apr 9, 2024

  1. Fix logs.

    Module names don't include a file extension.
    khatchad committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f6b18eb View commit details
    Browse the repository at this point in the history
  2. Use the filename if it's a source file module.

    We have the full file path, why not use it? I see in 3cf9b35 that this was changed for `FileModule`s, but I cannot understand why.
    khatchad committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    aa8b743 View commit details
    Browse the repository at this point in the history
  3. Revert "Use the filename if it's a source file module."

    This reverts commit f3decd6. It's not
    working.
    khatchad committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    89ccd1c View commit details
    Browse the repository at this point in the history
  4. Add launch configuration.

    To debug Maven builds remotely.
    khatchad committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c97564a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a09408a View commit details
    Browse the repository at this point in the history
  6. Revert "Extract local variable refactoring."

    This reverts commit e042ce0.
    khatchad committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d6ed545 View commit details
    Browse the repository at this point in the history
  7. Capitalize constant.

    khatchad committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c622ea7 View commit details
    Browse the repository at this point in the history
  8. Simplify lambda.

    khatchad committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b949736 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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