Sam Stuewe

Results 156 comments of Sam Stuewe

Note: the way you do this in-shell is actually quite simple: ```console $ cd "$(git rev-parse --show-toplevel)" ```

Confirmed. I've changed my local clone's containing name to make testing easier. ☺

@ykaravas I think we should change one more thing. Right now, the config-generator finishes by just saying `SUCCESS` if all went well. It doesn't tell you the name of the...

> Is this optimization in a part of the code that's been identified as a bottleneck via profiling? Definitely not; it's just a particularly well-known optimization that might be applicable....

> Has anyone made a list of what configurations impact performance and what their sensitivities are in somewhat realistic scenarios? Not to my knowledge. We have some ideas (talked about...

@maurermi note the merge conflict in `CMakeLists.txt`

@ykaravas that PR wasn't merged (it was automatically-closed due to our having to rewrite history to fix an attribution problem); but we are still interested in that work. Dean has...

@davebryson this is a reasonable idea. It does somewhat guarantee that the architectures will not be in-sync with one another (perhaps that's ideal in this case because it means that...

Some more recent, relevant art: https://www.libelektra.org/home Personally, this is one of the more compelling ones I've seen so far. Not quite sure it covers all our cases, but I'm exploring...