Lee Thomason

Results 9 issues of Lee Thomason

**Describe the bug** UBSan correctly flags this line in the Murmer3 code: ``` /Users/runner/work/orc/orc/src/hash.cpp:40:69: runtime error: load of misaligned address 0x00010c28f87b for type 'const uint64_t' (aka 'const unsigned long long'),...

bug

**Describe the bug** Lucky, really, since #49 is a legitimate UBSan error. But even though UBSan reports the error, the CI build on github still succeeds. Likely a problem with...

bug

## Description The heavily used `die` is currently 96 bytes. With this PR, it is brought down to 88 bytes, by removing the _hash member. We still need the hash...

**Describe the bug** An ODRV is being reported twice, once for each architecture. ``` warning: ODRV (class:byte_size); conflict in `adobe::cloudservices::platform::HttpRequestObject` within: liblecplatform.a: within: arch.arm64: etc. ``` ``` warning: ODRV (class:byte_size);...

bug

**Describe the bug** If logging is used, ORC outputs to multiple streams, which causes the number of ODRVs reported to be doubled. ``` info: ORC complete. info: 537 ODRVs reported...

bug

''''XMLTest("Read dream.xml", true, uint32_t(size) >= uint32_t(bytesRead));'''' Why the >=? May be a line conversion issue; need to make sure it works or nothing more sinister.

The blade flash is really basic...adjust timing? interpolate?

enhancement

Constant jitter is a little obnoxious. But occasional jitter adds character. (At least as an option.) Should be part of configuration.

enhancement

The code runs on the 64 bit gcc compiler, but needs to compile clean. Types are a little off. Also a CMakeFile would be nice.