i can't remember if there's a blocker to being abl...
# development
a
i can't remember if there's a blocker to being able to
await Get()
with zero or more than one injected
Params
-- i think not? i'm going to screw around with that!
h
I don’t think there are any blockers. This would be extremely helpful to the work I’m doing with precise file args! Will allow us to clean things up a lot with the implementation Some possible steps to land this change incrementally: 1) finish removing the untyped Get syntax so that you must use the square brackets. This reduces the number of permutations possible for the # of arguments to Get 2) add support for empty params like
await Get[A]()
. I suspect this is easier than multiple params (less design work) 3) add support for multiple params
w
re: blockers... no, i don't think so. it should be about 90% syntax, with about 10% hooking things up across the ffi boundary
👍 1