{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":176580307,"defaultBranch":"master","name":"brighterscript","ownerLogin":"rokucommunity","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-03-19T19:01:29.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/54119716?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1723212996.0","currentOid":""},"activityList":{"items":[{"before":"0b7f5537e869516f78a19edf3b61bda56a4591fd","after":"d2629979a79c356b2eb7c9cc88d21f17dfe520d2","ref":"refs/heads/release-1.0.0","pushedAt":"2024-08-09T14:16:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"1.0.0-alpha.36","shortMessageHtmlLink":"1.0.0-alpha.36"}},{"before":"ac9a6dde87f913b869b71b49589576267c143dee","after":null,"ref":"refs/heads/m_in_anonymous_func","pushedAt":"2024-08-06T18:07:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"markwpearce","name":"Mark Pearce","path":"/markwpearce","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810290?s=80&v=4"}},{"before":"825b2ceb29aedc9b2bf497a45631fc666018016c","after":"0b7f5537e869516f78a19edf3b61bda56a4591fd","ref":"refs/heads/release-1.0.0","pushedAt":"2024-08-06T18:07:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"markwpearce","name":"Mark Pearce","path":"/markwpearce","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810290?s=80&v=4"},"commit":{"message":"`m` should be typed as roAssociativeArray for all inline functions (#1272)\n\n* Makes all inline functions have m as AA in symbol table\r\n\r\n* Added hover test","shortMessageHtmlLink":"m should be typed as roAssociativeArray for all inline functions (#…"}},{"before":null,"after":"ac9a6dde87f913b869b71b49589576267c143dee","ref":"refs/heads/m_in_anonymous_func","pushedAt":"2024-08-06T17:56:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"markwpearce","name":"Mark Pearce","path":"/markwpearce","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810290?s=80&v=4"},"commit":{"message":"Added hover test","shortMessageHtmlLink":"Added hover test"}},{"before":"47ea9063f26ac780b552542a8dc5d83cbfec1a7a","after":"539656eabbfa42eec229197276421a84f97e98ae","ref":"refs/heads/lsp-refactor","pushedAt":"2024-08-06T16:41:02.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Merge branch 'master' into lsp-refactor","shortMessageHtmlLink":"Merge branch 'master' into lsp-refactor"}},{"before":"f84f714af31c9f48b130ef65b9860f2b51d55c9d","after":null,"ref":"refs/heads/dependabot/npm_and_yarn/requirejs-2.3.7","pushedAt":"2024-08-05T11:46:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"}},{"before":"ccce446ec3190c59db8390d840473f331d00919d","after":"0e968f1c33a55a8dcb1eec482b9227ef0a37b651","ref":"refs/heads/master","pushedAt":"2024-08-05T11:46:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Bump requirejs from 2.3.6 to 2.3.7 (#1269)\n\nBumps [requirejs](https://github.com/jrburke/r.js) from 2.3.6 to 2.3.7.\r\n- [Commits](https://github.com/jrburke/r.js/compare/2.3.6...2.3.7)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: requirejs\r\n dependency-type: indirect\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"Bump requirejs from 2.3.6 to 2.3.7 (#1269)"}},{"before":"8e7eb533e0c8dece37d4586e036dcbfe77a44485","after":null,"ref":"refs/heads/link-scopes-during-transpile","pushedAt":"2024-08-03T00:17:40.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"}},{"before":"1b2ddf4b9d5648b1a68c5838ab15895cec050137","after":"825b2ceb29aedc9b2bf497a45631fc666018016c","ref":"refs/heads/release-1.0.0","pushedAt":"2024-08-03T00:17:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Link scopes during transpile, fixes namespace transpiling (#1271)\n\n* Link scope before serializing each file\r\n\r\n* Link scope during `prepareFile` events too.\r\nAdd scope to events\r\n\r\n* Perf boost for getting sorted scope keys\r\n\r\n* Fastest so far\r\n\r\n* Simple scope linking because complex didn't help at all\r\n\r\n* Remove unnecessary test","shortMessageHtmlLink":"Link scopes during transpile, fixes namespace transpiling (#1271)"}},{"before":"b577d6f4f0e5fb7788e2e268ca7a572821f2b595","after":"8e7eb533e0c8dece37d4586e036dcbfe77a44485","ref":"refs/heads/link-scopes-during-transpile","pushedAt":"2024-08-02T20:21:30.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Remove unnecessary test","shortMessageHtmlLink":"Remove unnecessary test"}},{"before":null,"after":"b577d6f4f0e5fb7788e2e268ca7a572821f2b595","ref":"refs/heads/link-scopes-during-transpile","pushedAt":"2024-08-02T18:42:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Fastest so far","shortMessageHtmlLink":"Fastest so far"}},{"before":"f2ded48ffcc5e3ae42040016de0b4b828e8dda51","after":"1b2ddf4b9d5648b1a68c5838ab15895cec050137","ref":"refs/heads/release-1.0.0","pushedAt":"2024-07-31T11:29:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"1.0.0-alpha.35","shortMessageHtmlLink":"1.0.0-alpha.35"}},{"before":"0afdafc7fc390bae829826d2106c5d32cdf26c5e","after":"f2ded48ffcc5e3ae42040016de0b4b828e8dda51","ref":"refs/heads/release-1.0.0","pushedAt":"2024-07-31T11:05:54.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/rokucommunity/brighterscript into release-1.0.0","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/rokucommunity/brighterscript"}},{"before":"4b0283eeae43dd0d19805616955199db1d158609","after":null,"ref":"refs/heads/fix/wrong_extension_in_completions","pushedAt":"2024-07-31T10:32:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"}},{"before":"7a40b6493002c6005dd528452cb132a02041df34","after":"0afdafc7fc390bae829826d2106c5d32cdf26c5e","ref":"refs/heads/release-1.0.0","pushedAt":"2024-07-31T10:32:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Make absolute import completions use original extension (#1266)\n\nCo-authored-by: Bronley Plumb ","shortMessageHtmlLink":"Make absolute import completions use original extension (#1266)"}},{"before":null,"after":"f84f714af31c9f48b130ef65b9860f2b51d55c9d","ref":"refs/heads/dependabot/npm_and_yarn/requirejs-2.3.7","pushedAt":"2024-07-31T10:30:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump requirejs from 2.3.6 to 2.3.7\n\nBumps [requirejs](https://github.com/jrburke/r.js) from 2.3.6 to 2.3.7.\n- [Commits](https://github.com/jrburke/r.js/compare/2.3.6...2.3.7)\n\n---\nupdated-dependencies:\n- dependency-name: requirejs\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump requirejs from 2.3.6 to 2.3.7"}},{"before":"22b3b75292ca7a7e0fd12c6d9d73aa682eb07246","after":"ccce446ec3190c59db8390d840473f331d00919d","ref":"refs/heads/master","pushedAt":"2024-07-31T10:29:41.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"0.67.5","shortMessageHtmlLink":"0.67.5"}},{"before":"780766d93911b1d94d24e308aa01e2d4a2f1583c","after":"4b0283eeae43dd0d19805616955199db1d158609","ref":"refs/heads/fix/wrong_extension_in_completions","pushedAt":"2024-07-31T10:27:58.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Merge branch 'release-1.0.0' into fix/wrong_extension_in_completions","shortMessageHtmlLink":"Merge branch 'release-1.0.0' into fix/wrong_extension_in_completions"}},{"before":"82265bce8abace560a56c76fc53033d6a6ed8663","after":"47ea9063f26ac780b552542a8dc5d83cbfec1a7a","ref":"refs/heads/lsp-refactor","pushedAt":"2024-07-29T20:01:55.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/rokucommunity/brighterscript into lsp-refactor","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/rokucommunity/brighterscript"}},{"before":"7b43937adb15624137e984fe003bdf8ee312aeca","after":"82265bce8abace560a56c76fc53033d6a6ed8663","ref":"refs/heads/lsp-refactor","pushedAt":"2024-07-29T16:28:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Fix issues with logging.","shortMessageHtmlLink":"Fix issues with logging."}},{"before":"4c24a48e426d3098b2ec300d25f60943e0d99a67","after":"7b43937adb15624137e984fe003bdf8ee312aeca","ref":"refs/heads/lsp-refactor","pushedAt":"2024-07-29T16:20:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Remove too-verbose logging","shortMessageHtmlLink":"Remove too-verbose logging"}},{"before":"26ac81a6e137d0a7296a1122eecd83e047802256","after":null,"ref":"refs/heads/fix/preprocessor_and_class_inheritance","pushedAt":"2024-07-26T16:09:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"markwpearce","name":"Mark Pearce","path":"/markwpearce","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810290?s=80&v=4"}},{"before":"e06f2e222ddd5b77f30f6f6cbb6194a141e4e5ba","after":"7a40b6493002c6005dd528452cb132a02041df34","ref":"refs/heads/release-1.0.0","pushedAt":"2024-07-26T16:09:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"markwpearce","name":"Mark Pearce","path":"/markwpearce","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810290?s=80&v=4"},"commit":{"message":"Ensures conditional compiltion blocks have proper validation segments (#1267)","shortMessageHtmlLink":"Ensures conditional compiltion blocks have proper validation segments ("}},{"before":null,"after":"26ac81a6e137d0a7296a1122eecd83e047802256","ref":"refs/heads/fix/preprocessor_and_class_inheritance","pushedAt":"2024-07-26T15:14:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"markwpearce","name":"Mark Pearce","path":"/markwpearce","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810290?s=80&v=4"},"commit":{"message":"Ensures conditional compiltion blocks have proper validation segments","shortMessageHtmlLink":"Ensures conditional compiltion blocks have proper validation segments"}},{"before":null,"after":"780766d93911b1d94d24e308aa01e2d4a2f1583c","ref":"refs/heads/fix/wrong_extension_in_completions","pushedAt":"2024-07-26T13:30:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"markwpearce","name":"Mark Pearce","path":"/markwpearce","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810290?s=80&v=4"},"commit":{"message":"Make absolute import completions use original extension","shortMessageHtmlLink":"Make absolute import completions use original extension"}},{"before":"26c7a2c17cd47f4b457297ef723e92d581d93c87","after":null,"ref":"refs/heads/fix-templatestrings-in-annotations","pushedAt":"2024-07-25T20:04:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"}},{"before":"6dbd7f621a45fe12162a725da2c65466b0426d5a","after":"22b3b75292ca7a7e0fd12c6d9d73aa682eb07246","ref":"refs/heads/master","pushedAt":"2024-07-25T20:04:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Add templatestring support for annotation.getArguments() (#1264)\n\n* Add templatestring support for annotation.getArguments()\r\n\r\n* Fix test","shortMessageHtmlLink":"Add templatestring support for annotation.getArguments() (#1264)"}},{"before":"290ba9e117a1a34aeff3433091617a7c2682aa93","after":"26c7a2c17cd47f4b457297ef723e92d581d93c87","ref":"refs/heads/fix-templatestrings-in-annotations","pushedAt":"2024-07-25T19:50:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Fix test","shortMessageHtmlLink":"Fix test"}},{"before":null,"after":"290ba9e117a1a34aeff3433091617a7c2682aa93","ref":"refs/heads/fix-templatestrings-in-annotations","pushedAt":"2024-07-25T19:49:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"TwitchBronBron","name":"Bronley Plumb","path":"/TwitchBronBron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2544493?s=80&v=4"},"commit":{"message":"Add templatestring support for annotation.getArguments()","shortMessageHtmlLink":"Add templatestring support for annotation.getArguments()"}},{"before":"1d15e6f96b586abc911beaac595e6ef13591d58e","after":null,"ref":"refs/heads/remove_file_prop_from_bsdiagnostic","pushedAt":"2024-07-25T18:59:54.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"markwpearce","name":"Mark Pearce","path":"/markwpearce","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/810290?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEllfhvwA","startCursor":null,"endCursor":null}},"title":"Activity · rokucommunity/brighterscript"}