Michael R Fairhurst

Results 86 issues of Michael R Fairhurst

I thought this worked, but I was wrong: ``` ``` instead it fails silently.

Type: enhancement
P2 medium
Category: validation

cc @bwilkerson @stereotype441 This should reduce coupling between the plugin & package:analyzer.

P2 medium
S1 high
Category: refactor

The SDK uses golem to track latency of certain tools. Use this to track memory, latency, CPU, etc of our plugin from a whole-stack perspective to catch regressions.

Category: performance

I thought I had seen that ``` `` it stops parsing on the keyword, and ignores the rest. This makes `in` in an `ngFor` harder to diagnose: ``` ``` where...

Type: bug
State: needs info
P2 medium
S2 medium
Category: validation

``` Fuzz Failure import 'package:angular2/angular2.dart'; @Component( selector: 'my-aaa, templateUrl: 'test.html', directives: const [CounterComponent, NgIf, NgFor, NgForm, NgModel]) class ComponentA { List items; Strig header; } @Component( selector: 'my-counter', inputs: const...

Need to determine if this still happens at master, or just the latest published version. ``` 516300408871:PluginEx:NoSuchMethodError:: The getter 'contents' was called on null. Receiver:: null Tried calling:: contents:#0 Object.noSuchMethod...

Type: bug
P2 medium
Category: stability/error recovery

We should test that when analysis is disabled in the analysis_options.yaml that it also disables angular analysis. And likely we want the ability to turn off angular analysis for some...

Type: enhancement
P2 medium
S2 medium
Category: validation

Currently ``` @ContentChild(Object) ... ``` results in an error at the definition. Technically, this isn't always broken. I can bind my directives to the injector as type `Object` and they...

Type: bug
P2 medium
S1 high
Category: validation

I don't know very well how this works, but I think the basics of it is that I may have a component which selects itself based on a tagname, ```...

Type: enhancement
State: needs info
P1 high
S1 high
Category: validation

per review from @scheglov on #458

P2 medium
S3 low
Category: refactor