Marcelina Kościelnicka
|
c58ac63c97
|
logger: Add -check-expected subcommand.
This allows us to have multiple "expect this warning" calls in a single
long script, covering only as many passes as necessary.
|
2021-08-12 17:41:39 +02:00 |
Claire Xenia Wolf
|
72787f52fc
|
Fixing old e-mail addresses and deadnames
s/((Claire|Xen|Xenia|Clifford)\s+)+(Wolf|Xen)\s+<(claire|clifford)@(symbioticeda.com|clifford.at|yosyshq.com)>/Claire Xenia Wolf <claire@yosyshq.com>/gi;
s/((Nina|Nak|N\.)\s+)+Engelhardt\s+<nak@(symbioticeda.com|yosyshq.com)>/N. Engelhardt <nak@yosyshq.com>/gi;
s/((David)\s+)+Shah\s+<(dave|david)@(symbioticeda.com|yosyshq.com|ds0.me)>/David Shah <dave@ds0.me>/gi;
s/((Miodrag)\s+)+Milanovic\s+<(miodrag|micko)@(symbioticeda.com|yosyshq.com)>/Miodrag Milanovic <micko@yosyshq.com>/gi;
s,https?://www.clifford.at/yosys/,http://yosyshq.net/yosys/,g;
|
2021-06-08 00:39:36 +02:00 |
whitequark
|
7191dd16f9
|
Use C++11 final/override keywords.
|
2020-06-18 23:34:52 +00:00 |
Alberto Gonzalez
|
8297afe925
|
log: Use `dict` instead of `std::vector<std::pair>` for `log_expect_{error, warning, log}` to better express the intent that each element is unique.
|
2020-05-15 00:55:32 +00:00 |
Eddie Hung
|
425867d175
|
logger: clean up doc
|
2020-05-14 10:38:31 -07:00 |
Eddie Hung
|
65395168a0
|
logger: fix for multiple calls with same pattern
|
2020-05-14 10:32:07 -07:00 |
Miodrag Milanovic
|
8f221118d2
|
Add YS_ prefix to macros, add explanation and apply to older version as well
|
2020-03-13 17:19:54 +01:00 |
Miodrag Milanovic
|
7c54e61979
|
Use boost xpressive for gcc 4.8
|
2020-03-13 14:58:35 +01:00 |
Miodrag Milanovic
|
48eed2860c
|
Fix line endings
|
2020-02-23 10:05:21 +01:00 |
Miodrag Milanovic
|
010d651450
|
Update explanation for expect-no-warnings
|
2020-02-22 10:53:23 +01:00 |
Miodrag Milanovic
|
596bb2d443
|
Check other regex parameters
|
2020-02-22 10:31:56 +01:00 |
Miodrag Milanovic
|
419e67c170
|
check for regex errors
|
2020-02-20 11:41:37 +01:00 |
Miodrag Milanovic
|
5641b0248f
|
Option to expect no warnings
|
2020-02-17 15:36:06 +01:00 |
Miodrag Milanovic
|
31b7a9c312
|
Add expect option to logger command
|
2020-02-14 12:21:16 +01:00 |
Miodrag Milanovic
|
0ba2a2b1fa
|
Add new logger pass
|
2020-02-13 13:35:29 +01:00 |