Dane Springmeyer
Dane Springmeyer
/cc @tmcw who I know has been thinking about js code coverage recently too and might have ideas.
@BergWerkGIS and I have both tried to build with `--shared_gdal` but hit problems. I think at this point `--shared_gdal` only works predictably against a libgdal that has actually been compiled...
@weagle08 thanks for the update and look forward to hearing progress. As far as wms/node.js/mapnik, if you have not seen https://github.com/mapbox/landspeed.js, check it out. It does not implement the entire...
Yes, if you pass `--shared_gdal` then node-gdal will not build its internal gdal copy and instead will use an external copy. On windows this triggers some strict assumptions about where...
I did not write the updating support. But I vaguely think it may be triggered in the case that the binary has been cached locally but it is being also...
> which mason should be using by default, IMO, but that's a different discussion). Yes, I've often wanted this, just not had time to write tests for it. > I'm...
@danpat still plan/need to land this or can it be closed?
Or, we could try to get the default build of LLVM changed such that it does work with the command line tools. Debugging locally with @millzpaugh and @allieoop we found...
Cool, does it build okay locally? Have you tried triggering a build on travis?
Yes, this has bothered me about boost as well. The download and untar is done for every specific library build and not shared. Fixing this is not urgent but would...