From 48f5f6ea6d13b6ef5cc9e00469e5a52588003844 Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Fri, 24 May 2024 09:06:49 +0000 Subject: [PATCH] Register the default unparsing configuration for Libadalang --- manage.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manage.py b/manage.py index 225887f15..0316b9e61 100755 --- a/manage.py +++ b/manage.py @@ -90,7 +90,9 @@ def create_context(self, args): 'Canonicalize'), documentations=libadalang_docs, property_exceptions={"Precondition_Failure"}, + generate_unparser=True, + default_unparsing_config="default_unparsing_config.json", # Setup a configuration of the cache collection mechanism that # works well for Ada.