-
> Another area I started looking into (but haven't deeply explored yet) for both figuring out how to map variable names to sections of code in a 'smart' way, and potentially also for module identifica…
-
Branch coverage is known to support these branching language constructs:
- `if` and `while`
- Includes `if let` and let-chains
- Treats nested `||` and `&&` as separate branches
- `while` …
-
I'm making a mod that's supposed to run in both MCP and Forge. It works fine in Forge, but Forge rearranges some of the Minecraft code, so the mixins need to change. It's not as simple as moving a blo…
-
**Description**
The idea is to have a basic, simple, ability to validate (or post-process) an object created by a builder *without polluting lombok* `@Builder` with non-building problems ; to do so :…
-
This has got to be the weirdest bug I have ever seen, but I have been able to reproduce it nearly 10 times so I'm very confident in my analysis.
Sometimes, right after an ESD event, the gamepad wil…
-
The synthetization process never finishes just freezes for a dataset with factor attributes, when there are more than 2 classes.
![image](https://user-images.githubusercontent.com/58200257/159455975…
-
See http://www.jmock.org/custom-actions.html and https://relishapp.com/rspec/rspec-mocks/docs/configuring-responses/block-implementation.
-
```
if your object has an int getId(); method. Maybe you want to have a
@Field("id")
public int getId();
When the Json is generated the getId() method is called and the result is
placed in "id"
I …
-
This is an issue to gather key issues for the plane 4.2-4.5 release
- [ ] display message on pilot override active in VTOL pos controller (can prevent descent stage)
- [ ] disable uart reboot chec…
-
BPO | [3692](https://bugs.python.org/issue3692)
--- | :---
Nosy | @gvanrossum, @birkenfeld, @mdickinson, @devdanzin, @serhiy-storchaka, @charettes, @ilevkivskyi, @Mariatta
*Note: these values reflect…