Oliver John Hitchcock

Results 7 issues of Oliver John Hitchcock

Add support to switch to using single precision instead of double precision floating point values in delaunator. This allows the user to define `DELAUNATOR_SINGLE_PRECISION` to toggle the usage of single...

When creating an array of chars with initailiser array of integer values it seems to create an array 4 * the expected size instead of converting the values to chars,...

compiler
bug-future

I believe this change is needed as with a lot of SM codebases becoming larger the use of Test / Unit testing is more needed. It is'nt practical to setup...

Seen multiple bad usage of this function that works only because whatever was passed in was returned as it wasnt an entity reference. This code should have worked and would...

# Solution This change looks to ignore stock variables that are not from the main source file. # Testing Added two new compile tests for stock variables and arrays.

# Solution This was replaced with read_file() in version 3.2. Added a try cactch block around this code so we can delegate through to either version. # Testing Testing scripts...

# Solution This adds stock functions to the maybe used set which seems most appropriate. We can then mark all of the functions they refer too as maybe used also....