generic-poky/bitbake/lib/bb/parse
Richard Purdie c61c1eb26a bitbake: BBHandler: Improve IN_PYTHON_EOF handling
Now we're actively using the line numbers for other thins, having
magic values like IN_PYTHON_EOF causes problems, in particular, 32
bit overflow on 32 bit machines.

There is a neater way to signal eof to feeder(), just using an extra
parameter so use this instead and drop the IN_PYTHON_EOF magic values.

This has the added bonus that line numbers are then correct for
python functions at the end of files.

(Bitbake rev: e0f05871c2a6f1e86ae19ad343c7c6f822ddb67e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-12-22 00:02:05 +00:00
..
parse_py bitbake: BBHandler: Improve IN_PYTHON_EOF handling 2015-12-22 00:02:05 +00:00
__init__.py bitbake: parse: Don't try to expand __base_depends/__depends 2015-11-16 11:55:07 +00:00
ast.py bitbake: ast/event/utils: Improve tracebacks to include file and line numbers more correctly 2015-12-18 12:18:19 +00:00