Bob Nystrom
Bob Nystrom
> The bigger question is how many of those parameters are actually modified. The script I wrote is pretty hacky, but assuming it does the right thing... ``` -- Assigned...
@modulovalue, I would write your example as: ```dart enum _State { base_router, fill_equals, route_buffer, done } Iterable Function({ required int Function(L, R) outer_inner_order, required T Function(L, R) emit, }) already_sorted_sort_merge_join({...
Yeah, that works fine too.
No update, sorry. We're almost entirely focused on null safety right now.
I like the general direction here, but if we're going to loosen the proposal so that augmentations can fill in default values, I think we should go all the way...
I explain that here: https://craftinginterpreters.com/introduction.html#the-code
Is this only an issue around implicit downcasts? I can't think of how you could have a pattern variable declaration where promotion would actually do anything otherwise. If so... my...
@dart-lang/analyzer-team, @dart-lang/language-team, @dart-lang/core-package-admins, any other important tools/workflows/packages that should handle this?
Good idea, @parlough. [Filed an issue](https://github.com/dart-lang/pub-dev/issues/8128) and added it to the list. Thanks!
> [@munificent](https://github.com/munificent) could we get a `formatter` flag to configure which files (glob list) can be excluded from formatting? Maybe a `// dart format exclude` comment also? Potentially, yes. Here's...