Dylan Baker

Results 390 comments of Dylan Baker

I've added more tests for correct machine reporting, and discovered that output rpaths weren't being set correctly in the process, so there's another bug down

> Any thought on subprojects/host and subprojects/build? Mainly it's much easier to inject a prefix than inserting something in the middle of the path. I think we'd end up having...

At the moment we only really support having two machines, and adding more than one machine is going to be an extremely invasive set of changes. I'm not going to...

I tried the native in the interpreter idea, it proved to be just awful. I was constantly squashing bugs and it required doing some really painful hacking to make it...

Yeah, options have always been awkward because they don't use a `PerMachine`, but encode the machine in the. Maybe it's worth changing the OptionStore to use a `PerMachine`? I'd have...

Well, one of the reasons for the short lived objects and merges is that it makes subprojects transactional. Right now if a subproject enters a failed state, it poisons the...

Oops, I missed updating the docs about supported versions

Updated to target 1.11 instead of 1.10.1

> You don't need to care about it. RHEL users can use whatever they want, only RHEL developers/packagers might need to use the 3.9 interpreter in. But RHEL 9 packages...