{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":102318994,"defaultBranch":"master","name":"oberonc","ownerLogin":"lboasso","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-09-04T04:34:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2789467?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1690345094.0","currentOid":""},"activityList":{"items":[{"before":"b12cbb65d6a060629399bc763379dba49d3e81b5","after":"c8832c82395d8592c55b739ca774e12768d05813","ref":"refs/heads/master","pushedAt":"2023-12-15T19:24:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"Create symbol files on a file by file basis (#32)","shortMessageHtmlLink":"Create symbol files on a file by file basis (#32)"}},{"before":"da4e22123dcc9bf4b008991b31ddc3aa67e00d16","after":"b12cbb65d6a060629399bc763379dba49d3e81b5","ref":"refs/heads/master","pushedAt":"2023-10-10T01:25:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"Fix forward declarations of pointer types: scanner out of sync","shortMessageHtmlLink":"Fix forward declarations of pointer types: scanner out of sync"}},{"before":"5e899c918cca2f36a4a5a74c4482492d02978c4f","after":"da4e22123dcc9bf4b008991b31ddc3aa67e00d16","ref":"refs/heads/master","pushedAt":"2023-09-22T02:10:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"Fix type bug in SYSTEM.VAL(BYTE, ...)\n\nBYTE and INTEGER are compatible, this is a no-op.\nThe resulting type must match the one of the expression to be converted,\nas the actual conversion happens elsewhere.","shortMessageHtmlLink":"Fix type bug in SYSTEM.VAL(BYTE, ...)"}},{"before":"ea0193aab518ea5ff622b79d8af5cc3974b3f36e","after":"5e899c918cca2f36a4a5a74c4482492d02978c4f","ref":"refs/heads/master","pushedAt":"2023-09-16T03:39:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"Nested procedure/type names must be unique in .class files\n\nNested procedures and types must have an unique bytecode name, as the\nnesting is flattened during code generation.\nnestedId is an unique integer that is appended to name in the bytecode.\nA valid nestedId is >= 1.","shortMessageHtmlLink":"Nested procedure/type names must be unique in .class files"}},{"before":"fc42155dbe46e0476b4d42754cfd24ba55f1718c","after":"ea0193aab518ea5ff622b79d8af5cc3974b3f36e","ref":"refs/heads/master","pushedAt":"2023-08-30T03:15:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"Fix formal parameter type checking bug\n\nWhen a case statement is discriminating a case variable among different\ntypes, each case label identifies the type which the case variable will\nhave for the statements that follow. When the case variable is a formal\nparameter of an enclosing procedure, the compiler was erroneously\nchanging the type of the procedure signature as well. See the added\ntest for more information.","shortMessageHtmlLink":"Fix formal parameter type checking bug"}},{"before":null,"after":"e4576962354602fd74e00bfad40aa782f0938c76","ref":"refs/heads/rel/1.6","pushedAt":"2023-07-26T04:18:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"oberonc v1.6\n\nRelease notes:\n- Adhere to the MIT license\n- Fix code generation bug for INC\n- Fix ClassFormat.incStack for D2I and F2D, delete unused constants\n- Ensure that In.String writes \\0 for empty inputs\n- Smaller bug fixes","shortMessageHtmlLink":"oberonc v1.6"}},{"before":"8d562c504141f5ae36f9a14040f952243bb5a2c9","after":"fc42155dbe46e0476b4d42754cfd24ba55f1718c","ref":"refs/heads/master","pushedAt":"2023-07-26T03:03:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"Adhere to the MIT license","shortMessageHtmlLink":"Adhere to the MIT license"}},{"before":"449406cc8c967aba22d37f2010b99d39219b6d1b","after":"8d562c504141f5ae36f9a14040f952243bb5a2c9","ref":"refs/heads/master","pushedAt":"2023-05-24T17:34:37.670Z","pushType":"push","commitsCount":1,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"Fix code generation bug for INC\n\nWrong code was generated when the second argument is a structured\nvariable or complex expression. See tests for examples.","shortMessageHtmlLink":"Fix code generation bug for INC"}},{"before":"69315f4ff5515e2de30d9d0b8ea12c1e3d7521ec","after":"449406cc8c967aba22d37f2010b99d39219b6d1b","ref":"refs/heads/master","pushedAt":"2023-05-11T15:23:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"Fix missing copyright header","shortMessageHtmlLink":"Fix missing copyright header"}},{"before":"98dd4a396d8101b51629d701fd4127f654f03e45","after":"69315f4ff5515e2de30d9d0b8ea12c1e3d7521ec","ref":"refs/heads/master","pushedAt":"2023-05-10T20:10:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"Fix null pointer exception\n\nTest:\n\nMODULE A;\n IMPORT Out;\nBEGIN Out String(\"BUG\")\nEND A.","shortMessageHtmlLink":"Fix null pointer exception"}},{"before":"f58cd0ba1a24949aadbe41988372493006a876a6","after":"98dd4a396d8101b51629d701fd4127f654f03e45","ref":"refs/heads/master","pushedAt":"2023-03-30T02:53:01.930Z","pushType":"push","commitsCount":1,"pusher":{"login":"lboasso","name":"Luca Boasso","path":"/lboasso","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2789467?s=80&v=4"},"commit":{"message":"Fix link to Mössenböck's paper","shortMessageHtmlLink":"Fix link to Mössenböck's paper"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0xNVQxOToyNDozMS4wMDAwMDBazwAAAAPLgoQf","startCursor":"Y3Vyc29yOnYyOpK7MjAyMy0xMi0xNVQxOToyNDozMS4wMDAwMDBazwAAAAPLgoQf","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wMy0zMFQwMjo1MzowMS45MzA1NzJazwAAAAMOR-uw"}},"title":"Activity · lboasso/oberonc"}