hoaproject / Option

The Hoa\Option library.
https://hoa-project.net/
9 stars 3 forks source link

feat(option) Update the `unwrap` default message. #12

Closed Hywan closed 7 years ago

Hywan commented 7 years ago

As @mathroc suggested in https://github.com/hoaproject/Option/issues/10, the panic message should not reflect an implementation detail but must reflect the semantics of the operation.

Fix #10.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 2042de90de87c3c0e9d57c673572d80a97a3af0e on Hywan:unwrap_message into a4daf8836f58912512672ad9ba04d282a57e3370 on hoaproject:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 8b7ff617382ba5e00ace36cfb614979caff8892c on Hywan:unwrap_message into a4daf8836f58912512672ad9ba04d282a57e3370 on hoaproject:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 8b7ff617382ba5e00ace36cfb614979caff8892c on Hywan:unwrap_message into a4daf8836f58912512672ad9ba04d282a57e3370 on hoaproject:master.

mathroc commented 7 years ago

👍