Re: Editing vendored crates take #2

2017-05-02 Thread Boris Zbarsky
On 5/2/17 2:54 PM, Josh Matthews wrote: My cargo from April 19 claims that "cargo vendor" isn't a real command. Did you mean `./mach vendor rust` Er, yes, I did. -Boris ___ dev-platform mailing list dev-platform@lists.mozilla.org

Re: Editing vendored crates take #2

2017-05-02 Thread Ted Mielczarek
On Tue, May 2, 2017, at 02:54 PM, Josh Matthews wrote: > On 2017-04-28 3:07 PM, Boris Zbarsky wrote: > > On 4/28/17 1:05 PM, Josh Matthews wrote: > > 2) Run "cargo vendor" and watch it fail because of something I never > > figured out. > > My cargo from April 19 claims that "cargo vendor" isn't

Re: Proposed W3C Charter: Media and Entertainment IG (was Web and TV IG)

2017-05-02 Thread Tom Ritter
So I haven't thought through this proposal in detail, but I worry it has concerns for SOP. One of the big pushes in the Web Crypto group was to enable the web to talk to SIM cards and PIV cards and related secure elements. But these SEs had no notion of an origin and thus could let the user be

Re: Updating a particular vendored crate by minor version

2017-05-02 Thread Kartikaya Gupta
You can update a specific crate to a specific version like so: cd toolkit/library/rust cargo update -p encoding_rs --precise cd ../gtest/rust cargo update -p encoding_rs --precise cd ../../../../ mach vendor rust On Tue, May 2, 2017 at 4:38 AM, Henri Sivonen wrote: > I

[Firefox Desktop] Issues found: April 24th to April 28st

2017-05-02 Thread Cornel Ionce
Hi everyone, Here's the list of new issues found and filed by the Desktop Release QA Team last week, *April 24 - April 28* (week 17). Additional details on the team's priorities last week, as well as the plans for the current week are available at:

Updating a particular vendored crate by minor version

2017-05-02 Thread Henri Sivonen
I have toolkit/library/rust/shared/Cargo.toml depending on a crates.io crate encoding_c, which depends on encoding_rs. Then I update the minor version of encoding_rs on crates.io but don't update encoding_c. Now if I re-run ./mach vendor rust, nothing happens, because I didn't change the