Dane Springmeyer

Results 225 issues of Dane Springmeyer

It looks possible for the value returned by `xcode-select -p` to not exist. In this case we should stop the build or warn the user of the potential problem. refs...

Mason users may need to rebuild packages from source using a different compiler than was used for the binary packages. To enable this we'll need to expose the `CXX` and...

Currently the only way to get `lld` is to install the entire `llvm` package. To make `lld` tenable to install in CI systems quickly we should add a new llvm...

We should run the code (`mason` and `mason.sh` to start) through https://www.shellcheck.net or something equivalent.

Recently travis tests have failed every once in a while due to network failures. Ticketing here so other devs have some visibility that this is happening and to log any...

Mason should be more strict about using consistent compiler versions for all mason binaries. This ticket describes some context of why this is important, background, proposed ideas for a solving...

The `iwyu` command was not available when I packaged llvm 5.0.0 #471 so it got left out. The script.sh exists but no binaries could be made. This ticket is a...

Currently if mason is run on a platform that is not one of the supported platforms (linux or osx) then the `MASON_PLATFORM` variable will not be set at https://github.com/mapbox/mason/blob/4da5ec441b9bad3aa546c414b519fee611a77e4d/mason.sh#L9-L15. This...

If package `a` depends on library `b`. And package `c` depends on both `a` and `b` we need to ensure that the version of `b` are exactly the same. @springmeyer...

@tmpsantos (in https://github.com/mapbox/mason/pull/268) has figured out how to build cxx11abi packages for boost libraries on travis 🎉 . The key is that we need to edit the headers of the...

ng