Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Make error/warning numbers and message text more consistent with VBC #1

Merged
merged 7 commits into from Oct 2, 2011

Conversation

lee-m
Copy link
Contributor

@lee-m lee-m commented Oct 2, 2011

These changesets updates some of the existing errors that are issued when compiling invalid code to make the error numbers, message text and locations more consistent with the equivalent errors issued by VBC when compiling the same code.

When compiling some of the tests for invalid code like "#Const", VBNC was issuing bogus errors in the scanner after the first error so the changes to the "Next" method are there to try and improve error recovery and prevent these bogus errors from being issued.

All of the changes are covered by the addition of new tests to the test suite and successfully pass without introducing any new failures when running the regression tester.

rolfbjarne added a commit that referenced this pull request Oct 2, 2011
Make error/warning numbers and message text more consistent with VBC
@rolfbjarne rolfbjarne merged commit 15aef2b into mono:master Oct 2, 2011
@rolfbjarne
Copy link
Member

Pretty much exactly as I would have done it myself, really good work. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants