• Alisdair McDiarmid's avatar
    vendor: go get github.com/zclconf/go-cty@v1.4.0 · 1593b8b8
    Alisdair McDiarmid authored
    This fixes several bugs:
    
    - `substr("abc", 0, 0)` would previously return `"abc"`, despite the
      length argument being `0`. This has been changed to return an empty
      string when length is zero.
    
    - `ceil(1/0)` and `floor(1/0)` would previously return a large integer
      value, rather than infinity. This has been fixed.
    1593b8b8
Analyzing file…