David Arnold
David Arnold
https://github.com/input-output-hk/mamba-world/commit/35c2d037e2482446754b1af06cdbe657e05b70a2
This is awesome, thanks!
@nrdxp Is this issue still warranted or should we revive mitigation efforts in any way?
> Should we have a strict semantic for what can be in the outputs of these organelle local flakes? I would think that we should enforce the outputs = inputs:...
That could be a good idea, however, it would o ky cater the locking case, it wouldn't open the door to independently consume that subflake. But then again, consuming that...
This is another good data point: - https://github.com/GTrunSec/cells-lab/blob/main/nix/main/library/callFlake.nix#L12 Used [here](https://github.com/GTrunSec/cells-lab/blob/main/nix/main/library/default.nix#L7)
I've recently been wondering if this doesn't introduce prohibitive _accidential complexity_ (as introduced by Fred Brooks' 1987 paper [No Silver Bullet](https://www.cgl.ucsf.edu/Outreach/pc204/NoSilverBullet.html)) at comparatively little gain? An optimization that concerns the...
I think your points are all very valid. I'd have hoped that the integration would be somewhat easier. When I was creating a branch for this last week that marked...
For the time being, this has been superseded and aproximated further by #118. That doesn't implement a DAG. But it does implement some degree of graduality in onboarding from a...
> especially [things] like runner and writers.. (from #28 / @GTrunSec)