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 2021/03/31 14:32:39 UTC

[GitHub] [daffodil] tuxji commented on a change in pull request #518: Allow custom debuggers through API

tuxji commented on a change in pull request #518:
URL: https://github.com/apache/daffodil/pull/518#discussion_r604941364



##########
File path: daffodil-japi/src/main/scala/org/apache/daffodil/japi/Daffodil.scala
##########
@@ -17,47 +17,48 @@
 
 package org.apache.daffodil.japi
 
-import org.apache.daffodil.compiler.{ Compiler => SCompiler }
+import org.apache.daffodil.compiler.{Compiler => SCompiler}

Review comment:
       I don't know which style is closer to the standard Scala formatting as implemented by the unmodified defaults of the Scalariform tool, but let's make any formatting changes in a separate PR that reformats the entire codebase uniformly.  Will you please remove these formatting changes which your IDE must have made? 
   
   Also, which IDE are you using?  I checked two pages in our Wiki (https://cwiki.apache.org/confluence/display/DAFFODIL/Code+Style+Guidelines and https://cwiki.apache.org/confluence/display/DAFFODIL/IntelliJ+IDEA+Setup) and found nothing there which tells people how to fix this particular formatting default in IntelliJ IDEA.  If you're using IDEA, that's an oversight which we need to fix - please let me know how to find the default after you change it and I'll update the Wiki for you.




-- 
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:
users@infra.apache.org