[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 3ba52f9 01/25: Add a '7702 !!' marker for new
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 3ba52f9 01/25: Add a '7702 !!' marker for new 7702 issues |
Date: |
Wed, 24 Feb 2021 19:00:50 -0500 (EST) |
branch: master
commit 3ba52f9e2ca076d8a610cb39d9036ee58fa0c404
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>
Add a '7702 !!' marker for new 7702 issues
The 'TAXATION !!' marker occurs 247 times already. The new marker is
to be used for issues that are intended to be resolved soon.
---
test_coding_rules.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index 1344445..fb1bb14 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -723,6 +723,7 @@ void check_defect_markers(file const& f)
boost::smatch const& z(*i);
bool const error_preceding =
true
+ && "7702 " != z[1]
&& "BOOST " != z[1]
&& "COMPILER " != z[1]
&& "CURRENCY " != z[1]
- [lmi-commits] [lmi] master updated (a62fbec -> 2f74b41), Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master 04484e6 03/25: Remove a duplicative defect marker [300], Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master 671e3f2 05/25: Almost move two blocks of code, Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master 3ba52f9 01/25: Add a '7702 !!' marker for new 7702 issues,
Greg Chicares <=
- [lmi-commits] [lmi] master 447290e 04/25: Move an assertion; rewrite and duplicate its comment, Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master 5dbf2e3 06/25: Validate class i7702, Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master 2f74b41 25/25: Improve encapsulation of 7702 "spread", Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master 3a06237 08/25: Deduplicate, Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master 3c341a6 10/25: Remove more dead code, Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master e6f9397 14/25: Obtain DCV interest rate from i7702 object, Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master d17fda2 20/25: Bring bogosity into focus before eradicating it, Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master bbe2802 21/25: Reduce bogosity ever so slightly, Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master 8c27092 24/25: Use correct interest rates for '.mec' input, Greg Chicares, 2021/02/24
- [lmi-commits] [lmi] master 7cf8204 02/25: Add a 7702 interest-rate class, Greg Chicares, 2021/02/24