From: Alexis Laferrière Date: Tue, 30 Aug 2016 02:30:12 +0000 (-0400) Subject: frontend/serialization: remove generated documentation X-Git-Url: http://nitlanguage.org?hp=53dac75bd3f86bfc6e9881d28863904c1fcddf3e frontend/serialization: remove generated documentation Signed-off-by: Alexis Laferrière --- diff --git a/src/frontend/serialization_phase.nit b/src/frontend/serialization_phase.nit index b9cab9d..3a1c9f5 100644 --- a/src/frontend/serialization_phase.nit +++ b/src/frontend/serialization_phase.nit @@ -315,10 +315,7 @@ do else code.add """ var {{{name}}} = v.deserialize_attribute("{{{attribute.serialize_name}}}", "{{{type_name}}}") if not {{{name}}} isa {{{type_name}}} then - # Check if it was a subjectent error v.errors.add new AttributeTypeError(self, "{{{attribute.serialize_name}}}", {{{name}}}, "{{{type_name}}}") - - # Clear subjacent error if v.keep_going == false then return else self.{{{name}}} = {{{name}}}