Mitchell Henry
Mitchell Henry
> Cohort rates, however, are initialised as NaN This can be fixed by changing `NA_REAL` to `0.0` on the following line: https://github.com/traitecoevo/plant/blob/b1cfbe1a2b14b2111b022b8be4a1ac30f7922352/inst/include/plant/internals.h#L48 Though this doesn't stop the explosion of the...
Looks like this is already fixed as of #340 , so you could use the master branch until 0.22 is released.
@tgross35 Sorry, clicked submit too quickly, have updated my proposal
> What I mean here is that you cannot have 2 UpgradeableRead guards active at a time Indeed this is the bottleneck that prevents their use when using them on...
> Can we support this on all targets? Briefly looking through the other target versions, for teeos it should always succeed in upgrading, similar to the recent `downgrade` method: >...
@connortsui20 Happy for you to take over this. Unsure on the correct API solution here, if it requires a different type, then so long as this type behaves in the...
> I would guess that we would want to follow parking_lot and only allow a single RwLockUpgradeableReadGuard to exist at any given time. This restriction only exists because the upgrade...