lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 4646e6e 7/8: Don't mark speculative enhanceme


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 4646e6e 7/8: Don't mark speculative enhancements as defects [408]
Date: Mon, 30 Jan 2017 02:49:05 +0000 (UTC)

branch: master
commit 4646e6e1ad72461f739cde9e8fd7a7af44a1f5fc
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Don't mark speculative enhancements as defects [408]
---
 input_seq_test.cpp |    2 +-
 input_sequence.cpp |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/input_seq_test.cpp b/input_seq_test.cpp
index eea26c2..ffc84cf 100644
--- a/input_seq_test.cpp
+++ b/input_seq_test.cpp
@@ -285,7 +285,7 @@ int test_main(int, char*[])
     check(__FILE__, __LINE__, d, n, e);
     }
 
-// TODO ?? Also support and test:
+// SOMEDAY !! Also support and test:
 //   additive expressions e.g. retirement-10 ?
 
     // Test construction from vector.
diff --git a/input_sequence.cpp b/input_sequence.cpp
index 82a08c9..f0ce975 100644
--- a/input_sequence.cpp
+++ b/input_sequence.cpp
@@ -392,13 +392,13 @@ void InputSequence::realize_vector()
 // GRAMMAR interval-end: one of ] )
 
 // GRAMMAR duration-constant: one of inforce retirement maturity
-// TODO ?? 'inforce' not yet implemented
+// SOMEDAY !! 'inforce' not yet implemented
 
 // GRAMMAR duration-scalar: integer
 // GRAMMAR duration-scalar: @ integer
 // GRAMMAR duration-scalar: # integer
 // GRAMMAR duration-scalar: duration-constant
-// TODO ?? calendar year not yet implemented
+// SOMEDAY !! calendar year not yet implemented
 
 void InputSequence::duration_scalar()
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]