Sam Rawlins

Results 125 issues of Sam Rawlins

The analyzer does not support it and does not intend to, so this change aligns with that effort. It makes analyzing the gap between analyzer and dartdoc easier as well....

@kallentu found this issue. ## Background Dartdoc currently supports a snippets system (`@macro`/`@template`) where a block of text from one doc comment can be re-used in other doc comments: foo.dart:...

P2

I found what I consider to be an issue, which is that every export of a library's elements duplicates those elements in Dartdoc's element model. E.g. given: ```dart // sdk/lib/async/future.dart:...

P2
type-tech-debt
type-performance

@parlough this might be up your alley. @kallentu and I were comparing dartdoc's light mode with our other properties and noticed some discrepencies: | | Text color | Link color...

type-bug
P3
area-web-design

Fixing: - DEAD_CODE - UNUSED_SHOWN_NAME

As of Dart 2.1, Future/Stream have been exported from dart:core.

Today catch "parameters" are kind of special creatures. You can specify one, `catch (e) `, and the catch body will be "called" with one argument. Or you can specify two,...

request

Sometimes when running `dart pub get`, I get this crash: ```none build-collection-1.18.0: SocketException: Connection failed (OS Error: No route to host, errno = 65), address = www.google-analytics.com, port = 443...

package:unified_analytics

## null_aware_followed_by_null_assert ## Description This one is a little odd, but I've seen a few cases. In code like this: ```dart foobarDateRange = (foobarDateRange .clampSomething(Something.VALUE)! .applySomething() ?.clampToSomething(Something.OTHER_VALUE)!)!; ``` It's a...

type-enhancement
P3
lint-proposal
status-pending