icerpc / slicec

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

Visit associated fields in enumerators, and add default visitor impls. #678

Closed InsertCreativityHere closed 9 months ago

InsertCreativityHere commented 9 months ago

This PR improves the visitors to visit TypeRefs inside of enumerators (associated fields) and adds back the default implementations for the visitors. The vast majority of visit_x functions in icerpc-csharp and the language server are no-op. Having this default implementation back would help remove many boilerplate no-ops.