ogma icon indicating copy to clipboard operation
ogma copied to clipboard

[TASK] Deprecate `TryFrom` in favour of `From` implementations which panic

Open kurtlawrence opened this issue 2 years ago • 0 comments

Goal

Failed conversions should be picked up in debug testing, so in an effort to produce faster runtime code, conversion failures should be a cold, panicking path.

Aspects to Develop

  • [ ] Deprecate TryFrom conversions for Values
  • [ ] Implement panicking From conversions for Values

kurtlawrence avatar Apr 23 '22 01:04 kurtlawrence