icerpc / slicec

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

Exception Refactoring #650

Closed InsertCreativityHere closed 1 year ago

InsertCreativityHere commented 1 year ago

Technical changes

Operation used to have special Throws enum for storing whether it threw Nothing, AnyException, or a Specific exception. Now Operation just holds exception_specification: Vec<TypeRef<Exception>> which can be empty, or 1 or more exceptions.