Re: [dev-servo] Let's merge core-foundation-rs, core-text-rs, and core-graphics-rs

2017-10-25 Thread Anthony Ramine
I vote macarena. > Le 25 oct. 2017 à 21:23, Jack Moffitt a écrit : > > What do you propose as the new crate name? ___ dev-servo mailing list dev-servo@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-servo

Re: [dev-servo] Let's merge core-foundation-rs, core-text-rs, and core-graphics-rs

2017-10-25 Thread Jack Moffitt
I'm fine with that plan. Patrick should probably weigh in as our resident mac expert :) jack. On Wed, Oct 25, 2017 at 2:38 PM, Josh Matthews wrote: > Actually, I'm considering adding cocoa-rs to the mix as well, since it > relies on core-graphics. Why not merge core-foundation-rs, core-text-rs,

Re: [dev-servo] Let's merge core-foundation-rs, core-text-rs, and core-graphics-rs

2017-10-25 Thread Patrick Walton
Works for me. Patrick On Oct 25, 2017 12:38 PM, "Josh Matthews" wrote: Actually, I'm considering adding cocoa-rs to the mix as well, since it relies on core-graphics. Why not merge core-foundation-rs, core-text-rs, and core-graphics-rs into the cocoa-rs repository (while keeping the crates sepa

Re: [dev-servo] Let's merge core-foundation-rs, core-text-rs, and core-graphics-rs

2017-10-25 Thread Josh Matthews
Actually, I'm considering adding cocoa-rs to the mix as well, since it relies on core-graphics. Why not merge core-foundation-rs, core-text-rs, and core-graphics-rs into the cocoa-rs repository (while keeping the crates separate), and just leave it named cocoa-rs. This is similar to the html5ev

Re: [dev-servo] Let's merge core-foundation-rs, core-text-rs, and core-graphics-rs

2017-10-25 Thread Jack Moffitt
winapi works similarly right? What do you propose as the new crate name? macos? apple? jack. On Wed, Oct 25, 2017 at 2:17 PM, Josh Matthews wrote: > Considering how intertwined these three crates are (in that there's always a > fun dance to update their dependencies when one of them changes), it

[dev-servo] Let's merge core-foundation-rs, core-text-rs, and core-graphics-rs

2017-10-25 Thread Josh Matthews
Considering how intertwined these three crates are (in that there's always a fun dance to update their dependencies when one of them changes), it would be a lot easier if the repositories were merged. We would end up with something much like the html5ever repository, where publishing updates on

Re: [dev-servo] Rust CI is now gated on compiling pinned commits of Stylo and WebRender

2017-10-25 Thread Simon Sapin
On 25/10/17 16:43, Josh Matthews wrote: This is great news! Is there any chance that the compilation time for these crates is tracked over time as well? That’s https://github.com/rust-lang-nursery/rustc-perf and http://perf.rust-lang.org/ , which has a separate list of crates. It already had

Re: [dev-servo] Rust CI is now gated on compiling pinned commits of Stylo and WebRender

2017-10-25 Thread Josh Matthews
This is great news! Is there any chance that the compilation time for these crates is tracked over time as well? On 10/25/17 3:53 AM, Simon Sapin wrote: As part of the tests that must succeed on CI before any pull request is merged, the https://github.com/rust-lang/rust/ repository has a src/t

[dev-servo] Rust CI is now gated on compiling pinned commits of Stylo and WebRender

2017-10-25 Thread Simon Sapin
As part of the tests that must succeed on CI before any pull request is merged, the https://github.com/rust-lang/rust/ repository has a src/tools/cargotest subdirectory that runs 'cargo test' in a given list of other git repositories. Each has a fixed commit that is known to work on stable Rus