Skip to content
This repository was archived by the owner on Jul 27, 2023. It is now read-only.

Commit 037dc28

Browse files
charliermarshzanieb
authored andcommitted
Remove fold, unparse, and location features (#9)
1 parent fbdc987 commit 037dc28

34 files changed

+62
-24457
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: run tests with num-bigint
4141
run: cargo test --all --no-default-features --features num-bigint
4242
- name: run tests with malachite-bigint and all features
43-
run: cargo test --all --features location,malachite-bigint,constant-optimization,fold,unparse,visitor,all-nodes-with-ranges,full-lexer,serde --exclude rustpython-ast-pyo3
43+
run: cargo test --all --features malachite-bigint,all-nodes-with-ranges,full-lexer,serde
4444

4545
lint:
4646
name: Check Rust code with rustfmt and clippy
@@ -55,7 +55,7 @@ jobs:
5555
- name: run clippy
5656
run: cargo clippy --all --no-default-features --features num-bigint
5757
- name: run clippy
58-
run: cargo clippy --all --features location,malachite-bigint,constant-optimization,fold,unparse,visitor,all-nodes-with-ranges,full-lexer,serde --exclude rustpython-ast-pyo3 -- -Dwarnings
58+
run: cargo clippy --all --features malachite-bigint,all-nodes-with-ranges,full-lexer,serde -- -Dwarnings
5959

6060
- uses: actions/setup-python@v4
6161
with:

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ include = ["LICENSE", "Cargo.toml", "src/**/*.rs"]
1111
[workspace]
1212
resolver = "2"
1313
members = [
14-
"ast", "core", "format", "literal", "parser",
15-
"ast-pyo3",
16-
"ruff_text_size", "ruff_source_location",
14+
"ast", "core", "format", "literal", "parser", "ruff_text_size",
1715
]
1816

1917
[workspace.dependencies]

ast-pyo3/.gitignore

Lines changed: 0 additions & 72 deletions
This file was deleted.

ast-pyo3/Cargo.toml

Lines changed: 0 additions & 23 deletions
This file was deleted.

ast-pyo3/pyproject.toml

Lines changed: 0 additions & 15 deletions
This file was deleted.

ast-pyo3/rustpython_ast/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)