Feature #2513
Feature #2509: Cause filter
Cause filter [Common Lisp]
Status: | Resolved | Start date: | 03/08/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | J. Moringen | % Done: | 100% | |
Category: | Common Lisp | |||
Target version: | rsb-0.14 |
Associated revisions
Added cause-filter class in src/filter/cause-filter.lisp
fixes #2513
- src/filter/types.lisp (header): updated copyright
(uuid-designator): new type; designator for a UUID
(cause-pattern/origin): new type; a cause with unspecified sequence
number
(cause-pattern/sequence-number): new type; a cause with unspecified
origin
(cause-pattern): new type; a cause pattern - src/filter/cause-filter.lisp: new file; contains `cause-filter' class
- src/filter/package.lisp (package rsb.filter): added exported symbols
cause-filter and filter-cause - test/filter/cause-filter.lisp: new file; contains unit tests for
`cause-filter' class - cl-rsb.asd (system cl-rsb): added file src/filter/cause-filter.lisp
(system cl-rsb-test): added file test/filter/cause-filter.lisp
History
#1 Updated by J. Moringen almost 7 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset rsb-cl|2a252f8d5edff3f8082cc010434d7c6ce1f5255e.