Ilya Yanok

Results 24 issues of Ilya Yanok

I've found some unexpected "Alias for:" messages, especially while running particularly long commands: ``` $ echo longlonglonglonglonglonglong linelinelinelinelinelinelinelinelinelineline Alias for: echo longlonglonglonglonglonglong linelinelinelinelinelinelinelinelinelinelin longlonglonglonglonglonglong linelinelinelinelinelinelinelinelinelineline ``` I believe this is...

I guess the text is formally correct (although it can be more precise) but the example is completely misleading: capture might happen if we do substitution under a lambda but...

Is possible to handle tests being killed with `prog: ` by the RTS? Now Hedgehog just dies, but it would be great to report the input that causes the test...

bug
question

`custom_syntax_test` needs to be updated, since https://github.com/dart-lang/markdown/commit/d72ae07c8290b3780044170eda28eda5a9fb342e change in the `markdown` package won't allow changing `children` of the `Element` created with `Element.withTag()`.

p: flutter_markdown

Or is it completely up to the user to make sure to only use the supported constructs? Sometimes (the particular case I'm having at hand is required named arguments) it's...

Error handlers passed to both `Future.catchError` and `Future.then` and intentionally typed too wide, to allow passing both 1- and 2- argument handlers. This unfortunately could lead to run-time type errors...

area-analyzer
P2

Consider this code: ```dart final m = LinkedHashMap(); // LINT ``` This is currently reported. But I might have completely valid reasons to want a linked hash map here: -...

type-bug
false-positive
P2
set-recommended

There is a typo in exercise 3.79. Should be second derivative of y wrt to time.

I guess the main thing is to split the mock object itself from the mock configuration object. That would mean a breaking API change, but the fix will be trivial...