regetom commented on pull request #481:
URL: https://github.com/apache/daffodil/pull/481#issuecomment-807441866


   I modified the code below to reflect the new name but now 2 tdml tests have 
failed, I will replace the expected results, but it doesn't seem this change 
should have had an effect on the tests if they passed with the previous 
function name.
   **Error:  
/home/runner/work/daffodil/daffodil/daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/EvDelimiters.scala:26:8:
 object TerminatorCookerNoES is not a member of package 
org.apache.daffodil.cookers
   Error:  import org.apache.daffodil.cookers.TerminatorCookerNoES
   Error:         ^
   Error:  
/home/runner/work/daffodil/daffodil/daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/EvDelimiters.scala:120:55:
 not found: value TerminatorCookerNoES
   Error:    override val converter = if (isLengthKindDelimited) 
TerminatorCookerNoES else TerminatorCooker
   Error:                                                        ^
   Error:  
/home/runner/work/daffodil/daffodil/daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/EvDelimiters.scala:126:55:
 not found: value TerminatorCookerNoES
   Error:    override val converter = if (isLengthKindDelimited) 
TerminatorCookerNoES else TerminatorCooker
   Error:                                                        ^
   Error:  
/home/runner/work/daffodil/daffodil/daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/EvDelimiters.scala:26:36:
 Unused import**


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to