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
DEVELOPMENT.md was renamed to CONTRIBUTING.md in RustPython#7914, but AGENTS.md
wasn't updated. Repoint the two links with a clear target (Linux/macOS
testing section, development guide). Drop the "CPython Version Upgrade
Checklist" reference under venvlauncher, which never pointed to real
content in any revision of DEVELOPMENT.md.
Related to RustPython#8356.
Assisted-by: Claude Code:claude-sonnet-5
Copy file name to clipboardExpand all lines: AGENTS.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -250,12 +250,10 @@ cargo run --features jit
250
250
251
251
### Linux Build and Debug on macOS
252
252
253
-
See the "Testing on Linux from macOS" section in [DEVELOPMENT.md](DEVELOPMENT.md#testing-on-linux-from-macos).
253
+
See the "Testing on Linux from macOS" section in [CONTRIBUTING.md](CONTRIBUTING.md#testing-on-linux-from-macos).
254
254
255
255
### Building venvlauncher (Windows)
256
256
257
-
See DEVELOPMENT.md "CPython Version Upgrade Checklist" section.
258
-
259
257
**IMPORTANT**: All 4 venvlauncher binaries use the same source code. Do NOT add multiple `[[bin]]` entries to Cargo.toml. Build once and copy with different names.
260
258
261
259
## Test Code Modification Rules
@@ -286,7 +284,7 @@ If you modify any file under `.github/workflows/`, the change must pass a [zizmo
286
284
## Documentation
287
285
288
286
- Check the [architecture document](/architecture/architecture.md) for a high-level overview
289
-
- Read the [development guide](/DEVELOPMENT.md) for detailed setup instructions
287
+
- Read the [development guide](/CONTRIBUTING.md) for detailed setup instructions
290
288
- Generate documentation with `cargo doc --no-deps --all`
291
289
- Online documentation is available at [docs.rs/rustpython](https://docs.rs/rustpython/)
292
290
-[How to update test files](https://github.com/RustPython/RustPython/wiki/How-to-update-test-files#checkout-cpython-source-code-initial-setup) — guide for syncing test cases from upstream CPython into the `Lib/` directory
0 commit comments