Greg Dennis
Greg Dennis
Right now, it seems difficult to distinguish normal vs exceptional results. How hard would it be to add an additional field to "output", like "output.error", that would be set if...
On the udev add event on Linux, usbmuxd does successfully signal the main usbmuxd process to check for new devices, and usb_discover is called, but usb_discover appears to be called...
The documentation on `Reboot` includes the phrase "Only the DEFAULT method ..." https://github.com/openconfig/gnoi/blob/master/system/system.proto#L101 But there is no `RebootMethod` named "DEFAULT". There is one named "UNKNOWN" but the documentation next to...
DemocracySuite supports batch elimination only in the case of a tie for last place, which is nice to use in in combination with the "previousRoundCounts" method in jurisdictions where the...
## What version of OpenRewrite are you using? I am using commit d9be625d432c78398b13070e60cdf6ff8d7a8628, an 8.69.0-SNAPSHOT ## How are you running OpenRewrite? Developing a new recipe in rewrite-testing-frameworks. ## What is...
## What's changed? This allows the type of a Kotlin `MethodInvocation` to be considered valid if null, as already anticipated by the [by the KotlinTreeParseVisitor](https://github.com/openrewrite/rewrite/blob/e118585d5a7081be8315c669127177e8b100002f/rewrite-kotlin/src/main/java/org/openrewrite/kotlin/internal/KotlinTreeParserVisitor.java#L2018). ## What's your motivation? -...
## What's changed? ## What's your motivation? Add unit test showing null Methodinvocation type. This test fails in this repo but the very same test passes when added to the...