Rod
Rod
If update RA fixes it we can close, I will try this afternoon. On Wed, May 31, 2023, 12:50 PM Chad Brokaw ***@***.***> wrote: > So while playing with this...
Per IM it seems you can jump into the generated file but not navigate within it. Navigate within is what I want fixed.
Per further IM, if we generate code under src and make it a "normal" module (no include!) this should work. Downsides to this include: 1. Codegen will need a way...
font-write-types or font-write-common or some such then perhaps?
+1 to trying to match fonttools as an excellent starting point. We can deviate, but lets do so consciously after starting with match fonttools.
To see what Rust libraries Chrome has one might (per @drott ) checkout https://source.chromium.org/chromium/chromium/src/+/main:third_party/ then search for Rust `find . -name 'BUILD.gn' | xargs grep '//build/rust/'` Edit: or https://source.chromium.org/search?q=f:third_party%20f:BUILD.gn%20%22%2F%2Fbuild%2Frust%22&sq=&ss=chromium
> I assume that for the time being we’ll maintain that as a hard requirement for landing new code. +1. In fact, I'd be enthused about CI rules enforce it,...
Run `cargo tree` and compare to an allowlist?
I do agree we are now small enough but ... nows a good time to put things in place for when that potentially isn't true in future.
I understand that the intent is it's safe, and in abstract I"m ok with unwrap where we can convince ourselves it's definitely going to succeed. That said, this specific use...