Carol Hansen
Carol Hansen
When creating a new mason release PR, there is a tricky difference in the `mason_load_source` function between [gitsha releases](https://github.com/mapbox/mason/blob/master/scripts/vtzero/088ec09/script.sh#L11) and official [tag releases](https://github.com/mapbox/mason/blob/master/scripts/protozero/1.6.1/script.sh#L11). Similar gotchya related to the [build path](https://github.com/mapbox/mason/blob/master/scripts/vtzero/088ec09/script.sh#L16)...
👋 We are ramping up efforts to document the current spec as well as discuss a future version with all contributors. This ticket serves as the overarching plan forward. @mapsam...
Per @springmeyer and @joto 's thoughts: We have a few clang-tidy warnings needing fixed. They should be failing the build, but are not due to https://github.com/mapbox/node-cpp-skel/issues/105. These are what show...
Per @springmeyer 's thoughts: The CLI currently expects a `--style` flag that reads a mbgl style that is then run through `/lib/styleToFilters.js` I think it would be ideal to also:...
Per @springmeyer 's thoughts: We should use the RAII pattern to ensure that AsyncBaton will not leak if an exception occurs.
Per @springmeyer 's thoughts: A potential optimization to look into would be: - Track if we don't ever shave any data off a tile - In that case, return early...