commit | 1e2785d6900b4d709a31f4c669381dc340cad605 | [log] [tgz] |
---|---|---|
author | Jacob MacDonald <jakemac@google.com> | Tue Jan 09 10:46:18 2024 -0800 |
committer | GitHub <noreply@github.com> | Tue Jan 09 10:46:18 2024 -0800 |
tree | 9a7b758ec8586ef0ad8d173396c65046fbdfaa6a | |
parent | 244a28db932a2d131425ddd3669d301879c2105c [diff] |
fix saving of comment ids to disk (#221) See the failure here https://github.com/dart-lang/build/actions/runs/7463208455/job/20307339352?pr=3638#step:9:3. Changes `findCommentId` to again return an `int?` instead of an `IssueComment?`. Alternatively, we could rename this to `findComment`, and return the entire comment, but we only ever use the ID. We just call `toString()` on the return value of this function and serialize it to disk, so when it changed to an `IssueComment` it no longer serialized the ID.
This repository is home to general Dart Ecosystem tools and packages.
Package | Description | Version |
---|---|---|
blast_repo | A tool to bulk validate and fix GitHub repos. | |
corpus | A tool to calculate the API usage for a package. | |
dart_flutter_team_lints | An analysis rule set used by the Dart and Flutter teams. | |
firehose | A tool to automate publishing of Pub packages from GitHub actions. | |
repo_manage | Miscellaneous issue, repo, and PR query tools. |
For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.
For additional information about contributing, see our contributing page.