Use "Unresolved reference" error message when no symbols were found

in a symbolic reference resolution. Remove .expr and -expr from
	the shown reference when the reference is unresolved.

	* src/scan-code.l: Change the error message, adjust location columns,
	rename variable "exact_mode" to "explicit_bracketing".
	* tests/named-ref.at: Adjust existing tests and add a new one.
This commit is contained in:
Alex Rozenman
2009-09-05 13:16:45 +03:00
parent dac8cc0d14
commit 14e568d744
3 changed files with 118 additions and 20 deletions

View File

@@ -1,3 +1,12 @@
2009-09-05 Alex Rozenman <rozenman@gmail.com>
Use "Unresolved reference" error message when no symbols were found
in a symbolic reference resolution. Remove .expr and -expr from
the shown reference when the reference is unresolved.
* src/scan-code.l: Change the error message, adjust location columns,
rename variable "exact_mode" to "explicit_bracketing".
* tests/named-ref.at: Adjust existing tests and add a new one.
2009-09-03 Akim Demaille <demaille@gostai.com>
* NEWS (2.4.2): Add "Internationalization" item.