{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by Geolykt"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 31,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b9bdb749bdaf91ebf351f60a901f8f8419b550d5",
            "branch" : [
              {
                "SHA1" : "b9bdb749bdaf91ebf351f60a901f8f8419b550d5",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b9bdb749bdaf91ebf351f60a901f8f8419b550d5",
            "branch" : [
              {
                "SHA1" : "b9bdb749bdaf91ebf351f60a901f8f8419b550d5",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b9bdb749bdaf91ebf351f60a901f8f8419b550d5",
        "branch" : [
          {
            "SHA1" : "b9bdb749bdaf91ebf351f60a901f8f8419b550d5",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/stianloader/Micromixin.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#31",
  "duration" : 31246,
  "estimatedDuration" : 34145,
  "executor" : None,
  "fullDisplayName" : "micromixin #31",
  "id" : "31",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 31,
  "queueId" : 126,
  "result" : "SUCCESS",
  "timestamp" : 1714316701979,
  "url" : "https://stianloader.org/jenkins/job/micromixin/31/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "micromixin-annotations/src/main/java/org/spongepowered/asm/mixin/injection/ModifyConstant.java",
          "micromixin-test-j8/src/main/java/org/stianloader/micromixin/test/j8/targets/ArgumentCaptureTest.java",
          "micromixin-test-j8/src/main/java/org/stianloader/micromixin/test/j8/mixin/ArgumentCaptureMixins.java",
          "micromixin-transformer/src/main/java/org/stianloader/micromixin/transform/internal/annotation/mixinsextras/MixinExtrasModifyReturnValueAnnotation.java",
          "micromixin-transformer/src/main/java/org/stianloader/micromixin/transform/internal/annotation/MixinModifyConstantAnnotation.java",
          "micromixin-annotations/src/main/java/com/llamalad7/mixinextras/injector/ModifyReturnValue.java",
          "micromixin-transformer/src/main/java/org/stianloader/micromixin/transform/internal/util/locals/ArgumentCaptureContext.java",
          "micromixin-test-j8/src/main/java/org/stianloader/micromixin/test/j8/TestHarness.java"
        ],
        "commitId" : "b9bdb749bdaf91ebf351f60a901f8f8419b550d5",
        "timestamp" : 1714316369000,
        "author" : {
          "absoluteUrl" : "https://stianloader.org/jenkins/user/geolykt",
          "fullName" : "Geolykt"
        },
        "authorEmail" : "admin@geolykt.de",
        "comment" : "Implement argument capture in `@ModifyConstant` and `@ModifyReturnValue`\u000a\u000aI'm not sure why I thought that wasn't possible while first implementing the annotations.\u000aRegardless, this code somehow seems to work first-try, which is why tests don't crash anymore!\u000aHowever on the flip side of things it seems like the allow tests are a bit flawed - so I might\u000ahave incorrectly implemented that annotation element.\u000a\u000aThere are also two other tests that fail, but I assume that those are long-standing problems\u000aI never bothered to fix. Might be a low-hanging fruit for a potential contributor. Although\u000aI don't think those actually exist (I know you don't exist, dear reader. Don't pretend\u000aanything else). Uh where was I? Ah yes, the failures - I recall there having been one or two\u000afailures for quite a while now, so I assume that this commit doesn't produce any regressions.\u000aAnd on the front of the allow tests: Well I don't think it really matters whether anything\u000aregressed as the tests wouldn't even run before this commit.\u000a",
        "date" : "2024-04-28 16:59:29 +0200",
        "id" : "b9bdb749bdaf91ebf351f60a901f8f8419b550d5",
        "msg" : "Implement argument capture in `@ModifyConstant` and `@ModifyReturnValue`",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "micromixin-transformer/src/main/java/org/stianloader/micromixin/transform/internal/annotation/MixinModifyConstantAnnotation.java"
          },
          {
            "editType" : "edit",
            "file" : "micromixin-test-j8/src/main/java/org/stianloader/micromixin/test/j8/TestHarness.java"
          },
          {
            "editType" : "edit",
            "file" : "micromixin-annotations/src/main/java/org/spongepowered/asm/mixin/injection/ModifyConstant.java"
          },
          {
            "editType" : "edit",
            "file" : "micromixin-test-j8/src/main/java/org/stianloader/micromixin/test/j8/mixin/ArgumentCaptureMixins.java"
          },
          {
            "editType" : "add",
            "file" : "micromixin-transformer/src/main/java/org/stianloader/micromixin/transform/internal/util/locals/ArgumentCaptureContext.java"
          },
          {
            "editType" : "edit",
            "file" : "micromixin-transformer/src/main/java/org/stianloader/micromixin/transform/internal/annotation/mixinsextras/MixinExtrasModifyReturnValueAnnotation.java"
          },
          {
            "editType" : "edit",
            "file" : "micromixin-annotations/src/main/java/com/llamalad7/mixinextras/injector/ModifyReturnValue.java"
          },
          {
            "editType" : "edit",
            "file" : "micromixin-test-j8/src/main/java/org/stianloader/micromixin/test/j8/targets/ArgumentCaptureTest.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://stianloader.org/jenkins/user/geolykt",
      "fullName" : "Geolykt"
    }
  ]
}