File: BACKLOG.md

package info (click to toggle)
wlmaker 0.7%2Bgit20260201%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 4,292 kB
  • sloc: ansic: 44,505; xml: 467; cpp: 253; yacc: 118; sh: 73; lex: 70; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# libbase idea/feature backlog

## Overall

* Split non-core functionality out of libbase/libbase.h and require explicit
  includes. While doing so, benchmark compilation time.

## bs_file

* Merge write_buffer and read_buffer with bs_dynbuf.

## bs_test

* When skipping tests, don't clutter the output with the full skipped test.
* Store the failure position for failed tests, include in test summary.
* Eliminate bs_test().
* Make it easy to run a single case, or a single set.
* Use bs_test_case_init(), bs_test_case_fini() for the overloaded prepare/report.