Commit 647ad3d
authored
chore: Attempt at making execute_llvm editable in local
This is an attempt at avoiding `uv` from caching `execute_llvm` and
reflecting new changes to the package.
As part of this I updated various dependencies:
- `maturin 1.4 -> 1.7.7`, since [this
issue](https://www.github.com/PyO3/maturin/issues/2346) seemed related.
- `pyo3 0.19 -> 0.23`, and updated the bindings syntax.
The change that actually worked was removing the unversioned
"execute_llvm" entry in the main package's dependencies. Since we
manually install it using `maturin develop`, it now ensures that changes
get re-compiled and reflected on the python runtime.
drive-by: Update `execute_llvm` to read packages instead of hugrs, so we
can pass it guppys with quantum primitives.uv development (#737)1 parent db86f98 commit 647ad3d
File tree
8 files changed
+122
-127
lines changed- execute_llvm
- src
- tests/integration
8 files changed
+122
-127
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments