Skip to content

#524 Avoid Vararg deprecation warnings.#537

Merged
bvdmitri merged 2 commits into
mainfrom
524-deprecation-warning-wrapping-vararg-directly-in-unionall-is-deprecated
Nov 4, 2025
Merged

#524 Avoid Vararg deprecation warnings.#537
bvdmitri merged 2 commits into
mainfrom
524-deprecation-warning-wrapping-vararg-directly-in-unionall-is-deprecated

Conversation

@abpolym
Copy link
Copy Markdown
Member

@abpolym abpolym commented Oct 25, 2025

Should resolve #524

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 25, 2025

Codecov Report

❌ Patch coverage is 9.09091% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.07%. Comparing base (8a0be85) to head (4eb7345).
⚠️ Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
src/nodes/interfaces.jl 0.00% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #537      +/-   ##
==========================================
- Coverage   76.17%   76.07%   -0.10%     
==========================================
  Files         207      207              
  Lines        6149     6157       +8     
==========================================
  Hits         4684     4684              
- Misses       1465     1473       +8     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bvdmitri
Copy link
Copy Markdown
Member

Looks good actually, but I will remove the commented code. Only will create confusion in the future (as it always does)

Comment thread src/helpers/macrohelpers.jl Outdated
Comment thread src/nodes/interfaces.jl Outdated
@bvdmitri bvdmitri merged commit 8b750ba into main Nov 4, 2025
6 of 8 checks passed
@bvdmitri bvdmitri deleted the 524-deprecation-warning-wrapping-vararg-directly-in-unionall-is-deprecated branch November 4, 2025 11:43
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.

Deprecation warning: Wrapping Vararg directly in UnionAll is deprecated

2 participants