From 8ca7749b5509a40256195563fa52d3ede4bd1a34 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 16 Jan 2019 16:31:49 -0800 Subject: Better error messaging (using pretty_error in more places) --- lib/compatibility/4.12.nom | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'lib/compatibility/4.12.nom') diff --git a/lib/compatibility/4.12.nom b/lib/compatibility/4.12.nom index bb1af0b..033f6ed 100644 --- a/lib/compatibility/4.12.nom +++ b/lib/compatibility/4.12.nom @@ -9,10 +9,14 @@ use "compatibility/compatibility" upgrade action "do next repeat" to "4.12" via for $tree: - compile error at $tree "This method has been deprecated." - "Use either (do next) or (go to (label)) instead." + at $tree fail (" + Upgrade error: This method has been deprecated. + Hint: Use either (do next) or (go to (label)) instead. + ") upgrade action "stop repeating" to "4.12" via for $tree: - compile error at $tree "This method has been deprecated." - "Use either (stop) or (go to (label)) instead." + at $tree fail (" + Upgrade error: This method has been deprecated. + Hint: Use either (stop) or (go to (label)) instead. + ") -- cgit v1.2.3