divnix / bud

EXPERIMENTAL -- A highly composable system ctl tool
MIT License
15 stars 12 forks source link

Pass a generalized reference to `self` #1

Closed blaggacao closed 3 years ago

blaggacao commented 3 years ago

Ideally, this reference would be an input argument and not go via the registry or some other local persistence.

/cc @gytis-ivaskevicius (for your preliminary work on the fup repl in this regard) @nrdxp

gytis-ivaskevicius commented 3 years ago

Well, registry in a way is a local persistence. Especially the way it is currently implemented in repl. Probably nothing to worry about