I checked these issues locally and they look like straightforward compatibility problems with newer dependencies rather than actual logic bugs. For s7_NIL, replacing it with s7_nil is the correct fix because newer s7 builds no longer expose the old symbol name. For JUCE, compareLexicographically was removed in later versions, so switching to compareNatural is a sensible replacement as long as the sorting behavior still matches expectations. The executable permission on src/Transport.h is almost certainly...
I checked these issues locally and they look like straightforward compatibility problems with newer dependencies rather than actual logic bugs. For s7_NIL, replacing it with s7_nil is the correct fix because newer s7 builds no longer expose the old symbol name. For JUCE, compareLexicographically was removed in later versions, so switching to compareNatural is a sensible replacement as long as the sorting behavior still matches expectations. The executable permission on src/Transport.h is almost certainly...