Skip to content

Commit 8968aea

Browse files
authored
Move vm -> crates/vm (RustPython#6269)
1 parent 041dd30 commit 8968aea

File tree

209 files changed

+16
-15
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

209 files changed

+16
-15
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ resolver = "2"
123123
members = [
124124
".",
125125
"derive",
126-
"vm",
127126
"stdlib",
128127
"wasm/lib",
129128
"crates/*",
@@ -146,7 +145,7 @@ rustpython-derive = { path = "derive", version = "0.4.0" }
146145
rustpython-derive-impl = { path = "crates/derive-impl", version = "0.4.0" }
147146
rustpython-jit = { path = "crates/jit", version = "0.4.0" }
148147
rustpython-literal = { path = "crates/literal", version = "0.4.0" }
149-
rustpython-vm = { path = "vm", default-features = false, version = "0.4.0" }
148+
rustpython-vm = { path = "crates/vm", default-features = false, version = "0.4.0" }
150149
rustpython-pylib = { path = "crates/pylib", version = "0.4.0" }
151150
rustpython-stdlib = { path = "stdlib", default-features = false, version = "0.4.0" }
152151
rustpython-sre_engine = { path = "crates/sre_engine", version = "0.4.0" }
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../Lib/codecs.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../Lib/copyreg.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../Lib/encodings/utf_8.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../Lib/__hello__.py
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../Lib/__phello__/
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../Lib/importlib/_bootstrap.py

0 commit comments

Comments
 (0)