Synchronization Acknowledgement

Results 67 comments of Synchronization Acknowledgement

Can no longer reproduce with gcc 15.0.1_pre20250418 on Folly 2025.04.14.00.

Yeah, sorry. Seems like `-flto` is not in the default set of Gentoo options, so I missed this (should've looked more closely). I'll take another look.

The package-docs currently doesn't contain documentation built regularly from `main`, and we're currently internally using a branch on top of `main` (binary parser/renderer + some Pkldoc fixes) which makes Pkldoc...

The function does much more than shown here, which is why it's done in this way. It computes a bunch of stuff from the given arguments.

Could this be implemented through external module readers in the meantime? It would require all dependencies to depend on the custom scheme exposed by the external module reader instead of...

(FWIW, substituting `Mapping.toMap().values.filter` with `Mapping.fold()` works as expected, so it's `toMap`'s forcing in particular that's messing up somewhere.)