Reid Kleckner

Results 12 comments of Reid Kleckner

I haven't really finished the cache busting/versioning features, but looking at the current code, that is what it does. :) Fixing that would probably just involve changing the shutil.copy to...

Yeah, I looked over at django-compress and that's what they do. I just pushed a first pass at adding it in. Unfortunately, the whole project needs tests, so all I...

Not currently. However, it seems reasonable to support an optional path parameter for where you want the generated bundle to end up. It would also be easy to implement if...

I said I would take on this task and put together a poll, but I'm not convinced at this point that we need more IWG meetings, so I don't plan...

Arthur held [the RFC](https://discourse.llvm.org/t/replacing-the-commits-mailing-lists/61204), and folks raised the issue that any workflow they set up using Phabricator will be disrupted by any future migration to GitHub Pull Requests. I can't...

I would stick with `fms-compatibility` being the setting here rather than plumbing the driver mode through. Over the years, many build systems have been adapted to work with `clang[++]` and...

I think this NTTP mangling code needs some significant updates, refactoring, and an increase in test coverage. I see cd93532dfc455255cb2fa553090d14aaa52b106b landed last May, probably when I was offline for a...

Thanks! I confirm that fixes my issue.

> I believe that ld.lld --default-script could offer an elegant solution by allowing us to mark specific data sections from instrumentation passes. > Additionally, the --default-script option could be leveraged...