You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--language-flag Pass arguments to supported language generators. To generate Scala 2.13 compatible scala.Seq alias as scala.collection.immutable.Seq, please use "immutable-sequences".
On https://twitter.github.io/scrooge/CommandLine.html#scrooge-generator
It is instructed:
However it is not clear how exactly to pass in this command-line argument. According to https://twitter.github.io/scrooge/SBTPlugin.html#scrooge-sbt-configuration-options
However this documentation seems incorrect and it seems to have been a
Seq[ServiceOption]
for a long time now: 5979724?diff=unified&w=0#diff-83e8daaecab09dbc766048e5ea463929ef92658795f3d8669bacea67d85c2417L20And
ServiceOption
is locked down so we can't pass in arbitrary strings like--language-flag immutable-sequences
:scrooge/scrooge-generator/src/main/scala/com/twitter/scrooge/backend/Generator.scala
Line 37 in c99132b
Is there any configuration exposed through sbt that would allow us to pass in the flag?
The text was updated successfully, but these errors were encountered: