Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implementing naive array pop #4806

Merged
merged 68 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
415f84a
implementing naive array pop
guptaarnav Dec 15, 2024
709bf31
multi-profile follow up. (#4802)
Irev-Dev Dec 16, 2024
940f07e
get ready to bump (kcl-lib and friends) world (#4794)
jessfraz Dec 16, 2024
1b64b97
Revert multi-profile (#4812)
franknoirot Dec 16, 2024
d7991ec
Add tracking of operations for the feature tree (#4746)
jtran Dec 16, 2024
821bc2a
Change KCL completion to use new object/record syntax (#4815)
jtran Dec 16, 2024
b3269f1
Reserve syntax for units of measure (#4783)
nrc Dec 16, 2024
6d2b161
Whole module imports (#4767)
nrc Dec 16, 2024
84a48a2
Support completions from import statements (#4768)
nrc Dec 16, 2024
9c92b83
Implements boolean logical and/or in kcl (#4678)
guptaarnav Dec 16, 2024
30c65bc
Annotations syntax and per-file default units preparatory work (#4822)
nrc Dec 17, 2024
9219ece
KCL: Unlabeled first param defaults to % (#4817)
adamchalmers Dec 17, 2024
4ae2cf5
Deprecate startSketchAt() stdlib function (#4819)
jtran Dec 17, 2024
cf0b923
Add dry-run validation for Loft (#4820)
pierremtb Dec 17, 2024
ccb5853
Double click label on sketch to dimension (#4816)
nadr0 Dec 17, 2024
60c45d0
KCL: Show beautiful Miette errors when a KCL example test fails (#4829)
adamchalmers Dec 18, 2024
1a3597c
Move all tests over to electron (#4484)
lf94 Dec 18, 2024
d4705db
Add blank line to discord bot message (#4814)
pierremtb Dec 19, 2024
2ae65c2
Implement some basic cache program generation (#4840)
paultag Dec 19, 2024
4d2307a
Fix mac issue after electron test migration PR (#4842)
pierremtb Dec 19, 2024
02af82f
Remove guards from modeling commands in the toolbar (#4800)
franknoirot Dec 19, 2024
866746f
Prompt to edit (#4830)
Irev-Dev Dec 20, 2024
27c27d7
Yeet telemetry to text to cad endpoint (#4847)
Irev-Dev Dec 20, 2024
c81ea58
Tweak prompt wording (#4846)
Irev-Dev Dec 20, 2024
f78901c
update discord bot (#4837)
jgomez720 Dec 20, 2024
fcb4ba7
Re-enable test 'code pane closed at start' after electron migration (…
pierremtb Dec 20, 2024
1600568
Add 3-point circle tool (#4832)
lf94 Dec 20, 2024
4fbd9b5
First draft of a feature tree pane (#4782)
franknoirot Dec 20, 2024
cc2cfd2
Fix e2e default planes tests to use mask on state indicator (#4849)
jtran Dec 20, 2024
0bd195b
fix: don't error on failure to fetch privacy settings (#4799)
jtran Dec 23, 2024
e752499
Match package license to LICENSE file (#4882)
mattmundell Jan 2, 2025
03af8e0
Remove the old Loft GitHub issue link in the toolbar (#4848)
pierremtb Jan 2, 2025
5dc7a45
Fix fuzz crate lints and update deps (#4873)
jtran Jan 2, 2025
122eea8
Use app foreground color for focus outline button color so there's no…
franknoirot Jan 2, 2025
4d7ac14
Add support for float numbers in rem() arguments (#4858)
jtran Jan 2, 2025
ecbc493
Add auto-retries to macOS build notarization (#4892)
pierremtb Jan 2, 2025
537bc9a
Bump nanoid from 3.3.7 to 3.3.8 (#4731)
dependabot[bot] Jan 2, 2025
7775023
Enable enter for autocompletions in the command palette KCL input (#4…
franknoirot Jan 2, 2025
27667f5
Bump rollup from 4.21.0 to 4.29.1 (#4888)
dependabot[bot] Jan 2, 2025
f79b24d
Louder Windows codesign errors (#4762)
pierremtb Jan 3, 2025
d80764c
Add parsing keyword function calls inside pipelines (#4907)
jtran Jan 3, 2025
db9b7b2
Remove draft PR filter on e2e tests (#4908)
pierremtb Jan 3, 2025
1385b97
Add three point circle stdlib function (#4893)
lf94 Jan 4, 2025
f8eb875
Move the base CodeMirror KCL support to a local package (#4897)
jtran Jan 4, 2025
0e588d3
Fix typo in README (#3843)
Jan 6, 2025
e8a2bc2
remove backwards compatibility for snake case in objects (#4920)
jessfraz Jan 6, 2025
6627705
CM KCL: Support `=` in record init (#4933)
jtran Jan 6, 2025
fc98227
Bump clap from 4.5.21 to 4.5.23 in /src/wasm-lib (#4928)
dependabot[bot] Jan 6, 2025
4f6863a
Bump @kittycad/lib from 2.0.7 to 2.0.12 (#4922)
dependabot[bot] Jan 6, 2025
b0862b8
Bump anyhow from 1.0.94 to 1.0.95 in /src/wasm-lib (#4929)
dependabot[bot] Jan 6, 2025
05b2cd6
Bump url from 2.5.3 to 2.5.4 in /src/wasm-lib (#4930)
dependabot[bot] Jan 6, 2025
04b938b
Bump wasm-streams from 0.4.1 to 0.4.2 in /src/wasm-lib (#4926)
dependabot[bot] Jan 6, 2025
c7b1d53
Bump @csstools/postcss-oklab-function from 4.0.2 to 4.0.7 (#4923)
dependabot[bot] Jan 6, 2025
da4b5bf
fix: writes to disk when the user accepts the prompt to edit (#4942)
nadr0 Jan 6, 2025
3a03d9e
Make circle3Point tool an actor (#4906)
lf94 Jan 6, 2025
a8a90fb
Reduce the amount of data sent to TS and make new fields opt-in (#4913)
jtran Jan 6, 2025
dbf11b2
Bump syn from 2.0.87 to 2.0.95 to be compatible with modeling-cmds 0.…
jtran Jan 7, 2025
f8f9de1
fix out of range error (#4931)
jessfraz Jan 7, 2025
7c9e9c5
Run chrome e2e snapshots only on linux (#4947)
pierremtb Jan 7, 2025
9e0493f
Nadro/3079/screenshot improvements (#3917)
nadr0 Jan 7, 2025
bbe2f2a
feat: implemented zoom to fit on code change if previous AST was empt…
nadr0 Jan 7, 2025
29eb6a7
Add dependabot group for all serde dependencies (#4944)
jtran Jan 7, 2025
119268f
CM KCL: = and => are optional in fn declarations (#4941)
adamchalmers Jan 7, 2025
913b957
Bump ts-rs from 10.0.0 to 10.1.0 (#4949)
jtran Jan 7, 2025
a347172
Add toolbar buttons for text-to-cad and prompt-to-edit (#4938)
franknoirot Jan 7, 2025
f0de6b7
Bump quote from 1.0.37 to 1.0.38 in /src/wasm-lib (#4951)
dependabot[bot] Jan 7, 2025
0a575e8
array pop with unlabled kw arg
guptaarnav Jan 7, 2025
be27cd2
Merge branch 'main' into guptaarnav/array-pop
guptaarnav Jan 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/kcl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ layout: manual
* [`pi`](kcl/pi)
* [`polar`](kcl/polar)
* [`polygon`](kcl/polygon)
* [`pop`](kcl/pop)
* [`pow`](kcl/pow)
* [`profileStart`](kcl/profileStart)
* [`profileStartX`](kcl/profileStartX)
Expand Down
39 changes: 39 additions & 0 deletions docs/kcl/pop.md

Large diffs are not rendered by default.

Loading
Loading