Jeff Long

Results 220 comments of Jeff Long

@mormj @marcusmueller I think this is actually backportable since const string appears to be promoted to string_view - could you check me on that?

How does ownership work with `std::string_view`? I see code to hash the string, but I'm missing where it's actually copied. Or is this meant to work only on string constants?...

I wish I understood the effects of making this change in GR better, wrt to tag propagation. I wonder if an optional param in lock/unlock unlock/restart would be useful in...

Looks easier than using the CLI. Is 0.3.4 going to be on the marketplace soon?

`git commit --amend --no-edit -S` `git push -f origin HEAD`

@cafeclimber This points users to FAIR for bug reports on the `main` branch. That should still point to our repo.

Hi @rgetz, sure that's fine for a manual uninstall. I put this in originally because PyBOMBS runs `make uninstall` explicitly. This issue has been up for quite a while, and...

Please sign your commit (`git commit -S --amend`) and force push, to acknowledge the DCO (contributor agreement).

What kind of speedup did you see? Was there any speedup on an initial build, or only on subsequent builds?

How much speedup? Our CI does not have ccache installed, based on the cmake output in the logs. It wouldn't have any effect on CI anyway since that's a single...