mbox

[v4,0/2] event: Inject empty lines to make code match lineno in filename

Message ID cover.1704786173.git.liezhi.yang@windriver.com
State Not Applicable, archived
Headers show

Pull-request

https://github.com/robertlinux/yocto rbt/event

Message

Robert Yang Jan. 9, 2024, 7:45 a.m. UTC
From: Robert Yang <liezhi.yang@windriver.com>

* V4:
  - Check lineno is not None
  - Add a testcase for it

// Robert

The following changes since commit 070aa227057e4913cf77c2465393a5a8398d5641:

  bitbake: toaster/tests: Delay driver first action on create new project page (2024-01-07 22:59:55 +0000)

are available in the Git repository at:

  https://github.com/robertlinux/yocto rbt/event
  https://github.com/robertlinux/yocto/tree/rbt/event

Robert Yang (2):
  bitbake: event: Inject empty lines to make code match lineno in
    filename
  bitbake: tests/event: Add test_lineno_in_eventhandler

 bitbake/lib/bb/event.py       |  5 +++--
 bitbake/lib/bb/tests/event.py | 24 ++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 2 deletions(-)