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
We need to add a way to pass any compiler flag to QuoteDriver.run and QuoteDriver.show. We might have it as a fieldcompilerArgs: List[String] in Runners.RunSettings.
This is important when a new bug is found in a project that uses quotes.
The text was updated successfully, but these errors were encountered:
We need to add a way to pass any compiler flag to
QuoteDriver.run
andQuoteDriver.show
. We might have it as a fieldcompilerArgs: List[String]
inRunners.RunSettings
.This is important when a new bug is found in a project that uses quotes.
The text was updated successfully, but these errors were encountered: