File: BACKLOG.md

package info (click to toggle)
wlmaker 0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 6,884 kB
  • sloc: ansic: 54,832; xml: 1,424; python: 1,400; yacc: 118; lex: 70; sh: 16; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 563 bytes parent folder | download
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.