Skip to content

Commit 7f45ba4

Browse files
authored
Move compiler/codegen -> crates/codegen (RustPython#6260)
1 parent 477c9b3 commit 7f45ba4

17 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ template = "installer-config/installer.wxs"
122122
resolver = "2"
123123
members = [
124124
"compiler",
125-
"compiler/codegen",
126125
".",
127126
"derive",
128127
"jit",
@@ -145,7 +144,7 @@ license = "MIT"
145144
[workspace.dependencies]
146145
rustpython-compiler-core = { path = "crates/compiler-core", version = "0.4.0" }
147146
rustpython-compiler = { path = "compiler", version = "0.4.0" }
148-
rustpython-codegen = { path = "compiler/codegen", version = "0.4.0" }
147+
rustpython-codegen = { path = "crates/codegen", version = "0.4.0" }
149148
rustpython-common = { path = "crates/common", version = "0.4.0" }
150149
rustpython-derive = { path = "derive", version = "0.4.0" }
151150
rustpython-derive-impl = { path = "derive-impl", version = "0.4.0" }

compiler/codegen/src/snapshots/rustpython_codegen__compile__tests__if_ands.snap renamed to crates/codegen/src/snapshots/rustpython_codegen__compile__tests__if_ands.snap

File renamed without changes.

compiler/codegen/src/snapshots/rustpython_codegen__compile__tests__if_mixed.snap renamed to crates/codegen/src/snapshots/rustpython_codegen__compile__tests__if_mixed.snap

File renamed without changes.

compiler/codegen/src/snapshots/rustpython_codegen__compile__tests__if_ors.snap renamed to crates/codegen/src/snapshots/rustpython_codegen__compile__tests__if_ors.snap

File renamed without changes.

compiler/codegen/src/snapshots/rustpython_codegen__compile__tests__nested_double_async_with.snap renamed to crates/codegen/src/snapshots/rustpython_codegen__compile__tests__nested_double_async_with.snap

File renamed without changes.

0 commit comments

Comments
 (0)