Files
langkit/testsuite/python_support
Raphael Amiard 074f750856 Basis for diagnostic framework in langkit.
The aim is to allow:

1. Better error messages for user mistakes, with some context.
2. Clear distinction between user mistakes and internal errors.

This commit just introduces the base infrastructure in diagnostics.py,
and renames user_assert as check_source_language. The base for
introducing context is here, but not yet used.

Change-Id: Ie386fa42253cf6787f30f9166c54cb2522155849
TN: P303-009
2016-03-25 13:28:45 +01:00
..