Results 118 comments of Vidar Holen

ShellCheck is right, the variables in question must indeed be separately quoted. [The wiki](https://github.com/koalaman/shellcheck/wiki/SC2086) explicitly mentions this case. If it worked as described you could simply have put `echo "$(`...

I'm unable to reproduce this with v0.8.0 and master. In both cases I'm getting SC1091 with `shellcheck -x lib/my.sh` and no output with `cd lib && shellcheck -x my.sh` ShellCheck...

I came across [macOS-cross-compiler – Compile binaries for macOS on Linux](https://github.com/shepherdjerred/macos-cross-compiler) on Hacker News. It took all weekend, but I managed to build a version of GHC that appears to...

I'm glad to hear it's working, thanks! The binary is huge (59MB) because A. stripping it breaks the linker default signature (and there's no `codesign` utility in the Docker image),...

I believe the osxcross image predates Apple Silicon, so it doesn't have any aarch64 toolchains installed.

Sorry, it's been a busy year. Can you give me some background for this? Why does Gentoo's build system need build time variables in ShellCheck?

Is the set of variables known in advanced? How far would one get by adding `.ebuild` as a synonym for `.bash` and a hard coded list of known variables?

My understanding was that it essentially adds a de facto build time dependency on Python and out-of-tree ChromeOS build files, and is then tailored to work on ChromeOS ebuilds. Is...

I'm not opposed to merging a polished version of the functionality, the source and upkeep of the variable data is my only real concern. Could/should these be collected at runtime...