On Thu, 25 Jul 2024 12:28:51 GMT, Athijegannathan Sundararajan <sundar@openjdk.org> wrote:
* logger.warn/.err/.info Position accepting overloads. * Error message format is: <position>:"fatal"|"error"|"warning"|"info"|:<message> (consistent with clang). * ClangException has position, severity and spelling. ClangExceptions are printed using logger.print.
This pull request has now been integrated. Changeset: 7262495e Author: Athijegannathan Sundararajan <sundar@openjdk.org> URL: https://git.openjdk.org/jextract/commit/7262495ea44e384ac71d1fb71d5f0be9bc05... Stats: 95 lines in 10 files changed: 65 ins; 3 del; 27 mod 7903779: unify logger messages to show position whenever possible Reviewed-by: jvernee, mcimadamore ------------- PR: https://git.openjdk.org/jextract/pull/254