-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The analyser introduces an +Ex/V tag and the tokeniser does not remove the “+” sign before tag #4
Comments
The tag is not declared in root.lexc, that is the problem. |
This does NOT SOLVE the issue in mrj, where the result of:
is still:
|
Ok, this seems to be thing: The filter for removing the tag exists but it not added to the Makefile. I have a look.
|
Hmm, it wasn't that easy. The filter was missing in the mns catalogue, but not in the mrj one:
It thus seems I am not on the right track after all. Stay tuned. |
The tag is automatically created, and should not be added to |
The change from
This is a separate issue:
All tags should automatically be converted to the CG format, where each |
the |
@rueter the solution is thus to ensure that the tag renaming script is also applied to the |
For some odd reason the analyzer introduces and +Ex/... tag, which is something lang-sms, for example, does not do. +Ex/... tags are brought in by the tokeniser.
The tokeniser cannot handle the previously introduced
+Ex/V
tag. Should the+Ex/V
tag be showing up in the analyzer at all?The text was updated successfully, but these errors were encountered: