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

Upgraded kotlin to 1.9.20 #556

Merged
merged 17 commits into from
Feb 28, 2024
Merged

Upgraded kotlin to 1.9.20 #556

merged 17 commits into from
Feb 28, 2024

Conversation

nulls
Copy link
Member

@nulls nulls commented Nov 8, 2023

What's done:

  • upgraded kotlin
  • removed actual\expected class
  • added required OptIn
  • removed nonJs target

It handles of #554
It closes #555

### WHat's done:
- upgraded kotlin
- removed actual\expected class
- added required OptIn

It handles of #554
@nulls nulls self-assigned this Nov 8, 2023
Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.07%. Comparing base (58b524b) to head (7a40ae9).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #556   +/-   ##
=========================================
  Coverage     48.07%   48.07%           
  Complexity      163      163           
=========================================
  Files            53       53           
  Lines          1893     1893           
  Branches        316      313    -3     
=========================================
  Hits            910      910           
  Misses          853      853           
  Partials        130      130           
Flag Coverage Δ
unittests 48.07% <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

github-actions bot commented Nov 8, 2023

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

245 tests  ±0   221 ✔️ ±0   9m 4s ⏱️ + 1m 40s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit 22f3264. ± Comparison against base commit 119636c.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 8, 2023

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

245 tests  ±0   221 ✔️ ±0   9m 34s ⏱️ -11s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit 22f3264. ± Comparison against base commit 119636c.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 8, 2023

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

245 tests  ±0   221 ✔️ ±0   9m 12s ⏱️ - 3m 54s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit 22f3264. ± Comparison against base commit 119636c.

♻️ This comment has been updated with latest results.

Copy link
Member

@orchestr7 orchestr7 left a comment

Choose a reason for hiding this comment

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

Looks like you missed my comment. We do not have time for this now. Please focus on the priorities.
#554 (review)

@nulls
Copy link
Member Author

nulls commented Nov 10, 2023

Looks like you missed my comment. We do not have time for this now. Please focus on the priorities. #554 (review)

please block this PR too

@orchestr7
Copy link
Member

Looks like you missed my comment. We do not have time for this now. Please focus on the priorities. #554 (review)

please block this PR too

It's done already, I thought. Why block if it's done already?

@nulls
Copy link
Member Author

nulls commented Nov 10, 2023

Looks like you missed my comment. We do not have time for this now. Please focus on the priorities. #554 (review)

please block this PR too

It's done already, I thought. Why block if it's done already?

Because it will required to upgrade in save-cloud where we use snapshot version of save-cli.

@nulls nulls enabled auto-merge (squash) February 28, 2024 13:19
@nulls nulls merged commit 87b2d42 into main Feb 28, 2024
13 checks passed
@nulls nulls deleted the feature/upgrade-1.9.20#554 branch February 28, 2024 13:41
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.

Refactor actual class to interfaces and functions
5 participants