mbeckerle opened a new pull request #349: Upgrades sbt to 1.3.9, scala to 
2.12.11, genjavadoc to 0.16.
URL: https://github.com/apache/incubator-daffodil/pull/349
 
 
   sbt, depending on the terminal you are displaying it in, will issue ANSI
   colorization escapes. You may need to add the color=false option to your
   environment: e.g., in my .bash_aliases I have
   
   export SBT_OPTS=" -Dsbt.color=false "
   
   Had to fix a number of deprecations.
   junit.framework.Assert is deprecated. Changed to org.junit.Assert.
   
   Assert.assertEquals for float/double now requires a delta argument. Supplied
   1e-15 where needed.
   
   Since scala 2.12.7, shifting of values by quantities expressed as Long is 
deprectated. Had to insert ".toInt" calls a number of places to silence these.
   
   DAFFODIL-2313

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to