pulumi/pkg/resource
bors[bot] f7ad50317f
Merge #12197
12197: deps: Upgrade to pgregory.net/rapid v0.5 r=abhinav a=abhinav

The 0.5 release of rapid exposes a generics-based API
instead of `interface{}` and casting everywhere.
This makes for much cleaner usage.

There are a handful of cases where strongly typed generators,
e.g. `Generator[bool]`, need to be turned into `interface{}` (`any`),
which is doable with `AsAny()`.

API changes:
The only non-test changes to the SDK package are in
go/common/resource/testing, which contains testing utiltiies.
Functions that previously returned the old, untyped `Generator`
now return a strongly typed `Generator[T]`.


Co-authored-by: Abhinav Gupta <abhinav@pulumi.com>
2023-02-25 04:38:10 +00:00
..
analyzer all: Drop ioutil 2023-01-06 16:35:14 -08:00
deploy Merge #12198 #12210 #12241 #12252 2023-02-25 00:23:44 +00:00
edit pkg/resource: Prefer Assertf in some subpackages 2023-02-21 15:13:48 -08:00
graph Merge #12197 2023-02-25 04:38:10 +00:00
provider grpc: WithInsecure is deprecated 2023-01-11 12:15:40 -08:00
stack Merge #12197 2023-02-25 04:38:10 +00:00
testdata ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00