From: Jean Privat Date: Mon, 9 Nov 2015 15:39:16 +0000 (-0500) Subject: Merge: serialization: serialize the Error class and avoid abstract classes with... X-Git-Tag: v0.8~99 X-Git-Url: http://nitlanguage.org Merge: serialization: serialize the Error class and avoid abstract classes with factories This PR implements the serialization of the `Error` class manually, it is declared in `core` above the `serialization` module. Also updates `nitserial` so that it does not attempt to instantiate abstract classes with factories. @privat I have doubts about the use of `is_abstract` and `is_class`, is it appropriate? Pull-Request: #1821 Reviewed-by: Jean Privat --- 46a54a99fcde1527de897b897d0273892cd189b8