{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":423475619,"defaultBranch":"master","name":"helix","ownerLogin":"Triton171","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-11-01T13:30:36.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16193831?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1713612254.0","currentOid":""},"activityList":{"items":[{"before":"4f1abcc7f6b72b4cc83e40f352c53befa092a6aa","after":"269cd2e760d862d531ba92e656ac92e1445c8269","ref":"refs/heads/indent-fix-first-in-line","pushedAt":"2024-04-20T17:16:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Simplify first-in-line computation for indent queries.\nThis fixes issues for grammars with nodes containing only whitespace (e.g. Go).","shortMessageHtmlLink":"Simplify first-in-line computation for indent queries."}},{"before":null,"after":"4f1abcc7f6b72b4cc83e40f352c53befa092a6aa","ref":"refs/heads/indent-fix-first-in-line","pushedAt":"2024-04-20T11:24:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Simplify first-in-line computation for indent queries.\nThis fixes issues for grammars with nodes containing only whitespace (e.g. Go).","shortMessageHtmlLink":"Simplify first-in-line computation for indent queries."}},{"before":"d242daac8985fb6c0b94d24570241851a0c0f2c0","after":"bf311eca5b5f939edb78c65ff9819206a30e6462","ref":"refs/heads/relative-indent-queries","pushedAt":"2023-12-03T18:48:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Add alignment indent queries for binary & ternary expressions in C.","shortMessageHtmlLink":"Add alignment indent queries for binary & ternary expressions in C."}},{"before":"ae740c11589213b20f137cb71bf24f38c3728305","after":"d01fb8e710fda1e9fdf3c9de5323bca4a34b5257","ref":"refs/heads/scheme-indent-queries","pushedAt":"2023-11-04T23:22:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Add indent queries for scheme (and reuse them for common-lisp & racket).","shortMessageHtmlLink":"Add indent queries for scheme (and reuse them for common-lisp & racket)."}},{"before":null,"after":"ae740c11589213b20f137cb71bf24f38c3728305","ref":"refs/heads/scheme-indent-queries","pushedAt":"2023-11-04T23:11:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Add indent queries for scheme (and reuse them for common-lisp & racket).","shortMessageHtmlLink":"Add indent queries for scheme (and reuse them for common-lisp & racket)."}},{"before":null,"after":"bd0efe13a00a78e494ff2bf5d2f32180b94246dc","ref":"refs/heads/fix-multiple-align-on-same-line","pushedAt":"2023-10-29T16:10:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Fix a bug which caused the outermost `@align` capture to take\nprecedence when multiple occur on the same line in an indent query.","shortMessageHtmlLink":"Fix a bug which caused the outermost @align capture to take"}},{"before":"1808fc574e924a22d588a36ea8507a127a364e0c","after":"d242daac8985fb6c0b94d24570241851a0c0f2c0","ref":"refs/heads/relative-indent-queries","pushedAt":"2023-10-15T10:13:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Simplify implementation of `add_indent_level`.\nIncrease hybrid indent heuristic attempt limit to 4.\nClarify the fallback logic in indent heuristic docs.","shortMessageHtmlLink":"Simplify implementation of add_indent_level."}},{"before":"7dfdba8b84e7faf5f4df98c0fde96ceb77ae3fea","after":"1808fc574e924a22d588a36ea8507a127a364e0c","ref":"refs/heads/relative-indent-queries","pushedAt":"2023-10-15T09:46:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Simplify implementation of `add_indent_level`.\nIncrease hybrid indent heuristic attempt limit to 4.\nClarify the fallback logic in indent heuristic docs.","shortMessageHtmlLink":"Simplify implementation of add_indent_level."}},{"before":"0b7abe3281e1297381a764a200ae9cc14b1d834a","after":"7dfdba8b84e7faf5f4df98c0fde96ceb77ae3fea","ref":"refs/heads/relative-indent-queries","pushedAt":"2023-09-19T14:33:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Align arguments in a function call in C.\nSince the tree-sitter grammar is not very good\nat parsing function calls while they're being written,\nthis is not yet super useful.\nHowever, it prevents the new `hybrid` indent heuristic\nfrom choosing these lines as a baseline, making it\nmore robust.","shortMessageHtmlLink":"Align arguments in a function call in C."}},{"before":"1834d8d6ad25ef1ff6d3c6d09bc597cd1d2679c2","after":"0b7abe3281e1297381a764a200ae9cc14b1d834a","ref":"refs/heads/relative-indent-queries","pushedAt":"2023-09-19T14:16:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Add documentation for new indent computation","shortMessageHtmlLink":"Add documentation for new indent computation"}},{"before":"d2226dc8d5c8d7811f22b2889a04aeb6d694ca12","after":"1834d8d6ad25ef1ff6d3c6d09bc597cd1d2679c2","ref":"refs/heads/relative-indent-queries","pushedAt":"2023-09-17T18:08:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Improve relative indent computation.\nAdd tests to ensure that relative & absolute indent computation are consistent.","shortMessageHtmlLink":"Improve relative indent computation."}},{"before":"95bf0a7ff8f3d69fa4abed12d1dd9710a4f01e54","after":"d2226dc8d5c8d7811f22b2889a04aeb6d694ca12","ref":"refs/heads/relative-indent-queries","pushedAt":"2023-09-17T15:34:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Improve relative indent computation.\nAdd tests to ensure that relative & absolute indent computation are consistent.","shortMessageHtmlLink":"Improve relative indent computation."}},{"before":"b42627ef571d4e636c9a0aaae22cc22b75bc17ce","after":"95bf0a7ff8f3d69fa4abed12d1dd9710a4f01e54","ref":"refs/heads/relative-indent-queries","pushedAt":"2023-09-16T17:10:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Implement relative indent queries,\ni.e. also take into account the indentation of a previous\nline when computing the indentation for a new line.","shortMessageHtmlLink":"Implement relative indent queries,"}},{"before":"1021d6335a8532dc33c050a88da0da41585d60f8","after":"b42627ef571d4e636c9a0aaae22cc22b75bc17ce","ref":"refs/heads/relative-indent-queries","pushedAt":"2023-09-16T16:40:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Implement relative indent queries,\ni.e. also take into account the indentation of a previous\nline when computing the indentation for a new line.","shortMessageHtmlLink":"Implement relative indent queries,"}},{"before":null,"after":"1021d6335a8532dc33c050a88da0da41585d60f8","ref":"refs/heads/relative-indent-queries","pushedAt":"2023-09-16T16:24:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Implement relative indent queries,\ni.e. also take into account the indentation of a previous\nline when computing the indentation for a new line.","shortMessageHtmlLink":"Implement relative indent queries,"}},{"before":"d9aa8c94f020b189e6493fc8a1ec32f103d7eeeb","after":"268c4ee14caad98304e95882e3eca2d2448c2541","ref":"refs/heads/indent-align","pushedAt":"2023-08-11T14:14:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Document @align indent capture.","shortMessageHtmlLink":"Document @align indent capture."}},{"before":"86bf0e00fe2ae70a176fb8fc90749bced8f6d7bd","after":"929eb0c39e34f8046b5ec9ecfede4ec80b5e0c8a","ref":"refs/heads/master","pushedAt":"2023-08-11T13:27:12.000Z","pushType":"push","commitsCount":88,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"expand indents guide","shortMessageHtmlLink":"expand indents guide"}},{"before":"58ed4bf31014f82710a35255540b46a5c50d4351","after":"d9aa8c94f020b189e6493fc8a1ec32f103d7eeeb","ref":"refs/heads/indent-align","pushedAt":"2023-08-11T11:23:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Document @align indent capture.","shortMessageHtmlLink":"Document @align indent capture."}},{"before":"5338dc9537e0a7a45bc890da14e5c66f5bf427fd","after":"58ed4bf31014f82710a35255540b46a5c50d4351","ref":"refs/heads/indent-align","pushedAt":"2023-08-11T11:18:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Document @align indent capture.","shortMessageHtmlLink":"Document @align indent capture."}},{"before":"523e66cd8273d1098ddc6e035affe54022d1943f","after":"5338dc9537e0a7a45bc890da14e5c66f5bf427fd","ref":"refs/heads/indent-align","pushedAt":"2023-08-04T12:08:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Align argument lists in python","shortMessageHtmlLink":"Align argument lists in python"}},{"before":"848c7299577ba737dc493e44fd47d802bda15f52","after":"523e66cd8273d1098ddc6e035affe54022d1943f","ref":"refs/heads/indent-align","pushedAt":"2023-08-04T11:28:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Run indentation tests on a part of the Helix source code.","shortMessageHtmlLink":"Run indentation tests on a part of the Helix source code."}},{"before":"425315d7525759545fa9d164434056b435891ad4","after":"86bf0e00fe2ae70a176fb8fc90749bced8f6d7bd","ref":"refs/heads/master","pushedAt":"2023-07-15T17:33:59.280Z","pushType":"push","commitsCount":648,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"feat: add Brewfile to Ruby file-types (#7629)","shortMessageHtmlLink":"feat: add Brewfile to Ruby file-types (helix-editor#7629)"}},{"before":"425315d7525759545fa9d164434056b435891ad4","after":"86bf0e00fe2ae70a176fb8fc90749bced8f6d7bd","ref":"refs/heads/master","pushedAt":"2023-07-15T17:33:59.000Z","pushType":"push","commitsCount":648,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"feat: add Brewfile to Ruby file-types (#7629)","shortMessageHtmlLink":"feat: add Brewfile to Ruby file-types (helix-editor#7629)"}},{"before":"89aa72e83f806acfdada265965cc382a6c769fd8","after":"848c7299577ba737dc493e44fd47d802bda15f52","ref":"refs/heads/indent-align","pushedAt":"2023-07-15T14:10:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"WIP: Use helix source tree for indentation testing.","shortMessageHtmlLink":"WIP: Use helix source tree for indentation testing."}},{"before":"5b1c2daaeb21c3cbb0c657cac155f91433eddbe8","after":"89aa72e83f806acfdada265965cc382a6c769fd8","ref":"refs/heads/indent-align","pushedAt":"2023-06-18T10:21:53.139Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Store alignment as a string in order to correctly align\nto lines that contain intermixed tabs & other characters.","shortMessageHtmlLink":"Store alignment as a string in order to correctly align"}},{"before":"b569821998d71234bbcf97aa0335a68633df00fd","after":"5b1c2daaeb21c3cbb0c657cac155f91433eddbe8","ref":"refs/heads/indent-align","pushedAt":"2023-06-18T10:01:23.797Z","pushType":"push","commitsCount":349,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Store alignment as a string in order to correctly align\nto lines that contain intermixed tabs & other characters.","shortMessageHtmlLink":"Store alignment as a string in order to correctly align"}},{"before":"e93611a883fcab517376d189b6898ce5770d48b8","after":"b569821998d71234bbcf97aa0335a68633df00fd","ref":"refs/heads/indent-align","pushedAt":"2023-06-17T09:48:20.585Z","pushType":"push","commitsCount":1,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Increase the log level for errors in the indent query\n\nCo-authored-by: Pascal Kuthe ","shortMessageHtmlLink":"Increase the log level for errors in the indent query"}},{"before":"9c672c4c214ff6b8311d28658d07befa03ae00c5","after":"e93611a883fcab517376d189b6898ce5770d48b8","ref":"refs/heads/indent-align","pushedAt":"2023-03-25T16:36:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Change the default scope of @align to \"all\".\nAlthough it currently is only used with \"tail\" scope,\n\"all\" is probably more intuitive and will likely also be used\nmore in the future.","shortMessageHtmlLink":"Change the default scope of @align to \"all\"."}},{"before":"7f8e826be4208c1d38867d68467ea9be4ce0453e","after":"9c672c4c214ff6b8311d28658d07befa03ae00c5","ref":"refs/heads/indent-align","pushedAt":"2023-03-25T14:59:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Add an indentation test for C++ (in particular testing alignment).\nFix the indentation of switch statements in C++.","shortMessageHtmlLink":"Add an indentation test for C++ (in particular testing alignment)."}},{"before":"c93883a971be76481bd202ac292b0e4e57173159","after":"7f8e826be4208c1d38867d68467ea9be4ce0453e","ref":"refs/heads/indent-align","pushedAt":"2023-03-25T13:29:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Triton171","name":null,"path":"/Triton171","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/16193831?s=80&v=4"},"commit":{"message":"Fix clippy lints","shortMessageHtmlLink":"Fix clippy lints"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAENe0kTwA","startCursor":null,"endCursor":null}},"title":"Activity ยท Triton171/helix"}