{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by gasche"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/trunk" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 91,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b3434751e23a320297f8b76b7a534ea8dbd6c926",
            "branch" : [
              {
                "SHA1" : "b3434751e23a320297f8b76b7a534ea8dbd6c926",
                "name" : "origin/trunk"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b3434751e23a320297f8b76b7a534ea8dbd6c926",
            "branch" : [
              {
                "SHA1" : "b3434751e23a320297f8b76b7a534ea8dbd6c926",
                "name" : "origin/trunk"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b3434751e23a320297f8b76b7a534ea8dbd6c926",
        "branch" : [
          {
            "SHA1" : "b3434751e23a320297f8b76b7a534ea8dbd6c926",
            "name" : "origin/trunk"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/ocaml/ocaml"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#91",
  "duration" : 2376242,
  "estimatedDuration" : 2534434,
  "executor" : None,
  "fullDisplayName" : "Risc-V-legacy #91",
  "id" : "91",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 91,
  "queueId" : 47286,
  "result" : "SUCCESS",
  "timestamp" : 1589440876596,
  "url" : "https://ci.inria.fr/ocaml/view/all/job/Risc-V-legacy/91/",
  "builtOn" : "olive",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changes",
          "lambda/matching.ml"
        ],
        "commitId" : "065139617ff654a26b02af021a22f694013b843f",
        "timestamp" : 1589383088000,
        "author" : {
          "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
          "fullName" : "gabriel.scherer"
        },
        "authorEmail" : "gabriel.scherer@gmail.com",
        "comment" : "matching: factorize the make_*_matching functions\u000a\u000aBefore, each head construction had a `make_<foo>_matching` construct that\u000awas responsible for three things:\u000a- consuming the argument from the argument list\u000a  (the \"argument\" is a piece of lambda code to access\u000a   the value of the current scrutinee)\u000a- building arguments for the subpatterns of the scrutinee\u000a  and pushing them to the argument list\u000a- building a `cell` structure out of this, representing a head group\u000a  during compilation\u000a\u000aOnly the second point is really specific to each construction.\u000a\u000aThis refactoring turns this second point into a construct-specific\u000a`get_expr_args_<foo>` function (similarly to `get_pat_args_<foo>`),\u000aand moves the first and third point to a generic `make_matching`\u000afunction.\u000a\u000aNote: this commit contains a minor improvement to the location used to\u000aforce (lazy ..) arguments.\u000a",
        "date" : "2020-05-13 17:18:08 +0200",
        "id" : "065139617ff654a26b02af021a22f694013b843f",
        "msg" : "matching: factorize the make_*_matching functions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changes"
          },
          {
            "editType" : "edit",
            "file" : "lambda/matching.ml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.inria.fr/ocaml/user/gabriel.scherer",
      "fullName" : "gabriel.scherer"
    }
  ]
}