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

preserve order of struct in autocomplete #4018

Merged
merged 5 commits into from
Sep 28, 2024
Merged

preserve order of struct in autocomplete #4018

merged 5 commits into from
Sep 28, 2024

Conversation

jessfraz
Copy link
Contributor

closes #3110

Signed-off-by: Jess Frazelle <github@jessfraz.com>
Copy link

qa-wolf bot commented Sep 27, 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 Sep 27, 2024

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

Name Status Preview Updated (UTC)
modeling-app ✅ Ready (Inspect) Visit Preview Sep 27, 2024 11:35pm

@jessfraz jessfraz enabled auto-merge (squash) September 27, 2024 21:51
Signed-off-by: Jess Frazelle <github@jessfraz.com>
Copy link

codecov bot commented Sep 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.10%. Comparing base (e50de13) to head (aa4e4f1).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4018   +/-   ##
=======================================
  Coverage   87.10%   87.10%           
=======================================
  Files          71       71           
  Lines       25291    25291           
=======================================
  Hits        22030    22030           
  Misses       3261     3261           
Flag Coverage Δ
wasm-lib 87.10% <100.00%> (ø)

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

@jtran jtran left a comment

Choose a reason for hiding this comment

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

Thank you!

@jessfraz jessfraz merged commit 37bb696 into main Sep 28, 2024
30 checks passed
@jessfraz jessfraz deleted the fix-3110 branch September 28, 2024 01:23
@nadr0 nadr0 mentioned this pull request Sep 30, 2024
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.

Tab auto-complete of stdlib functions should not confirm to alphabetical order
2 participants