Describe the Bug
values/mod.rs line 228 expects section to be a &str, but a conditional compilation block uses format! to modify section, making it a String. This was introduced by #398.
To Reproduce
Build on MacOS
Expected Behavior
Build success
LLVM Version (please complete the following information):
LLVM Version: [e.g. 6.0]
18.0
Inkwell Branch Used: [e.g. llvm6-0]
Master
Desktop (please complete the following information):
OS: [e.g. Ubuntu 16.04, Windows 10]
MacOS 13.3 and 13.4 (Aarch64 and x86)
Additional Context
I'm opening a PR with a fix after a MacOS machine runs a test on the fixed version
Describe the Bug values/mod.rs line 228 expects section to be a &str, but a conditional compilation block uses format! to modify section, making it a String. This was introduced by #398.
To Reproduce Build on MacOS
Expected Behavior Build success
LLVM Version (please complete the following information):
Desktop (please complete the following information):
Additional Context I'm opening a PR with a fix after a MacOS machine runs a test on the fixed version