Commit 0758d2d
refactor: flatten legacy modules, fix clippy, ignore Python bytecode
- Move coordinator sources from legacy/ to src/coordinator/src; embed via coordinator_body.rs; update function-stream #[path].
- Move servicer sources from legacy/; embed via servicer_body.rs; update function-stream #[path].
- Remove unused config legacy shim (src/config/src/legacy/mod.rs).
- Drop empty function-stream-job-manager workspace member; refresh Cargo.lock.
- CLI: collapse nested ifs in repl.rs for clippy::collapsible_if.
- streaming_planner: add crate-level #![allow(dead_code)] for reserved APIs under -D warnings.
- .gitignore: **/__pycache__/ and *.py[cod] so bytecode is never committed.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent d80f700 commit 0758d2d
75 files changed
Lines changed: 28 additions & 76 deletions
File tree
- cli/cli/src
- src
- config/src/legacy
- coordinator/src
- analyze
- dataset
- execution
- plan
- statement
- tool
- function-stream/src
- job_manager
- src
- servicer/src
- streaming_planner/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
171 | 170 | | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
| |||
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments