Unverified Commit f512e8e3 authored by Jared Barocsi's avatar Jared Barocsi Committed by GitHub
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment