[v3,0/3] libcamera: yaml-parser: Differentiate between empty and empty string
mbox series

Message ID 20240920132823.88433-1-stefan.klug@ideasonboard.com
Headers show
Series
  • libcamera: yaml-parser: Differentiate between empty and empty string
Related show

Message

Stefan Klug Sept. 20, 2024, 1:28 p.m. UTC
Hi all,

the single patch now turned into a tiny series. All the details are
still inside the patches. Patch 1 could be dropped without any negative
side effects (See the comment there).

Best regards,
Stefan

Stefan Klug (3):
  libcamera: yaml-parser: Add additional tests
  libcanera: yaml-parser: Add failing test for unexpected behavior
  libcamera: yaml-parser: Differentiate between empty and empty string

 include/libcamera/internal/yaml_parser.h |  9 ++++
 src/libcamera/yaml_parser.cpp            | 27 +++++++++---
 test/yaml-parser.cpp                     | 52 ++++++++++++++++++++++--
 3 files changed, 79 insertions(+), 9 deletions(-)