File tree Expand file tree Collapse file tree 4 files changed +193
-32
lines changed
main/java/org/truffleruby/options
shared/java/org/truffleruby/shared/options Expand file tree Collapse file tree 4 files changed +193
-32
lines changed Original file line number Diff line number Diff line change 17
17
import org .truffleruby .shared .options .OptionsCatalog ;
18
18
import org .truffleruby .shared .options .Verbosity ;
19
19
import org .truffleruby .shared .options .Profile ;
20
+ import org .truffleruby .shared .options .OutputFormat ;
20
21
21
22
import com .oracle .truffle .api .TruffleLanguage .Env ;
22
23
@@ -195,8 +196,8 @@ public class Options {
195
196
public final boolean REGEXP_INSTRUMENT_MATCH ;
196
197
/** --regexp-instrument-match-detailed=false */
197
198
public final boolean REGEXP_INSTRUMENT_MATCH_DETAILED ;
198
- /** --regexp-instrumentation-output-format="text" */
199
- public final String REGEXP_INSTRUMENT_OUTPUT_FORMAT ;
199
+ /** --regexp-instrumentation-output-format=OutputFormat.TEXT */
200
+ public final OutputFormat REGEXP_INSTRUMENT_OUTPUT_FORMAT ;
200
201
/** --metrics-time-parsing-file=false */
201
202
public final boolean METRICS_TIME_PARSING_FILE ;
202
203
/** --metrics-time-require=false */
You can’t perform that action at this time.
0 commit comments