@@ -107,8 +107,8 @@ priority 9 |
| 107 | status active | 107 | status active |
| 108 | coverage => cross_tu, pure_semantics, system_interop, performance | 108 | coverage => cross_tu, pure_semantics, system_interop, performance |
| 109 | library_seed => fortpath | 109 | library_seed => fortpath |
| 110 | -build => fpm build --compiler "{fc}" | 110 | +build => fpm build --compiler "{fc}" --c-compiler "{cc}" |
| 111 | -test => fpm test --compiler "{fc}" | 111 | +test => fpm test --compiler "{fc}" --c-compiler "{cc}" |
| 112 | note "Filesystem/path library with a dense native test surface." | 112 | note "Filesystem/path library with a dense native test surface." |
| 113 | note "Good for `.amod`, library packaging, runtime I/O, and cross-unit truthfulness without app-layer noise." | 113 | note "Good for `.amod`, library packaging, runtime I/O, and cross-unit truthfulness without app-layer noise." |
| 114 | end | 114 | end |
@@ -120,8 +120,8 @@ priority 10 |
| 120 | status active | 120 | status active |
| 121 | coverage => cross_tu, system_interop, performance | 121 | coverage => cross_tu, system_interop, performance |
| 122 | library_seed => fortproc | 122 | library_seed => fortproc |
| 123 | -build => fpm build --compiler "{fc}" | 123 | +build => fpm build --compiler "{fc}" --c-compiler "{cc}" |
| 124 | -test => fpm test --compiler "{fc}" | 124 | +test => fpm test --compiler "{fc}" --c-compiler "{cc}" |
| 125 | note "Process/subprocess library with sync run, capture, timeout, and shell behavior coverage." | 125 | note "Process/subprocess library with sync run, capture, timeout, and shell behavior coverage." |
| 126 | note "High-value ABI and runtime target for subprocess orchestration without needing a full end-user app." | 126 | note "High-value ABI and runtime target for subprocess orchestration without needing a full end-user app." |
| 127 | end | 127 | end |
@@ -133,8 +133,8 @@ priority 11 |
| 133 | status active | 133 | status active |
| 134 | coverage => cross_tu, system_interop, interactive | 134 | coverage => cross_tu, system_interop, interactive |
| 135 | library_seed => fortterm, fortproc | 135 | library_seed => fortterm, fortproc |
| 136 | -build => fpm build --compiler "{fc}" | 136 | +build => fpm build --compiler "{fc}" --c-compiler "{cc}" |
| 137 | -test => fpm test --compiler "{fc}" | 137 | +test => fpm test --compiler "{fc}" --c-compiler "{cc}" |
| 138 | note "PTY/session library with resize, lifecycle, and interactive subprocess coverage." | 138 | note "PTY/session library with resize, lifecycle, and interactive subprocess coverage." |
| 139 | note "Best library-scale target for terminal I/O truthfulness before the heavier TUI/editor projects." | 139 | note "Best library-scale target for terminal I/O truthfulness before the heavier TUI/editor projects." |
| 140 | end | 140 | end |