David H. Hutchens

Results 32 comments of David H. Hutchens

I had thought of restricting the number of redraws a long while ago. But I didn't investigate it. My thought was to pick a prime number, p, such that with...

Does a previous version, such as 3.6.1, work for you? If not, go back a few more versions and try that. I'm trying to determine if this is something we...

Please try the following. Locate your preferences file for Logisim-evolution. On Linux, it is probably in your home directory with a name starting with a dot. @MarcinOrlowski can be more...

I have a few comments to make considering where this seems to be going. The idea of a le-package makes sense and would often make it easier to distribute things...

@maehne: PRs #1438 and #1446 moved the main test method from HexFile to junit. There are three other main methods listed in this issue that should be examined. So I...

I am not sure it makes sense to negate the select input to the multiplexer since the select input can be many bits wide and is treated as an integer...

With the merge of #1955, all the main test drivers have been converted to JUnit.

After some thought, I'm pretty sure that this is not thread safe as written. In the getBundleMap code take the following sequence. First the simulation thread arrives and checks if...

As to change #2, The simulation likely waits for the draw because if it continues it will update the values while the draw is in process and the resulting drawing...

In @kevinawalsh's CircuitWire code, line 1055, There is this: ` /*synchronized*/ private Connectivity getConnectivity() {` ` Connectivity ret = masterConnectivity; // volatile read by AWT or simulation thread` ` if...