ecosystem
ecosystem copied to clipboard
This repository is home to general Dart Ecosystem tools and packages.
Example run: https://github.com/dart-lang/jnigen/actions/runs/6172883213/job/16754018218 > Pub needs your authorization to upload packages on your behalf. It shows this in the log + a URL to login. This should be automated, maybe...
Here's an alternative UI for the health check. This displays the information proportional to the changes in the PR - lists the changes files and affected packages. It mixes the...
I have the code here: https://github.com/kevmoo/lint_cleanup Could be a nice cleanup!
Currently we infer the type of git tag based on whether the repo is a monorepo or a single package repo. We should add an explicit parameter for this -...
Have firehose create urls to the github release page; the url could be pre-populated w/ the release tag, changelog info, ...
See https://github.com/dart-lang/build/actions/runs/4536053704/jobs/7992267951?pr=3478 There is an error there – but it's hard to find scrolling through the output. The package and the error reason should be super clear. Maybe use `ansi.dart`...
In the `test` repo we have 3 packages, test -> test_core -> test_api. Where a dependency exists between them they pin exact versions. We typically use the `pubspec_overrides.yaml` file to...
Right now some packages have intentional `dart pub publish --dry-run` warnings. `firehose` fails the build on the dry-run checks; we may want some additional configurability here. See https://github.com/dart-lang/test/pull/1923 for context....
maybe make it case insensitive? Or at least warn...
Right now we're just collecting information from packages. We should expand the corpus data sources to include applications in order to get a better sampling of existing code. One idea...