update profiler_helper's object and goblin dependencies
Categories
(Core :: Gecko Profiler, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: froydnj, Assigned: eijebong)
References
Details
Attachments
(2 files)
We're trying to pull in some crates for wasm sandboxing and discovered they depend on newer versions of object
and goblin
. Since we don't really want multiple copies of these crates in tree, it'd be good to update profiler_helper
to depend on newer versions.
(backtrace
depends on different versions of object
and goblin
...but somehow we only have one copy of each of object
and goblin
in the tree. I do not understand why this is. Ideally when we update profiler_helper
, we won't magically find ourselves with two versions of these crates in-tree...)
Bastien, are you interested in updating these crates?
Assignee | ||
Comment 1•5 years ago
|
||
I had a patch somewhere to dedupe rand which updated those and I totally forgot about it. I'll have a look at it later today.
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D45046
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2a3eff133e23
https://hg.mozilla.org/mozilla-central/rev/782406529ec4
Description
•