David H. Hutchens

Results 11 issues of David H. Hutchens

The code contains 4 main methods that may be intended as tests. These should be move to junit tests as appropriate. The four main methods are: * [src/main/java/com/cburch/hex/Test.java](https://github.com/logisim-evolution/logisim-evolution/blob/master/src/main/java/com/cburch/hex/Test.java): public static...

SonarQube is causing our build script to die on merge to main. Specifically, it is giving an error that it can't find a server at http://localhost:9000. According to the documentation...

Our current transistor documentation does not accurately describe its behavior. The full table of behavior and the "summarized form" do not describe the same behavior. The wording describing the East...

Our nightly build 1103 failed on the Mac build three days ago. It could not find Java 16. The available versions are 11, 17, 18, 19, 20, 21, and 22....

macOS

This PR moves us to Java 21. It also makes appropriate changes to the documents. I have also updated gradle to 8.7 to ensure it is compatible. It completes #1997.

I described in #1997 the Nightly upload issues this PR should fix.

As I described in #1997, Java's jpackage utility changed the default filename for the Debian package to drop the release number as the default. The Java issue describing what they...

I used grep to find all 16s in docs but missed the README. Thank you for catching it, @maehne.

Dragging a RAM component to a new location on the canvas resets the RAM contents in v3.9.0. I noticed when checking things while upgrading the circuit propagation components. I also...

The command line "--tty tty,speed" option fails for several reasons. 1) The code doesn't allow two --tty flags, even though it claims it does. 2) The problem with reuse of...