Thiago Marcos P. Santos

Results 5 issues of Thiago Marcos P. Santos

Remaining work to be done from: https://github.com/mapbox/mapbox-gl-native/pull/15385 - [x] Remove duplicated bots from `legacy` - [ ] Remove node-js dependency for running core tests (depends on [this](https://github.com/mapbox/mapbox-gl-native/issues/15455)) - [ ]...

build
refactor

Several of our static libraries are leaking symbols because we don't set the default visibility to hidden when building them. This is a problem because it can clash with system...

bug
ng

Dispose it when it is no longer in use. Also add leak detection to all the unit tests to prevent regressions. Fixes #150

Running the unit tests with [leak tracker](https://github.com/dart-lang/leak_tracker) enabled will fail because TextPainter is not being disposed. Fix on #149 ``` Expected: leak free Actual: Which: contains leaks: # The text...

bug

The path might point to a different path than what android-emulator-runner expects, like when XDG_CONFIG_HOME is set.