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

Remove backwards compatibility tags #3139

Merged
merged 14 commits into from
Jul 28, 2024
Merged

Conversation

jessfraz
Copy link
Contributor

closes #2778

required for #2942

cc @greg-kcio @jgomez720 @r-barton @nicboone8 as downstreams

Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
Copy link

qa-wolf bot commented Jul 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 Jul 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 Jul 28, 2024 0:40am

Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
Copy link

codecov bot commented Jul 27, 2024

Codecov Report

Attention: Patch coverage is 59.18367% with 20 lines in your changes missing coverage. Please review.

Project coverage is 87.75%. Comparing base (2affc72) to head (8262d70).
Report is 33 commits behind head on main.

Files Patch % Lines
src/wasm-lib/kcl/src/parser/parser_impl.rs 40.74% 16 Missing ⚠️
src/wasm-lib/kcl/src/executor.rs 75.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3139      +/-   ##
==========================================
+ Coverage   86.65%   87.75%   +1.10%     
==========================================
  Files          63       64       +1     
  Lines       25016    24892     -124     
==========================================
+ Hits        21678    21845     +167     
+ Misses       3338     3047     -291     
Flag Coverage Δ
wasm-lib 87.75% <59.18%> (+1.10%) ⬆️

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.

Signed-off-by: Jess Frazelle <[email protected]>
Signed-off-by: Jess Frazelle <[email protected]>
@jessfraz jessfraz merged commit 615b03a into main Jul 28, 2024
23 of 24 checks passed
@jessfraz jessfraz deleted the remove-backwards-compatibility-tags branch July 28, 2024 00:59
@franknoirot franknoirot mentioned this pull request Jul 30, 2024
jessfraz added a commit that referenced this pull request Jul 31, 2024
* start removing backwards compat

Signed-off-by: Jess Frazelle <[email protected]>

* more

Signed-off-by: Jess Frazelle <[email protected]>

* add more

Signed-off-by: Jess Frazelle <[email protected]>

* fixups

Signed-off-by: Jess Frazelle <[email protected]>

* updates

Signed-off-by: Jess Frazelle <[email protected]>

* std

Signed-off-by: Jess Frazelle <[email protected]>

* fix one

Signed-off-by: Jess Frazelle <[email protected]>

* fixes

Signed-off-by: Jess Frazelle <[email protected]>

* cleanup other backwards compatible shit

Signed-off-by: Jess Frazelle <[email protected]>

* cargo.lock

Signed-off-by: Jess Frazelle <[email protected]>

* updates

Signed-off-by: Jess Frazelle <[email protected]>

* fixes

Signed-off-by: Jess Frazelle <[email protected]>

* update js tests

Signed-off-by: Jess Frazelle <[email protected]>

* fix playwright

Signed-off-by: Jess Frazelle <[email protected]>

---------

Signed-off-by: Jess Frazelle <[email protected]>
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.

after a few releases remove the backwards compatibiility for tags as strings
1 participant