Devon Carew

Results 101 issues of Devon Carew

We may want to switch the `orderDirectives` and `useNullSafetySyntax` defaults for DartEmitter; they both currently default to `false`. https://github.com/dart-lang/code_builder/blob/master/lib/src/emitter.dart#L78

next-breaking-release

This package was updated to use trailing commas for generated parameter and expression lists in order to address (substantial) dart format slowdowns when formatting some larger generated files. It would...

type-enhancement

We want to move dartdoc into the sdk repo to better participant in refactorings to the analyzer codebase.

P2
type-infra
type-code-health

@jcollins-g, @srawlins - I'd like to get your thoughts on a proposal for a redux of the in-page search UI. This might address a few of the findings of the...

type-enhancement
P2
area-search
area-web-design

- removed the `validate-links` command line flag and related functionality This feature was enabled by default when running dartdoc via `bin/dartdoc.dart`. From testing, when generating docs for package:win32, 90% of...

If the right nav contains a link to the current page, that link should be disabled (or at least have a different rendering).

type-enhancement
P2
area-web-design

We're seeing around 70 failures; here's an example: ``` test/firefox_timeouts_test.dart: TimeOuts set all timeouts (failed) SessionNotCreatedException (500): Session is already started package:webdriver/src/handler/w3c/utils.dart 81:9 parseW3cResponse package:webdriver/src/handler/w3c/session.dart 19:21 W3cSessionHandler.parseCreateResponse package:webdriver/src/common/request_client.dart 46:32 SyncRequestClient.send...

I'm considering building a `directories` package - a package to make it easy to locate application directories (config, cache, settings, ...) in a way that respects the conventions of the...