Jacob MacDonald

Results 175 issues of Jacob MacDonald

We could consider running all tests in the workspace, if running `dart test` from the workspace root. Some high level thoughts: - We might want to guard this behind a...

Related to https://github.com/dart-lang/tools/issues/1546 I recently ran into an issue when trying the new formatter in a workspace repo. All packages were being parsed with language version 2.7, which was highly...

type-enhancement

## Use case You want to validate your minimum constraints are valid across all your package dependencies on CI. Today, you can run a `pub downgrade` but it does not...

type-enhancement

URL: https://pub.dartlang.org/packages?q=dependency%3Afront_end In the link above `kernel` should not appear - it only has a dev_dependency on the front_end which is not a real dependency. Put another way, users with...

Area: site feedback

See https://github.com/dart-lang/ecosystem/blob/main/pkgs/firehose/README.md

package:coverage

I am trying to add the breaking API check here https://github.com/dart-lang/build/pull/3760. While in the comment it does notice the breaking change, and the job also sees the breaking change, it...

type-bug
package:firehose

If you do `warn_on: ""`, then the job fails with `FormatException: "--ignore_license" is not an allowed value for option "warn_on".`. Presumably, it ends up passing `--warn_on --ignore_license` with nothing between...

type-bug
package:firehose

Add a health check job that checks various things, such as changelog entries and proper semver. Would avoid issues such as the one in https://github.com/flutter/devtools/pull/8291 where breaking changes are accidentally...

release-notes-not-required

## unnecessary_super ## Description Don't use `super.` to refer to a member which is not overridden by the current class, just use ``. ## Details An unnecessary `super.` invocation can...

type-enhancement
lint-proposal
status-pending

Checking to see if this still is broken for workspace repos