Skip to content
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

location tracking #23

Open
GoogleCodeExporter opened this issue Apr 20, 2015 · 2 comments
Open

location tracking #23

GoogleCodeExporter opened this issue Apr 20, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

I believe there are a few places where FileLocation is not carried over
appropriately. There should be a debug switch that prints/logs all the
places from which the mk() methods are called without locations.

Original issue reported on code.google.com by radugrig...@gmail.com on 3 Aug 2009 at 3:08

@GoogleCodeExporter
Copy link
Author

This issue was updated by revision r606.

You can now log the places from which AST nodes are built
without exlicitely giving a location by saying:
  fb file.bpl -lf=log -lc=ast
A few places in the parser where this was done were fixed.
However, I now believe that it is better to always say
  FileLocation.unknown()
explicitely if the location is not known. This is not high
priority, so I just leave this issue open.

Original comment by radugrig...@gmail.com on 26 Aug 2009 at 4:59

@GoogleCodeExporter
Copy link
Author

Depending on how issue 22 is resolved, this one might become a non-issue.

Original comment by radugrig...@gmail.com on 21 Feb 2010 at 6:40

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

No branches or pull requests

1 participant