]> code.ossystems Code Review - openembedded-core.git/commit
parse: pass filename, lineno into the ast
authorChris Larson <chris_larson@mentor.com>
Tue, 4 Jan 2011 20:34:08 +0000 (13:34 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Jan 2011 13:24:03 +0000 (13:24 +0000)
commitb127874ee6f7b8801575a10f4b7df02783aafdeb
treed16a7aeb08cb5e41996b3d5ce68bee24a75911ba
parentf305e95840a887bbd97e9003e7a0f9135df77fcb
parse: pass filename, lineno into the ast

We will be needing this information to improve the tracebacks of python code
from the metadata, as well as to give the user information about where
variables were defined, so they know how it ended up the way it is.

(Bitbake rev: 9615c538b894f71a2d1a0ba6b3f260db91e75786)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/parse/ast.py
bitbake/lib/bb/parse/parse_py/BBHandler.py
bitbake/lib/bb/parse/parse_py/ConfHandler.py