{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":37009059,"defaultBranch":"master","name":"L-BFGS-ocaml","ownerLogin":"Chris00","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-06-07T08:05:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1255665?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1696368151.0","currentOid":""},"activityList":{"items":[{"before":"b1980931c34c867c041c348f4317d4e6ebde3b9e","after":"71a1c15f69828ca4c676fcb83bba53fad5b3fb17","ref":"refs/heads/gh-pages","pushedAt":"2023-10-12T06:12:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Update lbfgs doc to 0.9.5.","shortMessageHtmlLink":"Update lbfgs doc to 0.9.5."}},{"before":"b496748edc2ac4a3773423481b618653d9823b9f","after":"6a5fa64b39d63647a34a6621036181ef8d822897","ref":"refs/heads/master","pushedAt":"2023-10-12T06:04:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Fix the OPAM file\n\nSee https://github.com/ocaml/opam-repository/pull/24571","shortMessageHtmlLink":"Fix the OPAM file"}},{"before":"452c91ddb84fdcb4abf048bf3cc013b4a7e5971e","after":"b496748edc2ac4a3773423481b618653d9823b9f","ref":"refs/heads/master","pushedAt":"2023-10-12T06:02:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Fix the OPAM files\n\nSee https://github.com/ocaml/opam-repository/pull/24571","shortMessageHtmlLink":"Fix the OPAM files"}},{"before":"18a4e8867b7588552112e5107512ebdbff35bd52","after":"b1980931c34c867c041c348f4317d4e6ebde3b9e","ref":"refs/heads/gh-pages","pushedAt":"2023-10-03T21:55:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Update lbfgs doc to 0.9.5.","shortMessageHtmlLink":"Update lbfgs doc to 0.9.5."}},{"before":"f2885e3848d959ff976229f495ea28c54dba7cc2","after":"452c91ddb84fdcb4abf048bf3cc013b4a7e5971e","ref":"refs/heads/master","pushedAt":"2023-10-03T21:52:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Add a lower bound on dune-configurator","shortMessageHtmlLink":"Add a lower bound on dune-configurator"}},{"before":"75ddf47b56eeea72172dfa8106812ef667364cd5","after":"f2885e3848d959ff976229f495ea28c54dba7cc2","ref":"refs/heads/master","pushedAt":"2023-10-03T21:49:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Use int32_t (int323 is no longer provided by config.h)","shortMessageHtmlLink":"Use int32_t (int323 is no longer provided by config.h)"}},{"before":"d01c361bc100042826a4b95affa2930a6cd3f5b3","after":"18a4e8867b7588552112e5107512ebdbff35bd52","ref":"refs/heads/gh-pages","pushedAt":"2023-10-03T21:33:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Update lbfgs doc to 0.9.5.","shortMessageHtmlLink":"Update lbfgs doc to 0.9.5."}},{"before":"ef0a1ba3e385975d8e6f782138ba61e5bdd9a317","after":"75ddf47b56eeea72172dfa8106812ef667364cd5","ref":"refs/heads/master","pushedAt":"2023-10-03T21:21:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Update changelog","shortMessageHtmlLink":"Update changelog"}},{"before":"545a58840c52d687d525d0cd0ae973014628f174","after":"ef0a1ba3e385975d8e6f782138ba61e5bdd9a317","ref":"refs/heads/master","pushedAt":"2023-10-03T21:12:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"lbfgs_stubs: fix string/bytes mismatch\n\n`task` and `csave` is already declared as `bytes` in `lbfgs.pp.ml`.\nUse the appropriate macro in the C stub to avoid this warning:\n```\n/var/home/edwin/.opam/5.0.0-f38/lib/ocaml/caml/mlvalues.h:307:24: warning: passing argument 13 of ‘setulb_’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]\n 307 | #define String_val(x) ((const char *) Bp_val(x))\n | ~^~~~~~~~~~~~~~~~~~~~~~~~~\nlbfgs_stubs.c:92:11: note: in expansion of macro ‘String_val’\n 92 | String_val(vtask), /* shared content with OCaml */\n | ^~~~~~~~~~\nlbfgs_stubs.c:66:27: note: expected ‘char *’ but argument is of type ‘const char *’\n 66 | char *task,\n | ~~~~~~^~~~\n/var/home/edwin/.opam/5.0.0-f38/lib/ocaml/caml/mlvalues.h:307:24: warning: passing argument 15 of ‘setulb_’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]\n 307 | #define String_val(x) ((const char *) Bp_val(x))\n | ~^~~~~~~~~~~~~~~~~~~~~~~~~\nlbfgs_stubs.c:93:28: note: in expansion of macro ‘String_val’\n 93 | PTR_INT(iprint), String_val(vcsave),\n | ^~~~~~~~~~\nlbfgs_stubs.c:68:27: note: expected ‘char *’ but argument is of type ‘const char *’\n 68 | char *csave,\n | ~~~~~~^~~~~\n\n```\n\nSigned-off-by: Edwin Török ","shortMessageHtmlLink":"lbfgs_stubs: fix string/bytes mismatch"}},{"before":"85520ee49b6d6fd348c29e56e143c87a4e281842","after":"545a58840c52d687d525d0cd0ae973014628f174","ref":"refs/heads/master","pushedAt":"2023-10-03T21:01:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Enable Github actions","shortMessageHtmlLink":"Enable Github actions"}},{"before":"0118c26198b80cdd44596dc947b68915fe7e92ee","after":"85520ee49b6d6fd348c29e56e143c87a4e281842","ref":"refs/heads/master","pushedAt":"2023-10-03T20:45:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Enable Github actions","shortMessageHtmlLink":"Enable Github actions"}},{"before":"cf042bc4e09bc9e39bd5df18df00649af3c356c5","after":"0118c26198b80cdd44596dc947b68915fe7e92ee","ref":"refs/heads/master","pushedAt":"2023-10-03T20:42:19.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"Enable Github actions","shortMessageHtmlLink":"Enable Github actions"}},{"before":"703e54aa246279d66f44659c247d21eecef0536e","after":"cf042bc4e09bc9e39bd5df18df00649af3c356c5","ref":"refs/heads/master","pushedAt":"2023-05-27T14:39:13.798Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Chris00","name":"Christophe Troestler","path":"/Chris00","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1255665?s=80&v=4"},"commit":{"message":"OCaml 5.0 compatibility: copy_double -> caml_copy_double\n\n'caml_copy_double' has been present since OCaml 3.08.\n'copy_double' was a deprecated alias, which got dropped in OCaml 5.0.\n\nFixes the following runtime error from the linker:\n```\nundefined reference to `copy_double'\n```\n\n'dune runtest' passes on OCaml 5.0 now.\n\nSigned-off-by: Edwin Török ","shortMessageHtmlLink":"OCaml 5.0 compatibility: copy_double -> caml_copy_double"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMC0xMlQwNjoxMjowNS4wMDAwMDBazwAAAAOVOJAm","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMC0xMlQwNjoxMjowNS4wMDAwMDBazwAAAAOVOJAm","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wNS0yN1QxNDozOToxMy43OTgzNTdazwAAAAM1dJdD"}},"title":"Activity · Chris00/L-BFGS-ocaml"}