Andrew
Andrew
:) As a prototype, I pushed https://github.com/mcandre/shaggy . Functionality is rather basic, but it shows what is possible with pure POSIX sh, and what the syntax looks like. Also features...
> Would a dependency on Windows Subsystem for Linux be acceptable For now, sure! Note that some users configure Git Bash, Cygwin, MSYS, MinGW, and other environments, so testing against...
I am getting @tpoechtrager's same error message when I try to compile Hello World with osxcross. Installed Ubuntu 20.04 Focal Fossa. Installed Focal Fossa's Clang. Used Focal Clang to build...
Another example: I cannot compile Hello World with osxcross unless libxml2-dev is installed. Even though hello.c does not use anything from libxml2-dev. Perhaps this is something that could be statically...
Note that the downstream project https://github.com/multiarch/crossbuild does some automation for binary signing. Perhaps we can do something similar as a last step in osxcross.
`file` is not necessarily available on every operating system by default. The default install base in many operating systems has begun to shrink and not necessarily install such critical developer...
This x1000. For all corporate coding work.
> symbol resolution is too complex Not if we use mutation testing! Duplicate of #134.
Perhaps not by default. I’m just asking for the option to enable such a check. I am considering writing many applications in D as a compromise between portability vs safety....