[dev-platform] Re: Pernosco now supports SHA instructions, pull latest pernosco-submit

2022-06-01 Thread Kyle Huey
On Sun, May 29, 2022 at 9:07 AM Kyle Huey wrote: > > Hi everyone, > > This weekend I've upgraded the machines Pernosco runs on to have Ice > Lake-derived Xeon processors. This means that we can now support > traces recorded with the SHA extension instructions. If you have been > creating

[dev-platform] Re: Deprecating SpiderMonkey Rooting Typedefs

2022-06-01 Thread Bobby Holley
I've submitted a patch in bug 1772234 to update the style guide. On Fri, May 27, 2022 at 10:45 AM Bobby Holley wrote: > Hi Folks, > > We've long had two ways to specify SpiderMonkey rooting types in C++: via > the canonical definition (e.g., JS::Handle) and the a set of > shortcut typedefs

[dev-platform] Re: [ANNOUNCE] Firefox-CI Taskcluster version upgrade to 44.14.0

2022-06-01 Thread Geoff Brown
This is now finished. We upgraded to 44.14.0 (CHANGELOG ). If you see any issues, please let us know in one of the aforementioned back channels. Thanks! On Tue, May 31, 2022 at 8:46 AM Geoff Brown wrote: > Hello all! > > The

Re: [tb-developers] Re: [dev-platform] Passing environment variables or |mach try fuzzy ...| for C-C (was Too verbose debug log file:: What can we do about it?)

2022-06-01 Thread ISHIKAWA,chiaki
On 2022/04/24 6:25, Gabriele Svelto wrote: ./mach try fuzzy --env MOZ_LOG="ObserverService:5" Then pick the tasks you want to run and you'll get the same log messages as you'd get locally. Hi, Per your suggestion, I am trying to see if I can pass environment variables to task cluster job.

Re: [dev-platform] Re: Deprecating SpiderMonkey Rooting Typedefs

2022-06-01 Thread Kagami Rosylight
Currently the use of [[deprecated]] is disallowed, though: https://firefox-source-docs.mozilla.org/code-quality/coding-style/using_cxx_in_firefox_code.html#notes > |[[deprecated]]|: If we have deprecated code, we should be removing it rather than marking it as such. Marking things as

[dev-platform] Re: Deprecating SpiderMonkey Rooting Typedefs

2022-06-01 Thread Mirko Brodesser
On Friday, May 27, 2022 at 7:45:18 PM UTC+2 Bobby Holley wrote: > Hi Folks, > > We've long had two ways to specify SpiderMonkey rooting types in C++: via > the canonical definition (e.g., JS::Handle) and the a set of > shortcut typedefs defined in TypeDecls.h (e.g., JS::HandleObject). > >