Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
schema dsl: make
Property
a case class... (#292)
... so it can be used nicely in user feedback. Current example _before_ this PR: ``` [error] (schema / Compile / runMain) java.lang.AssertionError: proto ids must be unique across all schema elements, however we found the following duplicates in node properties: [error] 251 -> flatgraph.schema.Property@52d99cc,flatgraph.schema.Property@a415a1d [error] (schema / Compile / runMain) java.lang.AssertionError: proto ids must be unique across all schema elements, however we found the following duplicates in node properties: [error] 251 -> flatgraph.schema.Property@3ab75944,flatgraph.schema.Property@34fe78a8 ```
- Loading branch information