CheaterCodes

Results 17 issues of CheaterCodes

Maven publications should also publish a javadoc jar.

documentation
good first issue
help wanted

Currently all locks in Chasm are "deep lock". However, in most cases, shallow locks would be preferred. Imagine targeting a single instruction in a method. If a transformation applies a...

enhancement

## Background and Terminology At the start of Chasm, all `Transformer`s are created, usually read from Chassembly files. They can declare ordering relative to other transformers. According to the specified...

design decision

We need a `CONTRIBUTING.md` file that points out the checkstyle task and other things. This is probably something I need to do myself, but I'm putting this here so I...

We are in desperate need to get some uniform code style, at least for this repository. Requirements would be: - Automated checks possible (ideally via gradle) - Integration in Intellij...

enhancement
help wanted

The following line contains an invalid link to QSL: https://github.com/QuiltMC/quilt-installer/blob/1fa6e0e14a224bc2d9fc563ab75a815f65ab8f48/src/main/java/org/quiltmc/installer/gui/swing/AbstractPanel.java#L148

Since I was made aware of an unsoundness in this code base today (see #1485), I decided to have a bit of a look around. I found that `RefMutContainer` erases...