ecosystem icon indicating copy to clipboard operation
ecosystem copied to clipboard

This repository is home to general Dart Ecosystem tools and packages.

Results 36 ecosystem issues
Sort by recently updated
recently updated
newest added

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...

package:firehose

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...

package:firehose

I have the code here: https://github.com/kevmoo/lint_cleanup Could be a nice cleanup!

package:blast_repo

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 -...

package:firehose

Have firehose create urls to the github release page; the url could be pre-populated w/ the release tag, changelog info, ...

type-enhancement
package:firehose

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`...

type-enhancement
package:firehose
type-ux

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...

type-enhancement
package:firehose

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....

type-enhancement
package:firehose

maybe make it case insensitive? Or at least warn...

type-enhancement
package:firehose

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...

type-enhancement
package:corpus