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

Loft uses kw arguments #4757

Merged
merged 6 commits into from
Dec 13, 2024
Merged

Loft uses kw arguments #4757

merged 6 commits into from
Dec 13, 2024

Conversation

adamchalmers
Copy link
Collaborator

@adamchalmers adamchalmers commented Dec 11, 2024

Part of #4600

Copy link

qa-wolf bot commented Dec 11, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

Copy link

vercel bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Dec 13, 2024 5:37pm

/// vDegree = 2,
/// })
/// loft([squareSketch, circleSketch0, circleSketch1],
/// baseCurveIndex: 0,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had to remove comments due to #4763

Copy link

codecov bot commented Dec 11, 2024

Codecov Report

Attention: Patch coverage is 93.33333% with 5 lines in your changes missing coverage. Please review.

Project coverage is 86.02%. Comparing base (a32f150) to head (3e10246).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
src/wasm-lib/derive-docs/src/lib.rs 54.54% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4757      +/-   ##
==========================================
+ Coverage   85.97%   86.02%   +0.04%     
==========================================
  Files          84       84              
  Lines       30016    30036      +20     
==========================================
+ Hits        25807    25837      +30     
+ Misses       4209     4199      -10     
Flag Coverage Δ
wasm-lib 86.02% <93.33%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@nrc nrc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@@ -2539,6 +2539,7 @@ fn fn_call_kw(i: &mut TokenSlice) -> PResult<Node<CallExpressionKw>> {
let initial_unlabeled_arg = opt((expression, comma, opt(whitespace)).map(|(arg, _, _)| arg)).parse_next(i)?;
let args = labeled_arguments(i)?;
ignore_whitespace(i);
opt(comma_sep).parse_next(i)?;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@adamchalmers adamchalmers merged commit 05ed2a3 into main Dec 13, 2024
32 checks passed
@adamchalmers adamchalmers deleted the achalmers/kw-fn-loft branch December 13, 2024 19:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants