zclconf / go-cty

A type system for dynamic values in Go applications
MIT License
338 stars 70 forks source link

Path.Apply panics with marked collections #160

Closed jbardin closed 1 year ago

jbardin commented 1 year ago

The return value of HasIndex can contain marks, so IndexStep.Apply must strip those marks before checking True.

apparentlymart commented 1 year ago

Looks good to me. Thanks!