-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tuned error handling for version incompatible tpl files
Given module A import B We have the following possibilities: B.tpl / B.rsc | exists | does not exist --------------------------------------------------------- up-to-date (0) | reuse | reuse does not exist | recompile | ERROR (1) outdated rascalTplVersion | ERROR (2) | ERROR (3) (0) relative to BOM of module A (1) “Undefined module B” (2) “.../$B.tpl” has outdated or missing Rascal TPL version”, points to B.rsc (3) “.../$B.tpl” has outdated or missing Rascal TPL version”, points to A.rsc To summarize, always an error when source is missing or tpl has a wrong version number.
- Loading branch information
Showing
4 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters