Mike Frysinger

Results 280 comments of Mike Frysinger

thanks for the tip. i thought `--jscomp_error=*` would have done that for me, but i guess not. i gave it a try on my codebase and i have almost 5k...

i'm just interested in having closure-compiler tell me there is a problem, not try and combine all the types together. i'd be fine with requiring the externs be in the...

how would one handle multiple programs in a single project ? for example, i want to generate two filters and then select between them based on runtime settings -- if...

I certainly understand the concern about scope creep. I'm happy to take it one step at a time. I'll start with the C header generation in #15. I did a...

could we at least flip the default and make a 1.5 bump ? it's easy to convert strings->bytes, but hard to convert bytes->strings reliably.

https://chromium.googlesource.com/chromiumos/overlays/chromiumos-overlay/+/refs/heads/release-R100-14526.B/dev-python/pyahocorasick/files/pyahocorasick-1.4.0-bytes.patch

this PR is actively broken/bad as i described. look at how `DESTDIR` is expanded twice. i'm not against deleting `ROOT` and moving `DESTDIR` to the individual rules rather than putting...

refining summary because it's as @gpshead said -- there was a section 3.9, but there isn't one anymore. the internal Google style guide is the same way. it's confusing, but...

considering browsers allow favico.ico to be just about any format, and html has `` tags for just about any format, the actual ico format isn't really that important. that said,...

sure, let's go for it. thx @Lerchensporn.