{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":17904384,"defaultBranch":"main","name":"dotty","ownerLogin":"dotty-staging","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2014-03-19T13:06:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/6998674?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715285306.0","currentOid":""},"activityList":{"items":[{"before":"67c68b81e0a8c7d53fcbd5011fb6918851eb394a","after":null,"ref":"refs/heads/fliu/add-init-test","pushedAt":"2024-05-09T20:08:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"liufengyun","name":"Fengyun Liu","path":"/liufengyun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/754633?s=80&v=4"}},{"before":"bae53ca9504226af0c2f97c2993a4fdd7800da9e","after":"85d4dbbabfd84d26d0e1f2193f2b551d4490cf2c","ref":"refs/heads/fix-20342","pushedAt":"2024-05-09T13:19:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Re-instantiate previous behavior also for LTS","shortMessageHtmlLink":"Re-instantiate previous behavior also for LTS"}},{"before":"13409ce191ee15f3eae3cb73c458562788c82788","after":"bae53ca9504226af0c2f97c2993a4fdd7800da9e","ref":"refs/heads/fix-20342","pushedAt":"2024-05-09T12:21:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Reinstantiate restriction to transparent inline methods\n\nReverts parts of #19922.\n\nFixes #20342, #20297\n\nThe logic that we should ignore declared result types of inline methods really only applies\nto transparent inlines.","shortMessageHtmlLink":"Reinstantiate restriction to transparent inline methods"}},{"before":null,"after":"13409ce191ee15f3eae3cb73c458562788c82788","ref":"refs/heads/fix-20342","pushedAt":"2024-05-09T12:18:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Reinstantiate restriction to transparent inline methods\n\nReverts parts of #19922.\n\nFixes #20342\n\nThe logic that we should ignore declared result types of inline methods really only applies\nto transparent inlines.","shortMessageHtmlLink":"Reinstantiate restriction to transparent inline methods"}},{"before":"cab415fcf5f681c1a941c6ac2d18fc66703147d0","after":"67c68b81e0a8c7d53fcbd5011fb6918851eb394a","ref":"refs/heads/fliu/add-init-test","pushedAt":"2024-05-09T04:38:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"liufengyun","name":"Fengyun Liu","path":"/liufengyun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/754633?s=80&v=4"},"commit":{"message":"Fix error line","shortMessageHtmlLink":"Fix error line"}},{"before":"783b7bddc3bbbccb2b8e2611e52e17135a600924","after":null,"ref":"refs/heads/fix-20344","pushedAt":"2024-05-08T22:47:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"}},{"before":null,"after":"e195f77dc943b1ee068d21d0b3d9aa967e231957","ref":"refs/heads/Containing","pushedAt":"2024-05-08T21:03:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"EugeneFlesselle","name":"Eugene Flesselle","path":"/EugeneFlesselle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/43113539?s=80&v=4"},"commit":{"message":"Select `value` automatically for qualifier deriving from `Containing`","shortMessageHtmlLink":"Select value automatically for qualifier deriving from Containing"}},{"before":"863077c8ec76d7e3ecc57744b8584ccd8d2c241b","after":"783b7bddc3bbbccb2b8e2611e52e17135a600924","ref":"refs/heads/fix-20344","pushedAt":"2024-05-08T20:51:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Update compiler/src/dotty/tools/dotc/typer/Typer.scala\n\nCo-authored-by: Matt Bovel ","shortMessageHtmlLink":"Update compiler/src/dotty/tools/dotc/typer/Typer.scala"}},{"before":null,"after":"863077c8ec76d7e3ecc57744b8584ccd8d2c241b","ref":"refs/heads/fix-20344","pushedAt":"2024-05-08T17:48:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Bring back ambiguity filter when we report an implicit not found error\n\nThis reverts one part of #20261. When we fail with both an ambiguity on one implicit argument and another error on another argument we prefer the other error. I added a comment why this is needed.\n\nFixes #20344","shortMessageHtmlLink":"Bring back ambiguity filter when we report an implicit not found error"}},{"before":null,"after":"f93f00f76177daea6e1979a3694f0582ab5ef114","ref":"refs/heads/fix-20354","pushedAt":"2024-05-08T17:40:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Bring back ambiguity filter when report implicit not found\n\nThis reverts one part of #20261. When we fail with both an ambiguity on one implicit\nargument and another error on another we prefer the other error. I added a comment\nwhy this is needed.\n\nFixes #20354","shortMessageHtmlLink":"Bring back ambiguity filter when report implicit not found"}},{"before":"a1930c4ca38673885a4ebc2ce95689e9e65d08be","after":null,"ref":"refs/heads/dropSkolem","pushedAt":"2024-05-08T14:18:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"smarter","name":"Guillaume Martres","path":"/smarter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63430?s=80&v=4"}},{"before":"19f145c114a9ab6d2452cd37bafbaa272f303107","after":"a1930c4ca38673885a4ebc2ce95689e9e65d08be","ref":"refs/heads/dropSkolem","pushedAt":"2024-05-08T12:01:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"smarter","name":"Guillaume Martres","path":"/smarter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63430?s=80&v=4"},"commit":{"message":"DropSkolemMap: simplify logic\n\nNo need to save the value of `refersToSkolem`: if it's true before we enter\n`NamedType` it will be true after and `dropSkolem` will return `NoType`.\n\nThe previous logic could still be useful if we want to give more easily\nactionable error messages in the future by only keeping in the type the skolems\nwe couldn't remove.","shortMessageHtmlLink":"DropSkolemMap: simplify logic"}},{"before":"75702e1e9c6b6be164ed46dd3e362e5f24da9b8b","after":"19f145c114a9ab6d2452cd37bafbaa272f303107","ref":"refs/heads/dropSkolem","pushedAt":"2024-05-07T21:07:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"smarter","name":"Guillaume Martres","path":"/smarter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63430?s=80&v=4"},"commit":{"message":"DropSkolemMap: simplify logic\n\nNo need to save the value of `refersToSkolem`: if it's true before we enter\n`NamedType` it will be true after and `dropSkolem` will return `NoType`.\n\nThe previous logic could still be useful if we want to give more easily\nactionable error messages in the future by only keeping in the type the skolems\nwe couldn't remove.","shortMessageHtmlLink":"DropSkolemMap: simplify logic"}},{"before":"e03b33c7be6ccae3bd5ecb308b527048bae45db5","after":null,"ref":"refs/heads/dependabot/github_actions/VirtusLab/scala-cli-setup-1.3.0","pushedAt":"2024-05-07T19:40:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"781a82eb0ebdd9101df0c481e18191e7b521a3f4","ref":"refs/heads/dependabot/github_actions/VirtusLab/scala-cli-setup-1.3.1","pushedAt":"2024-05-07T19:40:27.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 VirtusLab/scala-cli-setup from 1.3.0 to 1.3.1\n\nBumps [VirtusLab/scala-cli-setup](https://github.com/virtuslab/scala-cli-setup) from 1.3.0 to 1.3.1.\n- [Release notes](https://github.com/virtuslab/scala-cli-setup/releases)\n- [Commits](https://github.com/virtuslab/scala-cli-setup/compare/v1.3.0...v1.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: VirtusLab/scala-cli-setup\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump VirtusLab/scala-cli-setup from 1.3.0 to 1.3.1"}},{"before":null,"after":"7641a9480702a91f271de52ce8bb1d9dd73f7121","ref":"refs/heads/unbreak-build","pushedAt":"2024-05-07T19:39:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Unbreak the build\n\nFor some reason, BestEffortTastyWriter does not compile since PlainFile does not have a delete\nmethod, only File does.","shortMessageHtmlLink":"Unbreak the build"}},{"before":"00802ab0d1e0f2ca9def18d8a0d300451b185ee9","after":"7641a9480702a91f271de52ce8bb1d9dd73f7121","ref":"refs/heads/main","pushedAt":"2024-05-07T19:38:41.000Z","pushType":"push","commitsCount":246,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Unbreak the build\n\nFor some reason, BestEffortTastyWriter does not compile since PlainFile does not have a delete\nmethod, only File does.","shortMessageHtmlLink":"Unbreak the build"}},{"before":"5e408bdf2e9c6b326398d27e6f682187e8db708f","after":null,"ref":"refs/heads/fix-20317","pushedAt":"2024-05-07T19:28:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"}},{"before":"3c78ada957b8f77f6055ea280e09693f40d0e845","after":null,"ref":"refs/heads/typeclass-experiments-refactored","pushedAt":"2024-05-07T19:22:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"}},{"before":null,"after":"cab415fcf5f681c1a941c6ac2d18fc66703147d0","ref":"refs/heads/fliu/add-init-test","pushedAt":"2024-05-07T17:03:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"liufengyun","name":"Fengyun Liu","path":"/liufengyun","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/754633?s=80&v=4"},"commit":{"message":"Cleanup code","shortMessageHtmlLink":"Cleanup code"}},{"before":"e9bddd52e659bd62487acfb1ccb516a2c0cb28f5","after":"3c78ada957b8f77f6055ea280e09693f40d0e845","ref":"refs/heads/typeclass-experiments-refactored","pushedAt":"2024-05-07T13:16:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Fix typo","shortMessageHtmlLink":"Fix typo"}},{"before":"d060838f92fb0b66de3c66e0d658d120dd61ee35","after":"e9bddd52e659bd62487acfb1ccb516a2c0cb28f5","ref":"refs/heads/typeclass-experiments-refactored","pushedAt":"2024-05-07T13:10:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Fix typo and update to -Wsafe-init option","shortMessageHtmlLink":"Fix typo and update to -Wsafe-init option"}},{"before":"acbd46755bea5a81be175c183f1aa73234b467fd","after":"bcdf5e762c624258b8d48bc193576d5c2130e7af","ref":"refs/heads/bundle-scala-cli","pushedAt":"2024-05-07T12:55:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bishabosha","name":"Jamie Thompson","path":"/bishabosha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13436592?s=80&v=4"},"commit":{"message":"escape error message in test","shortMessageHtmlLink":"escape error message in test"}},{"before":"f80a8ddfa1afb5a4a81f33e8297f8aac068161ac","after":null,"ref":"refs/heads/named-tuples-2","pushedAt":"2024-05-07T12:35:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"}},{"before":"1e4a23446a0d4afbc7838db7ad467eebd9e2afc9","after":"acbd46755bea5a81be175c183f1aa73234b467fd","ref":"refs/heads/bundle-scala-cli","pushedAt":"2024-05-07T12:12:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bishabosha","name":"Jamie Thompson","path":"/bishabosha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13436592?s=80&v=4"},"commit":{"message":"remove scala-js from local caching","shortMessageHtmlLink":"remove scala-js from local caching"}},{"before":"8553bfcc2dc17073b49b3fbed82fa1b7079abcc7","after":null,"ref":"refs/heads/make-check-unused-not-slow","pushedAt":"2024-05-07T11:11:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"sjrd","name":"Sébastien Doeraene","path":"/sjrd","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/535934?s=80&v=4"}},{"before":"997575e5b3489300114edc5608d5c84388493f6d","after":"d060838f92fb0b66de3c66e0d658d120dd61ee35","ref":"refs/heads/typeclass-experiments-refactored","pushedAt":"2024-05-07T11:05:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Update InlayHints","shortMessageHtmlLink":"Update InlayHints"}},{"before":"39061bffa843fa7208a4017a10bcb7a01970a22a","after":"997575e5b3489300114edc5608d5c84388493f6d","ref":"refs/heads/typeclass-experiments-refactored","pushedAt":"2024-05-07T10:43:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"odersky","name":null,"path":"/odersky","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/795990?s=80&v=4"},"commit":{"message":"Update warn check files\n\nError number changed","shortMessageHtmlLink":"Update warn check files"}},{"before":"9f5fc2e2222741f86da0b54d565135035868d965","after":"75702e1e9c6b6be164ed46dd3e362e5f24da9b8b","ref":"refs/heads/dropSkolem","pushedAt":"2024-05-07T10:37:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"smarter","name":"Guillaume Martres","path":"/smarter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63430?s=80&v=4"},"commit":{"message":"DropSkolemMap: simplify logic\n\nNo need to save the value of `refersToSkolem`: if it's true before we enter\n`NamedType` it will be true after and `dropSkolem` will return `NoType`.\n\nThe previous logic could still be useful if we want to give more easily\nactionable error messages in the future by only keeping in the type the skolems\nwe couldn't remove.","shortMessageHtmlLink":"DropSkolemMap: simplify logic"}},{"before":"89f7f5ca90831bd10406b1c7aacc9387cc5fa714","after":"1e4a23446a0d4afbc7838db7ad467eebd9e2afc9","ref":"refs/heads/bundle-scala-cli","pushedAt":"2024-05-07T09:59:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bishabosha","name":"Jamie Thompson","path":"/bishabosha","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13436592?s=80&v=4"},"commit":{"message":"adjust to new launcher scala cli 1.3.1","shortMessageHtmlLink":"adjust to new launcher scala cli 1.3.1"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERffiuwA","startCursor":null,"endCursor":null}},"title":"Activity · dotty-staging/dotty"}