pulumi/pkg/util
Chris Smith 8de307b876
1-index error messages printed to the console (#1709)
The `range` operator  returns array indexes that are 0-indexed. This is helpful when working with the computer code, but since we print the error to humans it looks really strange.

e.g. 
```
error: 7 errors occurred:
    0) resource 'urn:pulumi:timer-ex::timer::pulumi:pulumi:Stack::timer-timer-ex' is from a different stack (timer-ex != timer-import)
    1) resource 'urn:pulumi:timer-ex::timer:☁️timer:Timer::test-timer' is from a different stack (timer-ex != timer-import)
    ...
```
2018-08-06 11:58:06 -07:00
..
archive Add license headers 2018-05-22 15:02:47 -07:00
buildutil Do not include git information in PyPI version. 2018-06-11 13:01:49 -06:00
cancel Add license headers 2018-05-22 15:02:47 -07:00
cmdutil 1-index error messages printed to the console (#1709) 2018-08-06 11:58:06 -07:00
contract Add license headers 2018-05-22 15:02:47 -07:00
fsutil Add license headers 2018-05-22 15:02:47 -07:00
gitutil Remove pulumi init 2018-05-22 13:37:08 -07:00
httputil Fix httputil.DoWithRetry. (#1555) 2018-06-21 11:06:54 -07:00
logging Add license headers 2018-05-22 15:02:47 -07:00
mapper Add license headers 2018-05-22 15:02:47 -07:00
retry Merge pull request #1358 from pulumi/retry-bugs 2018-06-01 17:11:23 -07:00
rpcutil Partial status for resource providers 2018-07-02 13:32:23 -07:00
testutil Enable fork builds. (#1495) 2018-06-11 16:01:04 -07:00