lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 1556768 3/8: Resolve a marked defect: forbid


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 1556768 3/8: Resolve a marked defect: forbid unsorted sequence intervals [414]
Date: Mon, 30 Jan 2017 02:49:04 +0000 (UTC)

branch: master
commit 1556768b06621ea23756248f3ab4175599a2618e
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Resolve a marked defect: forbid unsorted sequence intervals [414]
    
    See the 2017-01-28T21:08:19 commit message.
---
 input_sequence.cpp |    2 --
 1 file changed, 2 deletions(-)

diff --git a/input_sequence.cpp b/input_sequence.cpp
index 32a0cb3..7bbdbb4 100644
--- a/input_sequence.cpp
+++ b/input_sequence.cpp
@@ -357,8 +357,6 @@ void InputSequence::realize_vector()
                 << LMI_FLUSH
                 ;
             }
-        // TODO ?? Decide whether we should permit what's disallowed here.
-        // Similar logic could disallow other things too.
         if(interval_i.begin_duration < prior_begin_duration)
             {
             diagnostics



reply via email to

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