Commit c6ae418
test: add unit tests for kotlinc/javac opts flag mapping
Tests all three code paths in convert._to_flags:
- value_to_flag dict lookup (warn, include_stdlibs, release)
- map_value_to_flag fn (jvm_target, x_backend_threads, x_optin, x_warning_level)
- derive.info path (x_suppress_warning, x_lint, add_exports, annotation_processor_options)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ed745b4 commit c6ae418
File tree
2 files changed
+12
-0
lines changed- src/main/starlark/core/compile/worker
2 files changed
+12
-0
lines changedWhitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments