Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pixee/codemodder-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: pixee/codemodder-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/v0.72
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 16, 2024

  1. ✨ Inspect GitHub Actions Workflow Files By Default

    In preparation to add new codemods that affect GitHub Actions workflow
    files, we should include such files in the default path includes. This
    is a stop-gap measure until we have a more general way for new codemods
    to influence the files that codemodder wants to inspect by default.
    
    /towards ISS-834
    gilday committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    c42a042 View commit details
    Browse the repository at this point in the history
  2. ✅ RawFileChangerTest Allows Tests to Specify "No Changes" Case

    The `LLMVerifyingCodemodTestMixin` and `CodemodTestMixin` types allow
    the test author to specify cases where the codemod should not act on a
    file. This change adds the same capability to the `RawFileChangerTest`
    fixture.
    
    Also, this enhances the test fixture to detect the case where the user
    has improperly set-up their test.
    
    /towards ISS-834
    gilday committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2b1775a View commit details
    Browse the repository at this point in the history
Loading