Nicolas Piguet
Nicolas Piguet
> TS.MADD does let you know which value was wrong. > For example the in the following error you can see the first `a 5 5` succeed while `a 1...
Same problem here, with a Xiaomi mix 3, android 9, AA 4.1
I've added `unravel(Callable)`, which can be nicely combined with `join()` and `get()` using method references. I've tried making special utility methods, but there was a lot of overloads (join, get,...
I think this PR is ready now.
It looks like Travis CI got stuck. Is there anyway to force it to run the checks again? Theoretically, this should be green.
I really hate to sound pushy, but is there any chance that this can be reviewed?
There's some encouraging progress. The plugin can now find field usages inside the body of generated methods, follow the references to the generated methods parameters, and then find usages of...
It's getting better I think all the references are being found, but some nodes still don't look very descriptive when displayed in the "find usages" view, which is partially shared...
The thing about LightElements, is that they don't seem designed to handle more than declarations. So classes, methods, fields, etc... can be done, but statements, expressions, code blocks, etc... can't...
It looks like in term of the display of the results, I can't do much better. each line of the results view is split in two: 1. A syntax highlighted...