27227092b1
app stuck on blur when engine errors ( #682 )
...
* temp fix for when engine returns error
* don't add extrued to show function
2023-09-21 04:32:47 +00:00
04e1b92a5b
Add a benchmark for parsing pipes-on-pipes ( #678 )
2023-09-21 03:13:07 +00:00
0553cd4621
tests for big files ( #675 )
...
* shit;
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* u[dates;
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* still ignore the big one
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* Add big kitt SVG to benchmarks
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: Adam Chalmers <adam.s.chalmers@gmail.com >
2023-09-20 19:35:37 -07:00
61a0c88af4
Add IDE dirs to .gitignore ( #676 )
2023-09-21 02:03:09 +00:00
d5b0544437
Bump tauri-plugin-fs-extra from 5b814f5
to 76832e6
in /src-tauri ( #657 )
...
Bumps [tauri-plugin-fs-extra](https://github.com/tauri-apps/plugins-workspace ) from `5b814f5` to `76832e6`.
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases )
- [Commits](5b814f56e6...76832e60bf
)
---
updated-dependencies:
- dependency-name: tauri-plugin-fs-extra
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-20 18:47:38 -07:00
6cc8af5c23
make stdlib functions async ( #672 )
...
* wip
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 >
fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
closer
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 >
* closer
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* closer
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* compiles
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* connection
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix wasm
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* timeout
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* remove the drop
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* drop handle
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 >
* fix
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2023-09-20 18:27:08 -07:00
888104080e
bump v0.9.0 ( #673 )
v0.9.0
2023-09-21 10:38:40 +10:00
b6769889e3
Handle relative paths at kcl level ( #506 )
...
* handle relative paths at kcl level
* fmt
* update kittycad
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* bump
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 >
Co-authored-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
2023-09-21 10:36:26 +10:00
a32258dac4
Engine manager can be cloned ( #671 )
2023-09-20 16:22:47 -07:00
18dbbad244
Use an actor to manage the Tokio engine connection ( #669 )
...
* Use an actor to manage the Tokio engine connection
This means EngineManager trait's methods take &self not &mut self, and the tokio implementation can be cloned.
* Clean up code
2023-09-20 16:59:03 -05:00
b67c16cc9d
Benchmark for KCL parser ( #664 )
...
* KCL benchmarks
* CI for benchmarks
* More specific name for benchmark
* Benchmark the right directory
* Format
2023-09-20 13:15:28 -05:00
ad482641ef
Unit test for zero-param programs ( #663 )
2023-09-20 10:51:49 -05:00
9ee24845a1
Bump to v0.8.2 ( #656 )
...
Co-authored-by: Frank Noirot <frank@kittycad.io >
v0.8.2
2023-09-20 14:41:23 +00:00
e69d263252
Revert swapping setCode
for deferredSetCode
in App ( #662 )
...
This fix was implemented in https://github.com/KittyCAD/modeling-app/pull/649
to try and address https://github.com/KittyCAD/modeling-app/issues/545 .
However, we need to run `setCode` to execute immediately here or else
files will not render in the 3D view when opened, as reported by @pierremtb.
Reverting for now to allow for a timely release https://github.com/KittyCAD/modeling-app/pull/656
Signed-off-by: Frank Noirot <frank@kittycad.io >
2023-09-20 10:32:36 -04:00
111738f38e
Fix the debug panel overflow ( #653 )
2023-09-20 05:36:29 -04:00
e34501cc5a
Ast fixes ( #650 )
...
* allow using member expressions for memory items
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes pi in binary expressions
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add fix
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 >
2023-09-19 16:05:53 -07:00
c767c1c3a6
Replace setCode
with deferredSetCode
in App ( #649 )
...
* Replace `setCode` with `deferredSetCode` in App
* Remove unused OpenFileButton component
2023-09-19 22:07:54 +00:00
e399a8f938
Franknoirot/ux papercuts 4 ( #640 )
...
* Add Cmd + / to support windows, update walkthrough
* Fix #628 dark mode <select> bg color
* Fix #621 by narrowing margins and moving to left
---------
Co-authored-by: Jess Frazelle <jessfraz@users.noreply.github.com >
2023-09-19 18:06:13 -04:00
59d5f2524a
fix function inside show not executing ( #641 )
...
* start of heap changes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix show bug
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* new images
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2023-09-19 14:20:14 -07:00
b47ebd14d2
Bump to v0.8.1 ( #637 )
...
Signed-off-by: Frank Noirot <frank@kittycad.io >
v0.8.1
2023-09-19 15:55:55 -04:00
e74bcd0695
make it so the lsp server doesnt vom on restart ( #636 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2023-09-19 15:17:34 -04:00
22161ec386
Variables needs to scroll ( #624 )
...
* Variables needs to scroll
Fixes #609
* Run yarn fmt
---------
Co-authored-by: Frank Noirot <frank@kittycad.io >
2023-09-19 18:29:22 +00:00
ada46c4317
Fix Tauri auth in development ( #635 )
...
* Fix Tauri auth in development
* Fix Rust formatting
2023-09-19 14:08:26 -04:00
6675fa8d1e
UX Papercuts 3: use absolute paths, add error page with buttons to help refresh, etc ( #615 )
...
* Fix #593 : don't prevent default on link click
* Use absolute/explicit path for settings
Trying to test fix for #594
* Broken: replace almost all relative URLs with absolute
* Clean up to use clean useDismiss with absolute path
* Merge branch 'main' into franknoirot/ux-papercuts-3a
* Add buttons to home, reload, clear, and bug report on error screen
2023-09-19 14:06:56 -04:00
075d2debce
Bump to v0.8.0 ( #561 )
...
Co-authored-by: Frank Noirot <frank@kittycad.io >
v0.8.0
2023-09-19 00:22:18 -04:00
488e41ac0e
Fix docs link, test fixing relative URLs in Windows ( #606 )
...
* Fix #593 : don't prevent default on link click
* Use absolute/explicit path for settings
Trying to test fix for #594
* Broken: replace almost all relative URLs with absolute
* add relative jump backs util
* dot dot slash everywhere
* use usLocation not window.location
* the one that got away
* fmt 🤦♂️
---------
Co-authored-by: Kurt Hutten Irev-Dev <k.hutten@protonmail.ch >
2023-09-19 13:55:14 +10:00
8147f5f1eb
CLI-only code behind a feature flag ( #614 )
2023-09-18 21:38:40 -05:00
bc7e9d9789
non wasm engine errors ( #612 )
...
updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2023-09-18 17:31:11 -07:00
8d493d6517
Cargo update ( #611 )
2023-09-18 17:22:25 -07:00
9fa98d6f3f
Don't wipe cache for yarn build:wasm ( #610 )
...
You can still run a clean build (no cache) with yarn build:wasm-clean
2023-09-18 17:10:16 -07:00
24a31c94e7
Typo: noneCode => nonCode ( #607 )
2023-09-18 18:14:12 -05:00
76e3207251
recast fix ( #608 )
...
fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2023-09-18 15:56:11 -07:00
e2237fa9f6
use deferredSetCode so the 3D view resets ( #604 )
2023-09-18 17:44:25 -04:00
ae4aa82129
windows fix ( #598 )
...
Break out windows sed in CI action
Add run-script-os, break apart find-replace for each
Fix importmeta command typos
Fix windows commands in packag.json and ci.yml
I actually ran these on my windows machine
Update package.json
call remove-import-meta from ci
fucking sed
updates
only remove import meta pre tests
updates
fix order
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2023-09-18 13:59:40 -07:00
14b287a746
Franknoirot/ux papercuts 1 ( #596 )
...
* Properly show dark logo in System-light theme
* Fix linting errors for fill-rule and clip-rule
* Support system-light theme on Parametric Modeling step as well
Signed-off-by: Frank Noirot <frank@kittycad.io >
* Fix line number ref in Parametric Modeling copy
Signed-off-by: Frank Noirot <frank@kittycad.io >
* Copyediting tweaks
* Fix part name disappearing even when there is space
---------
Signed-off-by: Frank Noirot <frank@kittycad.io >
2023-09-18 13:13:04 -07:00
dd1b7631fa
round two decimal places on move ( #591 )
...
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2023-09-18 16:42:53 +10:00
f98f782b40
Bump syn from 2.0.33 to 2.0.37 in /src/wasm-lib ( #586 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.33 to 2.0.37.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.33...2.0.37 )
---
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>
2023-09-17 23:40:33 -07:00
01f5ecdc36
Bump schemars from 0.8.13 to 0.8.15 in /src/wasm-lib ( #587 )
...
Bumps [schemars](https://github.com/GREsau/schemars ) from 0.8.13 to 0.8.15.
- [Release notes](https://github.com/GREsau/schemars/releases )
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md )
- [Commits](https://github.com/GREsau/schemars/compare/v0.8.13...v0.8.15 )
---
updated-dependencies:
- dependency-name: schemars
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>
2023-09-17 23:38:05 -07:00
5297d3e142
both edit and move in one PR ( #566 )
...
* get the data for where lines are
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* make pretty
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fmt
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* new shit
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* beginning of stufff
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* add new fns
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* basic function
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix ups to keep order
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* further
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* failing test
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* do it in rust
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* trait
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* start of ui integration
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* weird shit
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* generate close on close
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* start of constraint functions
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* helper functions
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* make work
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* constraints w ranges
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fmt
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* skip
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 >
* comment
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* throw
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* make close a bit less sensitive in move scenario
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* cleanup shit we didnt end up using
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* make it less hard to close
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* Fix edit after sketch
* Move to plane for sketch
* Fix pathToNode for ast mods
* Fix exit sketch mode with escape
* Fix fmt since my editor did it wrong
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fix link
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
Co-authored-by: Adam Sunderland <adam@kittycad.io >
2023-09-17 21:57:43 -07:00
f71f44968b
remove unneeded import ( #565 )
2023-09-17 09:19:53 +00:00
7b79998c40
put .env.dev back ( #564 )
2023-09-17 09:17:14 +00:00
4632d407c1
Sign macOS builds ( #539 )
...
* Sign macOS builds
Fixes #295
* Try without creds, only cert
* Add more creds
2023-09-16 13:41:07 -04:00
58d7e59ca4
Let tauri-action perform Windows signing ( #535 )
...
* Check if tauri-action could sign Windows builds automatically
Fixes #533
* Cleanup
* Change to sha256
* Clean up
2023-09-16 04:48:32 -04:00
f592d8db84
Franknoirot/pretty buttons ( #550 )
2023-09-16 01:23:11 -04:00
31eca3728e
add sample script as integration test ( #559 )
...
* updates
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* fixes
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2023-09-15 20:45:28 -07:00
c5d8779af4
Update onboarding to be more complete ( #551 )
...
* Update Introduction
* Update Camera step
* Change link to expectations
Co-authored-by: Josh Gomez <114548659+jgomez720@users.noreply.github.com >
* Set outline for onboarding
* Add Streaming step
* Remove Units step
* Add default kcl script
* Add Code Editor step
* Add Parametric Modeling step
* Add Interactive Numbers step
* Update bracket to use sqrt
* Add Command K step
* Assuage @jessfraz's code itchies
* Add User Menu step
* Add Project Menu step
* Add Export step
* Improve error page to actually show error
* Update the sketch step
* Add Future Work section
* Bring back the bracket code on the final step
* Set up the code to the bracket when starting onboarding
* Fix missing import
* Don't throw away users code if not empty
* Prompt the user if they have content in their file
---------
Co-authored-by: Josh Gomez <114548659+jgomez720@users.noreply.github.com >
2023-09-16 02:37:40 +00:00
cf686bdeb0
adds more math functions and fixes parens ( #558 )
...
* nested parens fix
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* e, tau
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* docs
Signed-off-by: Jess Frazelle <github@jessfraz.com >
* remove test w log since that is a stdlib fn now
Signed-off-by: Jess Frazelle <github@jessfraz.com >
---------
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2023-09-15 17:40:57 -07:00
ae7143a94f
add a bunch of math stdlib fns ( #555 )
...
add a bunch of math stuff
Signed-off-by: Jess Frazelle <github@jessfraz.com >
2023-09-15 15:54:49 -07:00
f2b24849b3
Move calls to the unreliable channel into a helper method ( #543 )
...
This'll let us handle JSON encoding in one place, as well as adding any
logging or anything. Not a huge deal, but it's a minor cleanup I made
while looking into an unrelated bug.
Signed-off-by: Paul Tagliamonte <paul@kittycad.io >
2023-09-15 17:14:58 -04:00
35d6530406
Bump actions/checkout from 3 to 4 ( #379 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
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>
2023-09-15 13:20:59 -07:00