databricks-cli/bundle/internal
Pieter Noordhuis c9b4f11947
Update error checks that use the `os` package to use `errors.Is` (#1461)
## Changes

From the [documentation](https://pkg.go.dev/os#IsNotExist) on the
functions in the `os` package:
> This function predates errors.Is. It only supports errors returned by
the os package.
> New code should use errors.Is(err, fs.ErrNotExist).

This issue surfaced while working on using a different `vfs.Path`
implementation that uses errors from the `fs` package. Calls to
`os.IsNotExist` didn't return true for errors that wrap
`fs.ErrNotExist`.

## Tests

n/a
2024-06-03 12:39:36 +00:00
..
bundle/schema Move bundle schema update to an internal module (#1012) 2023-12-06 10:45:18 +00:00
bundletest Use dynamic configuration model in bundles (#1098) 2024-02-16 19:41:58 +00:00
tf Update error checks that use the `os` package to use `errors.Is` (#1461) 2024-06-03 12:39:36 +00:00