Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support passing core type arrays to dagger call (#6030)
* fix: always propagate error from marshalling Failing to marshal an argument should be preserved - if the caller discards the error, expecting it to fail later, the behaviour is very strange, and we get an empty string. Signed-off-by: Justin Chadwell <[email protected]> * fix: marshal interface types as their element Signed-off-by: Justin Chadwell <[email protected]> * feat: support passing core type arrays to dagger call Signed-off-by: Justin Chadwell <[email protected]> --------- Signed-off-by: Justin Chadwell <[email protected]>
- Loading branch information