Re: Must we rebuild all our rust code constantly?

2019-08-20 Thread Markus Stange
On 2019-08-19 8:11 p.m., Dave Townsend wrote: Thanks to a tip I've tracked this down. This seems to only be the case when I have sccache enabled. Disabling it gives me nice quick incremental builds again. What's your sccache version? I think you may be hitting the following sccache bug which

Re: Must we rebuild all our rust code constantly?

2019-08-20 Thread Eric Rahm
You can use |mach clobber --full| to remove the incremental cache. It might be worth filing a bug for the large size, my best guess is that we're keeping around items from old compiler versions. It's possible we could do a full clobber of the IC when we detect a new compiler version, but that

Re: Must we rebuild all our rust code constantly?

2019-08-20 Thread ISHIKAWA,chiaki
On 2019/08/20 14:32, Kris Maglione wrote: On Tue, Aug 20, 2019 at 02:23:06PM +0900, ISHIKAWA,chiaki wrote: On 2019/08/20 9:11, Dave Townsend wrote: Thanks to a tip I've tracked this down. This seems to only be the case when I have sccache enabled. Disabling it gives me nice quick incremental

Intent to deprecate: mathspace names for MathML lengths

2019-08-20 Thread Frédéric Wang
Hi, In bug 1574750, I intend to deprecate mathspace names for MathML length values ("thinmathspace", "mediummathspace", "thickmathspace", etc) which only have suggested values [1]. The MathML CG agreed to remove them from MathML Core as they can be replaced with equivalent em values [2].