-
Notifications
You must be signed in to change notification settings - Fork 68
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
incorrect Position #166
Comments
Hello, problem is that the line/file is not translated using line_map |
I am looking at that, but I am confuse because preprocessor result is different from what I would have expect.
test.v
is translate into
Newline have been inserted . |
Hello @Thomasb81 , have you had any success fixing this issue? |
unfortunately no progress. |
@Thomasb81 , theoretically I do have some people through summer jobs, I do not know if it is withing their reach but I hopefully the branch with the fix will be finally finished and merged. |
Hello The current status of the draft branch provide following result:
Which look ok, but soon as we complexity a little the code, the position could become incorrect.
Lead to put wrong data on token. so probably need to revise how are collect and use the data. |
Hello
Position return by the tool is incorrect:
include.vh:
test.v:
test.py
Return
5 refer to post processed source code which make no sens for an user.
We expect here an information as " include.vh, start_line 1, start_position 1,end_line 1, end_position 7"
The text was updated successfully, but these errors were encountered: