Alexandre Ardhuin

Results 102 comments of Alexandre Ardhuin

AFAICT this lint rule is [disable in flutter/flutter](https://github.com/flutter/flutter/blob/159ebf736acd9af684dac033ec1a94f9b92d28b1/analysis_options.yaml#L187).

Some times ago I wrote [zengen](https://github.com/a14n/zengen) that contains a [generator to do _delegation_/_forwarding_](https://github.com/a14n/zengen#delegate). The annotation had an optional parameter to be able to exclude some methods and provide a way...

Note that I only tested this PR on Linux.

This issue is indeed a dup of [JENA-1601](https://issues.apache.org/jira/browse/JENA-1601) and my concern was exactly what the description explained. But I also raised this issue to _detect_ more easily issue like #1670.

> have you observed any effects of not closing partially consumed iterators? Indirectly via #1670 ;) > The contract is "consume or close (or both)". Sure but humans make mistakes...

Same behaviour on the left square bracket of a list.

The problem appears also in argument lists: ```diff actions: [ - IconButton( // action button + IconButton( + // action button icon: Icon(choices[0].icon), onPressed: () { _select(choices[0]); }, ), -...

What about wrapping when a string ends with `\n`?

Formatting of expression functions should be improved by #794