289ed291c4
Allow lifetime refs in KCL stdlib parameters ( #2802 )
...
Previously these functions could not be used with `#[stdlib]` proc-macro:
```rust
fn someFn(data: &'a str) {}
fn someFn<'a>(data: Foo<'a>) {}
```
But now they can.
2024-06-25 16:10:17 -05:00
39ceb83840
Test empty commit
2024-06-25 16:05:55 -05:00
af449ff6ca
Update tauri Cargo.lock
2024-06-25 15:55:26 -05:00
e1bf55cc4a
No more flakes and make us green again ( #2771 )
...
* No more flakes and see green
* remove extra id
* try again
* again
* again
* Fix Avatar test and make snap test more robust
* Remove extra attribute
2024-06-25 13:56:11 -04:00
8fe2d33063
tags are globals ( #2795 )
...
* tags are globals
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* empty
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-25 17:35:48 +00:00
d7e36eed24
Hide grid ( #2777 )
...
* Hide grid
* Add small comment about origin of ids
2024-06-25 08:51:23 -07:00
6123ed6a82
Workaround to fix tauri tests ( #2772 )
...
* WIP Fix tauri tests
* WIP
* Change env var to app.exe or app
2024-06-25 06:42:06 -04:00
da6cd5cf9f
tag as top level part 2 ( #2773 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fmt
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* unit tests pass
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* playwright
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* format
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* format
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more literals gone
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* remove console log
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* remove only
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix some recast shit
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* last
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-24 22:39:04 -07:00
ad5bfa1a29
clippy ( #2793 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-24 21:51:29 -07:00
6358bdd7cd
Bump uuid from 1.8.0 to 1.9.1 in /src/wasm-lib ( #2787 )
...
Bumps [uuid](https://github.com/uuid-rs/uuid ) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/uuid-rs/uuid/releases )
- [Commits](https://github.com/uuid-rs/uuid/compare/1.8.0...1.9.1 )
---
updated-dependencies:
- dependency-name: uuid
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
2024-06-24 21:38:27 -07:00
d6fe414b2e
Bump pyo3 from 0.21.2 to 0.22.0 in /src/wasm-lib ( #2788 )
...
Bumps [pyo3](https://github.com/pyo3/pyo3 ) from 0.21.2 to 0.22.0.
- [Release notes](https://github.com/pyo3/pyo3/releases )
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pyo3/pyo3/compare/v0.21.2...v0.22.0 )
---
updated-dependencies:
- dependency-name: pyo3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
2024-06-24 21:37:59 -07:00
25e7e8cb89
Bump dashmap from 5.5.3 to 6.0.1 in /src/wasm-lib ( #2786 )
...
Bumps [dashmap](https://github.com/xacrimon/dashmap ) from 5.5.3 to 6.0.1.
- [Release notes](https://github.com/xacrimon/dashmap/releases )
- [Commits](https://github.com/xacrimon/dashmap/compare/v.5.5.3...v6.0.1 )
---
updated-dependencies:
- dependency-name: dashmap
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
2024-06-24 21:37:34 -07:00
a175870453
remove only from test ( #2785 )
...
remove only from tests
2024-06-25 14:16:44 +10:00
24516cdb2d
Improve traverse ( #2782 )
...
improve travers
2024-06-25 12:46:40 +10:00
496398de52
fix some recast bugs ( #2781 )
...
fix some recast shit
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-24 18:11:14 -07:00
3304a74064
Tag as top level construct ( #2769 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* udpages
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* update
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* better functions
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* backwards compat everywhere
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* update docs
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* udpates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add lsp symbols stuff;
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* tests for dupes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* Revert "tests for dupes"
This reverts commit 6acaf5a9fa
.
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* initial test updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* test
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-24 14:45:07 -07:00
f4877cb160
Stop throwing in frontend code ( #2654 )
...
Return error instead of throw
2024-06-24 11:45:40 -04:00
f7196e7eb0
Add sketch tool events to command bar ( #2708 )
...
* Add command configs for sketch tools
* Update Constrain dropdown to be noun
* Update Cargo.lock
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* Update E2E test references to "Constraints" button
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-24 11:37:48 -04:00
5260bd6820
allow for sketching on the face of a chamfer in kcl ( #2760 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* lots of cleanup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* lots more cleanup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more cleaniup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix typos
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add to known issues
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-24 06:04:32 +00:00
394653247a
Bump syn from 2.0.67 to 2.0.68 in /src/wasm-lib ( #2761 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.67 to 2.0.68.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.67...2.0.68 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-23 22:03:02 -07:00
fbd22a2d17
Bump lazy_static from 1.4.0 to 1.5.0 in /src/wasm-lib ( #2763 )
...
Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases )
- [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.4.0...1.5.0 )
---
updated-dependencies:
- dependency-name: lazy_static
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-23 22:02:53 -07:00
7c568f68e5
Bump kittycad from 0.3.5 to 0.3.6 in /src/wasm-lib ( #2762 )
...
Bumps [kittycad](https://github.com/KittyCAD/kittycad.rs ) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/KittyCAD/kittycad.rs/releases )
- [Commits](https://github.com/KittyCAD/kittycad.rs/compare/v0.3.5...v0.3.6 )
---
updated-dependencies:
- dependency-name: kittycad
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-23 22:02:26 -07:00
31b0766754
execute chamfers and fillets early if in a pattern ( #2759 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* bump kcl version
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix others
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-24 02:19:24 +00:00
cd33b40c37
Cut release v0.22.6 ( #2758 )
v0.22.6
2024-06-22 18:08:46 -07:00
3300772e3d
fix source range for last command when engine error ( #2757 )
...
* fix source range for last command
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add known issues
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add a comment
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-22 16:22:32 -07:00
fa37752a41
playwright test for hover lsp functions ( #2756 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-22 22:50:16 +00:00
34c5c153c8
save specific commands like fillet and chamfer for last ( #2753 )
...
* save specific commands like fillet and chamfer for last
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* bump kcl-lib
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more images
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-22 21:31:37 +00:00
3f343698a8
Cut release v0.22.5 ( #2751 )
v0.22.5
2024-06-22 16:12:05 +00:00
0bd9f42e17
go back updater versions ( #2746 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-22 09:24:45 +00:00
aad29fca9f
fix point and click code pane closed from start ( #2750 )
...
tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-22 09:21:13 +00:00
a8c1a14d48
Retain sketch selection segment color after adding a constraint to the segment ( #2700 )
...
* Start of basic test (not yet failing)
* Add a little logging to get the lay of the scene object land
* Move test colors to utility, test broken
* Get accurate test that is only broken with highlighted color behavior
* Working implementation but now initial segment color sticks around too long
* Make sure segment base color is always the theme color
* Remove console logs, refactor a couple lines to use if statements instead of inline booleans
* Fix new test
* Make origin color update like the other segment types
* fmt
* Fix issue where initially-selected segments lose highlight after hover
* Undo this tweaking of the selection logic, this is really only about the clientSideEntities
* Remove unused exports
* Remove unnecessary code change from ModelingMachineProvider
* Remove newline
* Update src/clientSideScene/sceneEntities.ts
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch >
---------
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch >
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
2024-06-22 08:49:31 +00:00
8194f8b70b
allow for editing a sketch where extrude or revolve is in the same pipe ( #2749 )
...
* allow for editing a sketch where extrude or revolve is in the same pipe
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* update tests
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add playwright test for extrude
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add test for revolve
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* remove log
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-22 06:50:30 +00:00
03e4f457d4
Cut release v0.22.4 ( #2748 )
v0.22.4
2024-06-21 22:55:34 -07:00
226ed37c5f
fix sketch on face ( #2745 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-21 21:49:12 -07:00
0f3f923019
Fix sharing a sketch surface between profiles ( #2744 )
...
* udpates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* dont call until startprofileAt
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add a comment
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* bump version
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup typescript code
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup redundant data
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fmt
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup position and rotation
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix clippy
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* upfates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* empty
* new images
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* new docs
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes;
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* A snapshot a day keeps the bugs away! 📷 🐛 (OS: ubuntu)
* fixups
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-21 19:54:18 -07:00
bf8fb0d127
Allow passing a vec of sketches or extrudes thru a user value ( #2743 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-21 16:44:31 -07:00
4a275c2ff7
fix one out of bounds error ( #2740 )
...
* update out of bounds
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* more
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* be in charge of own fate for code mirror versions
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* Revert "be in charge of own fate for code mirror versions"
This reverts commit 796ecfdd8f
.
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-21 15:06:01 -07:00
baf5509f1d
Bump syn from 2.0.66 to 2.0.67 in /src/wasm-lib ( #2731 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.66 to 2.0.67.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.66...2.0.67 )
---
updated-dependencies:
- dependency-name: syn
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-21 15:05:32 -07:00
47a5e1f6d3
Bump proc-macro2 from 1.0.85 to 1.0.86 in /src/wasm-lib ( #2732 )
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.85 to 1.0.86.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.85...1.0.86 )
---
updated-dependencies:
- dependency-name: proc-macro2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-21 08:50:48 -07:00
d85211c5a4
Disable extrude button if there is no extrudable geometry ( #2730 )
...
Disable extrude button if there is no extrudeable geometry
2024-06-21 13:20:42 +10:00
1beb6b5186
Cut release v0.22.3 ( #2729 )
v0.22.3
2024-06-21 13:17:14 +10:00
17978ab1d7
Reset code on critical onboarding steps ( #2727 )
...
* Make sure we always reset the code on important steps no matter what the user did to it
* Convert comments in codeManager to JSDoc comments so they appear in diagnostics
* Was using the wrong codeManager callback
* Make sure editorView is available before resetting code
* Add Playwright test that shows the code being reset
* Fix up text that looks like linksÏ
* fmt
* Skip test on MacOS, make test more reliable on Chrome
* Update cargo-clippy to run based on paths on PRs as well
* playw fix
* try keep reports
* add fix me
* try one last thing
* fmt
---------
Co-authored-by: Kurt Hutten <k.hutten@protonmail.ch >
2024-06-21 11:39:01 +10:00
a1bcad9dfb
Implement Core Dump for modeling app state ( #2653 )
2024-06-20 19:36:28 -04:00
2e7bdf02cf
Franknoirot/onboarding avatar text ( #2726 )
...
* Add failing playwright test
* Fix the problem to get the test passing
* Give the avatar button a tooltip too
2024-06-20 14:06:11 -04:00
6f76196b72
pin ts-rs to release ( #2725 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-20 10:55:53 -07:00
e7af064518
Fix onboarding example code loading ( #2723 )
...
* Add Playwright test to verify that example code loads
* Just let the loaded code be null if it's null
2024-06-20 12:07:21 -04:00
674d49e2ae
fix clear diagnostics when not wasm ( #2715 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-19 19:45:55 -07:00
4cb48674c6
add a feature flag to disable printlns in kcl-lib for the lsp ( #2712 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup weird printlns
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* check
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* rename file
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-19 19:38:56 -07:00
82daec2aff
more pyo3 methods ( #2711 )
...
more pyo3
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-19 18:04:56 -07:00
f1ef9d5200
add pyo3 as a feature flag for python bindings ( #2710 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* thing
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add feature flag for pyo3 for gregs stuff;
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add more
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2024-06-19 17:32:08 -07:00