Community
Participate
Working Groups
The RedeclaredFieldNameException, used to report errors from TypeStore, doesn't report any info about the relevant type, making it hard to track down the error. The attached patch adds the name of the type to the exception message (and to the exception object), so you get something like: "The field name baz is illegally used for both int and str in type Foo" (+ fix a speling error in the error message)
Created attachment 205270 [details] Patch to fix the problem
Applied the patch. Thanks Anya!