Jakob Degen

Results 74 comments of Jakob Degen

@Amanieu sure, but that's fixable by just... Not doing that, right? We can have them hold a `*mut HashMap` and a pointer to their bucket or something like that

I understand that. My point is that we should allow `OccupiedEntryRef`s to coexist - that's a feature. I don't think there's any reason that can't be implemented outside of needing...

Is that comment from the pov of std or the pov of hashbrown? Putting std aside for a minute, would hashbrown consider this API?

Fyi, we're in the process of discussing/reviewing this internally at the moment. The big open question right now is whether you should have to declare whether a `dynamic_outputs` lambda expects...

I'll import it and try and find someone. Sorry for letting this slip a bit, I've been traveling and so it's a bit harder to keep up with everything going...

> I wanted it to select the Linux execution platform automatically (since it's the only one with the "config//os/constraints:linux" constraint) but it tries to run it on the Windows platform,...

I've needed this too in the past and haven't found a good solution. Unfortunately, there's none that's super obvious to me, neither of cquery or aquery is really the appropriate...

From the discussion yesterday: We weren't really sure what to do. There was some talk of adding `analysis-query` for this, but that seemed a bit overkill, since that's mostly identical...

Hey, sorry. > I am in favor of a potential analysis-query. I think our use case is probably different from Meta's in that we often find ourselves making many (dozens)...

> Second - sharing objects between the configs is a conscious choice on how to structure the build to save build time. Ultimately though they really are the same action...