Paul Fenwick
ec31b93447
CLI2,Config: Add 'override' verbosity option
...
This allows for 'override' messages to be silenced without requiring
footnotes be completely disabled.
The 'override' verbosity implies 'footnotes'.
2018-05-13 23:25:52 -04:00
Paul Fenwick
aefe16a6e2
Docs/CLI2: Additional dev docs for applyOverrides
2018-05-13 23:25:32 -04:00
Paul Beckingham
9d26327ae4
TW-1936: Tweak tests to have fuller TAP compliance
...
- Thanks to Paul J. Fenwick.
2018-05-13 23:25:20 -04:00
Paul Fenwick
f767ef2f19
test/problems: Updated to handle TAP spec output
2018-05-13 23:25:11 -04:00
Paul Fenwick
3b46553f47
Improve TAP compliance in test suite
...
This allows tools like `prove` to operate on our test-suite, allowing us
to do things like run recently-failing tests first, randomising test
order, and fancier reporting options.
Changes made:
- TAP output always goes to STDOUT, never to STDERR
- Skipped tests signaled as `ok 1 # skip` as per standard
- Expected failures signaled as `not ok 1 # TODO` as per standard
- `.prove` added to .gitignore
2018-05-13 23:24:57 -04:00
Paul Beckingham
b3192b94b4
Docs: Removed obsolete URL
2018-05-13 23:24:36 -04:00
Paul Beckingham
878256306c
Error: Changed (1) error format
2018-05-13 23:24:26 -04:00
Tomas Babej
87bcbeda37
DEVELOPER: Update git repo url
2018-05-13 23:24:10 -04:00
Tomas Babej
7465410c5a
context: Do not allow show, list or none as new context names
...
- Thanks to silviof.
2018-05-13 23:23:53 -04:00
Paul Beckingham
d987c9f5cd
Scripts: Updated URLs
2018-05-13 23:22:41 -04:00
Tomas Babej
bb8092a5e4
tests: Add tests for complex and-or queries
2018-05-13 23:22:15 -04:00
Tomas Babej
f10d1432f3
tests: Add tests for complex and-or queries
2018-05-13 23:21:34 -04:00
Paul Beckingham
1f8eae0071
Reapplying include removal without libshared update
2018-05-13 23:21:22 -04:00
Paul Beckingham
9c5e3750c4
Revert "TLSClient: Remove double include"
...
This reverts commit 2321c17d8d
.
2018-05-13 23:21:13 -04:00
Tomas Babej
3c1157fe5d
TLSClient: Remove double include
2018-05-13 23:20:56 -04:00
Tomas Babej
de0b54cfb6
Update AUTHORS and ChangeLog file
2018-05-13 23:20:47 -04:00
Tomas Babej
7fc6d7c5bf
TW-1910: Remove unreachable statement
...
- Thanks to Martin Strunz.
2018-05-13 23:20:35 -04:00
Paul Beckingham
bbd764d249
Tests: Added dom tests
2018-05-13 23:20:14 -04:00
Paul Beckingham
4c53da5be1
DOM: Implemented DOM::Node object
2018-05-13 23:19:59 -04:00
Paul Beckingham
eba68ac2ff
DOM: Added dtor that delegate to DOM::Node
2018-05-13 23:19:20 -04:00
Paul Beckingham
0742e5fbbd
Tests: Added tw.version DOM test
2018-05-13 23:18:59 -04:00
Paul Beckingham
8bbc35560f
DOM: New reference tw.version.
2018-05-13 23:18:49 -04:00
Paul Beckingham
0ea3215e7a
DOM: Fixed ::count bug
2018-05-13 23:18:30 -04:00
Paul Beckingham
d5a7769b4f
Tests: Added first DOM test
2018-05-13 23:18:17 -04:00
Paul Beckingham
ba372e106f
Tests: Renamed dom.t to make way for new DOM object tests
2018-05-13 23:18:00 -04:00
Paul Beckingham
f6566838f6
DOM: Added framework
2018-05-13 23:17:50 -04:00
Paul Beckingham
ee3e8c46dc
DOM: Stubbed DOM tree
2018-05-13 23:17:26 -04:00
Paul Beckingham
4afe912f84
Docs: Added to AUTHORS file
2018-05-13 23:16:06 -04:00
Øyvind A. Holm
ac392561c1
Docs: Typo fix in task.1.in
2018-05-13 23:15:53 -04:00
Paul Beckingham
a1bdb8f99d
Docs: Updated platform list
2018-05-13 23:15:41 -04:00
Tomas Babej
5e52acf63a
INSTALL: Use https link for cmake.org
2018-05-13 23:13:39 -04:00
Tomas Babej
d6930e89ef
LICENSE: Use https link instead of http
2018-05-13 23:13:29 -04:00
Paul Beckingham
be594918a9
libshared: Updated URL
2018-05-13 23:12:59 -04:00
Paul Beckingham
d81fb1d17f
Recurrence: Relocate nag function out of the way
2018-05-13 23:11:39 -04:00
Paul Beckingham
66e3dc8218
TW-1903: grammar error -- There are 1 local changes.
...
- Thanks to Eric Hymowitz.
2018-05-13 23:10:59 -04:00
Paul Beckingham
5a1b069b73
CmdHistory: Corrected date label justification
2018-05-13 23:10:24 -04:00
Paul Beckingham
71ca9e8c4c
Tests: Added WAITING tests
2018-05-13 23:10:06 -04:00
Paul Beckingham
9078ce5976
Tests: Added UNTIL tests
2018-05-13 23:09:05 -04:00
Paul Beckingham
91b45925e9
Tests: Added SCHEDULED tests
2018-05-13 23:08:10 -04:00
Paul Beckingham
45dda0c9fd
Tests: Added READY tests
2018-05-13 23:08:02 -04:00
Paul Beckingham
79fc4f2d47
Tests: Made history tests independent of TZ
2018-05-13 23:07:53 -04:00
Paul Beckingham
0d6fee4053
Tests: Fixed bad regexes
2018-05-13 23:07:40 -04:00
Paul Beckingham
1bb34cb165
Tests: Fixed bad duplicate class/method name
2018-05-13 23:07:29 -04:00
Paul Beckingham
fdc37c037f
CmdHistory: Formatting
2018-05-13 23:07:19 -04:00
Paul Beckingham
7490663d9e
CmdHistory: Fixed bug where all strategies were rendered in the wrong width
2018-05-13 23:07:01 -04:00
Paul Beckingham
0b4fa9472d
Tests: Fixed spaing issue in history test
2018-05-13 23:06:49 -04:00
Paul Beckingham
203ee9f1c2
CmdHistory: Set no-wrap for ghistory output
2018-05-13 23:06:39 -04:00
Paul Beckingham
3b97209663
CmdHistory: Removed table header coloring which is handled elsewhere
2018-05-13 23:06:30 -04:00
Paul Beckingham
2929c46d68
CmdHistory: Formatting
2018-05-13 23:06:19 -04:00
Paul Beckingham
f640dbb34e
CmdHistory: Formatting
2018-05-13 23:06:06 -04:00