Lars Bergstrom
Lars Bergstrom
Note that there's another way to get simple AppVeyor support, by just watching the branch status. See: https://github.com/servo/saltfs/pull/232
For our non-Buildbot configs, Servo would like to test our PRs on TravisCI for Linux+OSX+Android and AppVeyor (https://github.com/barosl/homu/issues/87) for Windows, so this would help us, too.
Implemented by @Manishearth in https://github.com/servo/homu/pull/13
cc @MortimerGoro @blairmacintyre @trevorfsmith
@JJayet Nice work! Does this work with: ``` [target.'cfg(all(not(target_os = "window"), not(target_os = "ios")))'.dependencies]` ``` ? If so, that would be ideal. If it works and gets to the next...
@JJayet Thank you for joining in to work on this bug when I hadn't even properly tagged it!
Here's an example of a spot shared on twitter where coordination between NDK changes and some of the Rust crates should be grown if we do invest in this area:...
From Servo's point of view, we are planning toadd `@bors: try` so that you could do so without implying `r+`. One important bit is that `try` processing should always happen...
@asajeffrey I assume that there's also a third point there - you can choose not to ignore any `Rc` with a refcount > 1 if it's instantiated at a type...
@asajeffrey I just thought it might be worth looking at, since a lot of the stuff we `Rc` in servo is basically a heap-allocated integer, a hash table instantiated at...