Commit 5ca8dba
authored
schema dsl: make
... 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
```Property a case class... (#292)1 parent b5ec183 commit 5ca8dba
File tree
1 file changed
+1
-1
lines changed- domain-classes-generator/src/main/scala/flatgraph/schema
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
| 253 | + | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| |||
0 commit comments