Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/6] bitbake: Improve error/exception handling
@ 2018-11-14  9:46 Robert Yang
  2018-11-14  9:46 ` [PATCH 1/6] bitbake: utils: better_compile(): Fix line number when report errors Robert Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Robert Yang @ 2018-11-14  9:46 UTC (permalink / raw)
  To: bitbake-devel

The following changes since commit eddff2b361928e88e3628ebc22a1a0ebb119e01b:

  curl: actually apply latest CVE patches (2018-11-09 17:46:18 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib rbt/bb_improve_error
  http://git.pokylinux.org/cgit.cgi//log/?h=rbt/bb_improve_error

Robert Yang (6):
  bitbake: utils: better_compile(): Fix line number when report errors
  bitbake: parse/ast: fix line number for anonymous function
  bitbake: data_smart: Add original traceback to ExpansionError
  bitbake: data_smart: fix filename for compile()
  bitbake: server/process: print a message when no logfile
  bitbake: BBHandler: Fix __python_func_regexp__ for comment lines

 bitbake/lib/bb/data_smart.py               | 9 +++++++--
 bitbake/lib/bb/parse/ast.py                | 2 +-
 bitbake/lib/bb/parse/parse_py/BBHandler.py | 2 +-
 bitbake/lib/bb/server/process.py           | 4 ++++
 bitbake/lib/bb/utils.py                    | 7 +++++--
 5 files changed, 18 insertions(+), 6 deletions(-)

-- 
2.7.4



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-11-14  9:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-14  9:46 [PATCH 0/6] bitbake: Improve error/exception handling Robert Yang
2018-11-14  9:46 ` [PATCH 1/6] bitbake: utils: better_compile(): Fix line number when report errors Robert Yang
2018-11-14  9:46 ` [PATCH 2/6] bitbake: parse/ast: fix line number for anonymous function Robert Yang
2018-11-14  9:46 ` [PATCH 3/6] bitbake: data_smart: Add original traceback to ExpansionError Robert Yang
2018-11-14  9:46 ` [PATCH 4/6] bitbake: data_smart: fix filename for compile() Robert Yang
2018-11-14  9:46 ` [PATCH 5/6] bitbake: server/process: print a message when no logfile Robert Yang
2018-11-14  9:46 ` [PATCH 6/6] bitbake: BBHandler: Fix __python_func_regexp__ for comment lines Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox