Skip to content

Commit

Permalink
Merge branch 'mr/pmderodat/unparsing-default-config' into 'master'
Browse files Browse the repository at this point in the history
Register the default unparsing configuration for Libadalang

See merge request eng/libadalang/libadalang!1650
  • Loading branch information
pmderodat committed May 24, 2024
2 parents 1936ae7 + 48f5f6e commit 2439150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2439150

Please sign in to comment.