You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "tuxji (via GitHub)" <gi...@apache.org> on 2023/02/04 16:11:56 UTC

[GitHub] [daffodil] tuxji commented on pull request #948: Refactor how Main calls "generate c"

tuxji commented on PR #948:
URL: https://github.com/apache/daffodil/pull/948#issuecomment-1416791117

   On second thought, I'm now passing languageName as the second constructor parameter.  Then new language options won't need to override languageName at all.
   
   ```scala
   object rust extends LanguageConf("rust", "Rust")
   object cpp extends LanguageConf("cpp", "C++")
   object csharp extends LanguageConf("csharp", "C#")
   ```
   
   Mike, a +1 please.


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