Details
-
Bug
-
Resolution: Fixed
-
Major
-
11.10.2
-
None
-
Unknown
-
N/A
-
N/A
-
Description
Any unknown class field is seen as a property and properties without a type are failing the build. They should probably be ignored (and warned like other unknown elements) instead of throwing an exception.
It should not cause much issue in practice since we never added any new class field but better take care of this before doing it.