You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2022/03/14 20:20:57 UTC

[GitHub] [daffodil] mbeckerle commented on a change in pull request #773: Cleanup solarcloud warning. Remove do-while(false) local block workar…

mbeckerle commented on a change in pull request #773:
URL: https://github.com/apache/daffodil/pull/773#discussion_r826344261



##########
File path: daffodil-cli/src/it/scala/org/apache/daffodil/tunables/TestCLITunables2.scala
##########
@@ -107,8 +106,8 @@ class TestCLITunables2 {
       } finally {
         shell.close()
       }
-    } while (false) // workaround scala local block bug.
-    do {

Review comment:
       Ok. 
   Interestingly, fixing this do-while thing..... failed to compile on the github automated CI. Compiles on my machine tho. 




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

To unsubscribe, e-mail: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org