Implement auto typeName generation for Records (#3504)
- Add a `HasAutoTypename` experimental trait, which can be mixed into `Record` classes to generate a statement of the form `override def typeName = '...'` using the compiler plugin. Allows users to automatically generate stable, standardized type names without unnecessary boilerplate code
parent
e80de645