Skip to content

Commit

Permalink
Remove fold, unparse, and location features (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jun 19, 2023
1 parent 8d74eee commit f0d200c
Show file tree
Hide file tree
Showing 34 changed files with 62 additions and 23,475 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: run tests with num-bigint
run: cargo test --all --no-default-features --features num-bigint
- name: run tests with malachite-bigint and all features
run: cargo test --all --features location,malachite-bigint,constant-optimization,fold,unparse,visitor,all-nodes-with-ranges,full-lexer,serde --exclude rustpython-ast-pyo3
run: cargo test --all --features malachite-bigint,all-nodes-with-ranges,full-lexer,serde

lint:
name: Check Rust code with rustfmt and clippy
Expand All @@ -55,7 +55,7 @@ jobs:
- name: run clippy
run: cargo clippy --all --no-default-features --features num-bigint
- name: run clippy
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
run: cargo clippy --all --features malachite-bigint,all-nodes-with-ranges,full-lexer,serde -- -Dwarnings

- uses: actions/setup-python@v4
with:
Expand Down
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ include = ["LICENSE", "Cargo.toml", "src/**/*.rs"]
[workspace]
resolver = "2"
members = [
"ast", "core", "format", "literal", "parser",
"ast-pyo3",
"ruff_text_size", "ruff_source_location",
"ast", "core", "format", "literal", "parser", "ruff_text_size",
]

[workspace.dependencies]
Expand Down
72 changes: 0 additions & 72 deletions ast-pyo3/.gitignore

This file was deleted.

23 changes: 0 additions & 23 deletions ast-pyo3/Cargo.toml

This file was deleted.

15 changes: 0 additions & 15 deletions ast-pyo3/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions ast-pyo3/rustpython_ast/__init__.py

This file was deleted.

Loading

0 comments on commit f0d200c

Please sign in to comment.