{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":173965850,"defaultBranch":"master","name":"dotty","ownerLogin":"tgodzik","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2019-03-05T14:51:46.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/3807253?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1723563362.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"efcb227251372651a0fcb89e512f48457a9b9ea9","ref":"refs/heads/add-backticks","pushedAt":"2024-08-13T15:36:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"bugfix: Print backticks when indentifier should not be printed as is","shortMessageHtmlLink":"bugfix: Print backticks when indentifier should not be printed as is"}},{"before":"790bee903c3ac2ffc2e7254535e03cfc08f3e023","after":null,"ref":"refs/heads/fix-ci","pushedAt":"2024-06-25T08:20:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"}},{"before":null,"after":"790bee903c3ac2ffc2e7254535e03cfc08f3e023","ref":"refs/heads/fix-ci","pushedAt":"2024-06-24T17:54:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"bugfix: Exclude newer LSP4j, which is built on JDK 11\n\nIt seems the CI started failing because of out bump, but that was not picked up aside from windows tests weirdly.\n\nMetals recently updated to newest LSP4j, though I think nothing new was added and no changes were done to the presentation compiler so we should be ok to downgrade locally: https://github.com/scalameta/metals/pull/6126/files\n\nThe update was mostly done so that we done fall behind in the LSP standard, but this might become a problem in the future here. Do we ever plan do drop supporting JDK 8?","shortMessageHtmlLink":"bugfix: Exclude newer LSP4j, which is built on JDK 11"}},{"before":"695d2a917ab848504962ad28461abed97350a54c","after":null,"ref":"refs/heads/bump-to-stable","pushedAt":"2024-05-21T15:36:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"}},{"before":"8a01d65c6b8312c4efdf6d2af9f337dc4d740f7a","after":"695d2a917ab848504962ad28461abed97350a54c","ref":"refs/heads/bump-to-stable","pushedAt":"2024-05-21T13:06:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"chore: Bump mtags to latest stable\n\nWe should avoid using non stable versions since this can cause issues like https://github.com/scalameta/metals/issues/6402\n\nCloses https://github.com/scalameta/metals/issues/6402","shortMessageHtmlLink":"chore: Bump mtags to latest stable"}},{"before":"46faecef6353931249692002a98ec323adfcc968","after":"8a01d65c6b8312c4efdf6d2af9f337dc4d740f7a","ref":"refs/heads/bump-to-stable","pushedAt":"2024-05-21T13:06:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"chore: Bump mtags to latest stable\n\nWe should avoid using non stable versions since this can cause issues like https://github.com/scalameta/metals/issues/6402\n\nCloses https://github.com/scalameta/metals/issues/6402","shortMessageHtmlLink":"chore: Bump mtags to latest stable"}},{"before":"c5f2064b3683eeed629a64e34cc933db4f7d2618","after":"8563571e5af1ce7cb175c07f50f3a4f64b104bfc","ref":"refs/heads/main","pushedAt":"2024-05-21T13:05:14.000Z","pushType":"push","commitsCount":219,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"Fix #20372: Check pattern match exhaustivity in inlined code (#20403)\n\nFixes #20372 \r\nc0e93f1a57 previously disabled warnings for pattern matches in Inlined\r\ncode, as things like:\r\n```scala\r\ninline def count(inline x: Boolean) = x match\r\n case true => 1\r\n case false => 0\r\ncount(true) // inlined to true match {case true => 1; case false => 0 }\r\n```\r\nwould throw warnings about unreachable cases, which could have been\r\nconfusing to the users. However, in those cases it should be enough to\r\ndisallow checks for unreachable cases specifically, and leave\r\nexhaustivity checks intact.","shortMessageHtmlLink":"Fix scala#20372: Check pattern match exhaustivity in inlined code (sc…"}},{"before":"526a05a6bcfd41589815246ff887367387ccb2be","after":"46faecef6353931249692002a98ec323adfcc968","ref":"refs/heads/bump-to-stable","pushedAt":"2024-05-21T12:44:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"chore: Bump mtags to latest stable\n\nWe should avoid using non stable versions since this can cause issues like https://github.com/scalameta/metals/issues/6402\n\nCloses https://github.com/scalameta/metals/issues/6402","shortMessageHtmlLink":"chore: Bump mtags to latest stable"}},{"before":null,"after":"526a05a6bcfd41589815246ff887367387ccb2be","ref":"refs/heads/bump-to-stable","pushedAt":"2024-05-21T12:24:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"chore: Bump mtags to latest stable\n\nWe should avoid using non stable versions since this can cause issues like https://github.com/scalameta/metals/issues/6402\n\nCloses https://github.com/scalameta/metals/issues/6402","shortMessageHtmlLink":"chore: Bump mtags to latest stable"}},{"before":"bf5fc67a65e55086f449d409611953f665eef8c4","after":null,"ref":"refs/heads/backport","pushedAt":"2024-05-07T09:55:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"}},{"before":"af8c1d6f4726862351cdcd06f9a3be31a0753739","after":"bf5fc67a65e55086f449d409611953f665eef8c4","ref":"refs/heads/backport","pushedAt":"2024-05-06T14:33:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"chore: Backport changes for presentation compiler\n\nChanges from:\n- https://github.com/scalameta/metals/pull/6225\n- https://github.com/scalameta/metals/pull/6236\n- https://github.com/scalameta/metals/pull/6241\n- https://github.com/scalameta/metals/pull/6303\n- https://github.com/scalameta/metals/pull/6308","shortMessageHtmlLink":"chore: Backport changes for presentation compiler"}},{"before":null,"after":"af8c1d6f4726862351cdcd06f9a3be31a0753739","ref":"refs/heads/backport","pushedAt":"2024-05-06T14:32:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"chore: Backport changes for presentation compiler\n\nChanges from:\n- https://github.com/scalameta/metals/pull/6225\n- https://github.com/scalameta/metals/pull/6236\n- https://github.com/scalameta/metals/pull/6241\n- https://github.com/scalameta/metals/pull/6303\n- https://github.com/scalameta/metals/pull/6308","shortMessageHtmlLink":"chore: Backport changes for presentation compiler"}},{"before":"91db06abdfc9b0f6fc1bae94da6da92988e8019f","after":"c5f2064b3683eeed629a64e34cc933db4f7d2618","ref":"refs/heads/main","pushedAt":"2024-05-06T09:35:27.000Z","pushType":"push","commitsCount":1008,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"Don't show enum completions in new keyword context (#20304)\n\nFixes https://github.com/scala/scala3/issues/19968","shortMessageHtmlLink":"Don't show enum completions in new keyword context (scala#20304)"}},{"before":"7240327109d386c336aa3c19b530f973ecd58e71","after":null,"ref":"refs/heads/backport1","pushedAt":"2024-01-11T16:28:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"}},{"before":null,"after":"7240327109d386c336aa3c19b530f973ecd58e71","ref":"refs/heads/backport1","pushedAt":"2024-01-10T14:35:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"chore: Backport changes from Metals\n\nThis includes:\n- https://github.com/scalameta/metals/pull/5956\n- https://github.com/scalameta/metals/pull/5979\n- https://github.com/scalameta/metals/pull/5994\n- https://github.com/scalameta/metals/pull/5995\n- https://github.com/scalameta/metals/pull/5998\n- https://github.com/scalameta/metals/pull/5999\n- https://github.com/scalameta/metals/pull/6000","shortMessageHtmlLink":"chore: Backport changes from Metals"}},{"before":"8b2d1ddbfe4b5602e6719d9796f74032787c5f7e","after":"91db06abdfc9b0f6fc1bae94da6da92988e8019f","ref":"refs/heads/main","pushedAt":"2024-01-09T18:34:23.000Z","pushType":"push","commitsCount":52,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"Remove `ascriptionVarargsUnpacking` as we never used it (#19399)\n\nThis was added by mistake.\r\n\r\nThis should be removed before _3.4.0_. We will need a _3.4.0-RC2_.\r\n\r\nPing @Kordyjan","shortMessageHtmlLink":"Remove ascriptionVarargsUnpacking as we never used it (scala#19399)"}},{"before":"3c5e21636f50db1afaa192b42f643b42b5807ee3","after":null,"ref":"refs/heads/implicit-classes","pushedAt":"2023-12-21T14:39:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"}},{"before":"9f17663542e0b036f635b39e3d86afaba76d0114","after":"8b2d1ddbfe4b5602e6719d9796f74032787c5f7e","ref":"refs/heads/main","pushedAt":"2023-12-20T17:05:37.000Z","pushType":"push","commitsCount":6579,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"Show `git diff` command on checkfile failure (#19308)","shortMessageHtmlLink":"Show git diff command on checkfile failure (scala#19308)"}},{"before":null,"after":"3c5e21636f50db1afaa192b42f643b42b5807ee3","ref":"refs/heads/implicit-classes","pushedAt":"2023-12-20T17:01:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"improvement: Support completions for implicit classes\n\nPreviously, we would only support extension methods and not the old style implicit classes. Now, those are supported also.\n\nIntroduced in https://github.com/scalameta/metals/pull/5904/","shortMessageHtmlLink":"improvement: Support completions for implicit classes"}},{"before":null,"after":"3a545dd49ee9b63f0f69ad12f437fdb83bc5bc46","ref":"refs/heads/fix-coursier-tests","pushedAt":"2023-10-06T13:45:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"bugfix: Fix coursier completions tests for the presentation compiler","shortMessageHtmlLink":"bugfix: Fix coursier completions tests for the presentation compiler"}},{"before":"fa54869e035cda36cc252a8866f6342d85420444","after":null,"ref":"refs/heads/followup","pushedAt":"2023-09-06T08:12:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"}},{"before":null,"after":"fa54869e035cda36cc252a8866f6342d85420444","ref":"refs/heads/followup","pushedAt":"2023-09-01T17:57:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"bugfix: Catch exception from the compiler for broken shadowed pickles\n\nFixed in Metals: https://github.com/scalameta/metals/pull/5586","shortMessageHtmlLink":"bugfix: Catch exception from the compiler for broken shadowed pickles"}},{"before":"75c27ec6caf12524094d8b40724ebb01f38e582e","after":null,"ref":"refs/heads/fix-bloop","pushedAt":"2023-08-30T16:47:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"}},{"before":null,"after":"75c27ec6caf12524094d8b40724ebb01f38e582e","ref":"refs/heads/fix-bloop","pushedAt":"2023-08-30T12:55:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"bugfix: Fix Bloop workaround to use new Bloop plugin version","shortMessageHtmlLink":"bugfix: Fix Bloop workaround to use new Bloop plugin version"}},{"before":"01c9422930df4661fb197d0d45288272992bd2ed","after":"af25416be2b2c7f8a3374889904906270be0398d","ref":"refs/heads/diags-semanticdb","pushedAt":"2023-05-19T16:59:41.099Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"improvement: Add diagnostics to semanticdb","shortMessageHtmlLink":"improvement: Add diagnostics to semanticdb"}},{"before":"d1733de37ab8257cd8efa66acebf5dd3832180cd","after":"01c9422930df4661fb197d0d45288272992bd2ed","ref":"refs/heads/diags-semanticdb","pushedAt":"2023-05-19T16:56:58.846Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"improvement: Add diagnostics to semanticdb","shortMessageHtmlLink":"improvement: Add diagnostics to semanticdb"}},{"before":"19d2f0a627eeda93f072c266f27864dc83bf4be9","after":"d1733de37ab8257cd8efa66acebf5dd3832180cd","ref":"refs/heads/diags-semanticdb","pushedAt":"2023-05-19T16:21:16.830Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"improvement: Add diagnostics to semanticdb","shortMessageHtmlLink":"improvement: Add diagnostics to semanticdb"}},{"before":null,"after":"19d2f0a627eeda93f072c266f27864dc83bf4be9","ref":"refs/heads/diags-semanticdb","pushedAt":"2023-05-19T15:56:49.943Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tgodzik","name":"Tomasz Godzik","path":"/tgodzik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807253?s=80&v=4"},"commit":{"message":"improvement: Add diagnostics to semanticdb","shortMessageHtmlLink":"improvement: Add diagnostics to semanticdb"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEmVtMgwA","startCursor":null,"endCursor":null}},"title":"Activity · tgodzik/dotty"}