Azure / azure-init

A minimal provisioning agent designed for Azure Linux VMs.
MIT License
7 stars 10 forks source link

Add errors to the library and remove all unwrap()/expect() calls #59

Closed jeremycline closed 4 months ago

jeremycline commented 4 months ago

Rather than panicking in library calls, return errors. These errors are definitely not perfect (they may be more or less fine-grained than library users need) but are intended to be a place to start.

Note: I'll rebase this once #57 is merged since it'll conflict with that.

dongsupark commented 4 months ago

rebased needed, thanks. :smiley: