Luigi Ballabio
Luigi Ballabio
@eddelbuettel — pinging you since I'm not sure that you monitor this channel. Thanks!
Thanks, @mdotlic! May you check the automated comment above by CLAassistant and click the link?
It happens — sometimes the cla check has a glitch and needs a manual push.
A PR would be great, thanks. It might also be the occasion to review the order of default parameters in the swap-helper constructor; the discount curve should probably be first....
Hello, Chester, and thanks! I would also suggest reading [this post](https://www.implementingquantlib.com/2014/05/chapter-6-part-1-of-n-random-number.html) and the ones that follow; they describe the framework we have in place for stochastic processes, in which your...
Hello, may you post the code you're using to initialize the swap? Thanks!
Agreed, C++11 simplifies the whole thing. I think an hypothetical use case for `sessionId()` could be to try and map language-level thread when QuantLib is exported to other languages via...
It's generated in `.github/workflows/linux.yml`, as well as in `linux-nondefault.yml` and `linux-full-tests.yml` in the same folder. You can remove the line referencing `sessionId`.
> Namely, while the initialization of singletons (both global and non-global) is guaranteed to be thread-safe when sessions are enabled, the subsequent access to singletons is not guaranteed to be...
I'd deprecate `sessionId` in the release notes of 1.27 (which might reach more people?) and merge this after the release.