icerpc / slicec

The Slice compiler library
Apache License 2.0
13 stars 5 forks source link

Rename Result ok_type and err_type #690

Closed bernardnormier closed 7 months ago

bernardnormier commented 7 months ago

These should be success_type and failure_type, as per #648.

InsertCreativityHere commented 7 months ago

This was fixed in be25fbee5ee266c5ff46ace728f96c9d23d914ba

These names were only used internally in the compiler(s), so no where else needs fixing. If you're adding Result to slicec-cs, make sure to pull in the latest version of slicec to get these changes.